Message ID | 20230724122101.2903318-2-alexander.stein@ew.tq-group.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | [v2,1/3] dt-bindings: media: amphion: Fix subnode pattern | expand |
On Mon, Jul 24, 2023 at 02:20:59PM +0200, Alexander Stein wrote: > 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: Conor Dooley <conor.dooley@microchip.com> (btw, please send cover letters for multi-patch series) > --- > Changes in v2: > * None > > Documentation/devicetree/bindings/spi/spi-fsl-lpspi.yaml | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/Documentation/devicetree/bindings/spi/spi-fsl-lpspi.yaml b/Documentation/devicetree/bindings/spi/spi-fsl-lpspi.yaml > index e91425012319..727c5346b8ce 100644 > --- a/Documentation/devicetree/bindings/spi/spi-fsl-lpspi.yaml > +++ b/Documentation/devicetree/bindings/spi/spi-fsl-lpspi.yaml > @@ -63,6 +63,9 @@ properties: > maximum: 2 > default: 1 > > + power-domains: > + maxItems: 1 > + > required: > - compatible > - reg > -- > 2.34.1 >
diff --git a/Documentation/devicetree/bindings/spi/spi-fsl-lpspi.yaml b/Documentation/devicetree/bindings/spi/spi-fsl-lpspi.yaml index e91425012319..727c5346b8ce 100644 --- a/Documentation/devicetree/bindings/spi/spi-fsl-lpspi.yaml +++ b/Documentation/devicetree/bindings/spi/spi-fsl-lpspi.yaml @@ -63,6 +63,9 @@ properties: maximum: 2 default: 1 + 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> --- Changes in v2: * None Documentation/devicetree/bindings/spi/spi-fsl-lpspi.yaml | 3 +++ 1 file changed, 3 insertions(+)