Message ID | 20230728060804.22796-1-alexander.stein@ew.tq-group.com |
---|---|
State | Accepted |
Commit | 026badeb7055e41000e4b139833ca5bafe360eb6 |
Headers | show |
Series | [1/1] spi: fspi: Add power-domains to the DT bindings | expand |
> -----Original Message----- > From: Alexander Stein <alexander.stein@ew.tq-group.com> > Sent: Friday, July 28, 2023 1:08 AM > To: Han Xu <han.xu@nxp.com>; Bough Chen <haibo.chen@nxp.com>; > Yogesh Gaur <yogeshgaur.83@gmail.com>; Mark Brown > <broonie@kernel.org>; Rob Herring <robh+dt@kernel.org>; Krzysztof > Kozlowski <krzysztof.kozlowski+dt@linaro.org>; Conor Dooley > <conor+dt@kernel.org> > Cc: Alexander Stein <alexander.stein@ew.tq-group.com>; linux- > spi@vger.kernel.org; devicetree@vger.kernel.org > Subject: [PATCH 1/1] spi: fspi: Add power-domains to the DT bindings > > i.MX8(X) based SoC use a power domain. Allow supplying this domain in > bindings. > > Signed-off-by: Alexander Stein <alexander.stein@ew.tq-group.com> Acked-by: Han Xu <han.xu@nxp.com> > --- > Documentation/devicetree/bindings/spi/spi-nxp-fspi.yaml | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/Documentation/devicetree/bindings/spi/spi-nxp-fspi.yaml > b/Documentation/devicetree/bindings/spi/spi-nxp-fspi.yaml > index a813c971ecf65..7fd5911454800 100644 > --- a/Documentation/devicetree/bindings/spi/spi-nxp-fspi.yaml > +++ b/Documentation/devicetree/bindings/spi/spi-nxp-fspi.yaml > @@ -45,6 +45,9 @@ properties: > - const: fspi_en > - const: fspi > > + power-domains: > + maxItems: 1 > + > required: > - compatible > - reg > -- > 2.34.1
On Fri, Jul 28, 2023 at 08:08:04AM +0200, Alexander Stein wrote: > i.MX8(X) based SoC use a power domain. Allow supplying this domain in > bindings. Sure. Acked-by: Conor Dooley <conor.dooley@microchip.com> > > Signed-off-by: Alexander Stein <alexander.stein@ew.tq-group.com> > --- > Documentation/devicetree/bindings/spi/spi-nxp-fspi.yaml | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/Documentation/devicetree/bindings/spi/spi-nxp-fspi.yaml b/Documentation/devicetree/bindings/spi/spi-nxp-fspi.yaml > index a813c971ecf65..7fd5911454800 100644 > --- a/Documentation/devicetree/bindings/spi/spi-nxp-fspi.yaml > +++ b/Documentation/devicetree/bindings/spi/spi-nxp-fspi.yaml > @@ -45,6 +45,9 @@ properties: > - const: fspi_en > - const: fspi > > + power-domains: > + maxItems: 1 > + > required: > - compatible > - reg > -- > 2.34.1 >
On Fri, 28 Jul 2023 08:08:04 +0200, Alexander Stein wrote: > i.MX8(X) based SoC use a power domain. Allow supplying this domain in > bindings. > > Applied to https://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git for-next Thanks! [1/1] spi: fspi: Add power-domains to the DT bindings commit: 026badeb7055e41000e4b139833ca5bafe360eb6 All being well this means that it will be integrated into the linux-next tree (usually sometime in the next 24 hours) and sent to Linus during the next merge window (or sooner if it is a bug fix), however if problems are discovered then the patch may be dropped or reverted. You may get further e-mails resulting from automated or manual testing and review of the tree, please engage with people reporting problems and send followup patches addressing any issues that are reported if needed. If any updates are required or you are submitting further changes they should be sent as incremental updates against current git, existing patches will not be replaced. Please add any relevant lists and maintainers to the CCs when replying to this mail. Thanks, Mark
diff --git a/Documentation/devicetree/bindings/spi/spi-nxp-fspi.yaml b/Documentation/devicetree/bindings/spi/spi-nxp-fspi.yaml index a813c971ecf65..7fd5911454800 100644 --- a/Documentation/devicetree/bindings/spi/spi-nxp-fspi.yaml +++ b/Documentation/devicetree/bindings/spi/spi-nxp-fspi.yaml @@ -45,6 +45,9 @@ properties: - const: fspi_en - const: fspi + power-domains: + maxItems: 1 + required: - compatible - reg
i.MX8(X) based SoC use a power domain. Allow supplying this domain in bindings. Signed-off-by: Alexander Stein <alexander.stein@ew.tq-group.com> --- Documentation/devicetree/bindings/spi/spi-nxp-fspi.yaml | 3 +++ 1 file changed, 3 insertions(+)