Message ID | 20220829082200.241653-2-vigneshr@ti.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | arm64: dts: ti: Add support for AM62A family of SoCs | expand |
On 29/08/2022 11:21, Vignesh Raghavendra wrote: > This adds bindings for TI's AM62A7 family of devices. > > Signed-off-by: Vignesh Raghavendra <vigneshr@ti.com> > --- > Documentation/devicetree/bindings/arm/ti/k3.yaml | 6 ++++++ > 1 file changed, 6 insertions(+) > > diff --git a/Documentation/devicetree/bindings/arm/ti/k3.yaml b/Documentation/devicetree/bindings/arm/ti/k3.yaml > index 61c6ab4f52e2..28f6ea4c007e 100644 > --- a/Documentation/devicetree/bindings/arm/ti/k3.yaml > +++ b/Documentation/devicetree/bindings/arm/ti/k3.yaml > @@ -65,6 +65,12 @@ properties: > - ti,j721s2-evm > - const: ti,j721s2 > > + - description: K3 AM62A7 SoC > + items: > + - enum: > + - ti,am62a7-sk > + - const: ti,am62a7 Is it possible to have some order in the file? Best regards, Krzysztof
On 30/08/22 15:22, Krzysztof Kozlowski wrote: > On 29/08/2022 11:21, Vignesh Raghavendra wrote: >> This adds bindings for TI's AM62A7 family of devices. >> >> Signed-off-by: Vignesh Raghavendra <vigneshr@ti.com> >> --- >> Documentation/devicetree/bindings/arm/ti/k3.yaml | 6 ++++++ >> 1 file changed, 6 insertions(+) >> >> diff --git a/Documentation/devicetree/bindings/arm/ti/k3.yaml b/Documentation/devicetree/bindings/arm/ti/k3.yaml >> index 61c6ab4f52e2..28f6ea4c007e 100644 >> --- a/Documentation/devicetree/bindings/arm/ti/k3.yaml >> +++ b/Documentation/devicetree/bindings/arm/ti/k3.yaml >> @@ -65,6 +65,12 @@ properties: >> - ti,j721s2-evm >> - const: ti,j721s2 >> >> + - description: K3 AM62A7 SoC >> + items: >> + - enum: >> + - ti,am62a7-sk >> + - const: ti,am62a7 > > Is it possible to have some order in the file? Nishanth has posted [1] for the same. Will rebase on top of that series. [1] https://lore.kernel.org/all/20220830160507.7726-3-nm@ti.com/
diff --git a/Documentation/devicetree/bindings/arm/ti/k3.yaml b/Documentation/devicetree/bindings/arm/ti/k3.yaml index 61c6ab4f52e2..28f6ea4c007e 100644 --- a/Documentation/devicetree/bindings/arm/ti/k3.yaml +++ b/Documentation/devicetree/bindings/arm/ti/k3.yaml @@ -65,6 +65,12 @@ properties: - ti,j721s2-evm - const: ti,j721s2 + - description: K3 AM62A7 SoC + items: + - enum: + - ti,am62a7-sk + - const: ti,am62a7 + additionalProperties: true ...
This adds bindings for TI's AM62A7 family of devices. Signed-off-by: Vignesh Raghavendra <vigneshr@ti.com> --- Documentation/devicetree/bindings/arm/ti/k3.yaml | 6 ++++++ 1 file changed, 6 insertions(+)