Message ID | 20250415130458.33714-1-d.haller@phytec.de (mailing list archive) |
---|---|
State | New |
Headers | show |
Series | [v2,1/3] dt-bindings: arm: ti: Add bindings for PHYTEC AM68x based hardware | expand |
On Tue, Apr 15, 2025 at 03:04:56PM +0200, Dominik Haller wrote: > Add devicetree bindings for the AM68x based phyCORE-AM68x/TDA4x SoM > and the phyBOARD-Izar carrier board. > > Signed-off-by: Dominik Haller <d.haller@phytec.de> > --- > > Notes: > Changes in v2: > - no changes > > Documentation/devicetree/bindings/arm/ti/k3.yaml | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/Documentation/devicetree/bindings/arm/ti/k3.yaml b/Documentation/devicetree/bindings/arm/ti/k3.yaml > index 18f155cd06c8..a03fdb9c0482 100644 > --- a/Documentation/devicetree/bindings/arm/ti/k3.yaml > +++ b/Documentation/devicetree/bindings/arm/ti/k3.yaml > @@ -135,6 +135,8 @@ properties: > - description: K3 J721s2 SoC > items: > - enum: > + - phytec,am68-phyboard-izar > + - phytec,am68-phycore-som This looks wrong, if I am not misunderstanding. Your izar dts includes the som dtsi, so this should be configured with a fallback, so you're going "phytec,am68-phyboard-izar", "phytec,am68-phycore-som", "ti,j721s2", no? > - ti,am68-sk > - ti,j721s2-evm > - const: ti,j721s2 > -- > 2.43.0 >
diff --git a/Documentation/devicetree/bindings/arm/ti/k3.yaml b/Documentation/devicetree/bindings/arm/ti/k3.yaml index 18f155cd06c8..a03fdb9c0482 100644 --- a/Documentation/devicetree/bindings/arm/ti/k3.yaml +++ b/Documentation/devicetree/bindings/arm/ti/k3.yaml @@ -135,6 +135,8 @@ properties: - description: K3 J721s2 SoC items: - enum: + - phytec,am68-phyboard-izar + - phytec,am68-phycore-som - ti,am68-sk - ti,j721s2-evm - const: ti,j721s2
Add devicetree bindings for the AM68x based phyCORE-AM68x/TDA4x SoM and the phyBOARD-Izar carrier board. Signed-off-by: Dominik Haller <d.haller@phytec.de> --- Notes: Changes in v2: - no changes Documentation/devicetree/bindings/arm/ti/k3.yaml | 2 ++ 1 file changed, 2 insertions(+)