Message ID | 20221102134923.3438022-1-w.egorov@phytec.de (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | [1/2] dt-bindings: arm: ti: Add bindings for PHYTEC AM64x based hardware | expand |
On 14:49-20221102, Wadim Egorov wrote: > Add devicetree bindings for AM64x based phyCORE-AM64 SoM > and phyBOARD-Electra RDK. Please add a immutable link to the product (if possible with board information) etc. > > Signed-off-by: Wadim Egorov <w.egorov@phytec.de> > --- > 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 28b8232e1c5b..2b9c045e39bf 100644 > --- a/Documentation/devicetree/bindings/arm/ti/k3.yaml > +++ b/Documentation/devicetree/bindings/arm/ti/k3.yaml > @@ -38,6 +38,12 @@ properties: > - ti,am642-sk > - const: ti,am642 > > + - description: K3 AM642 SoC PHYTEC phyBOARD-Electra > + items: > + - const: phytec,am642-phyboard-electra-rdk > + - const: phytec,am64-phycore-som > + - const: ti,am642 Are there more platforms on the route based on the SoM that we can add as a diff with a single board? Is this something we can club with the previous entry in a manner that allows us to not to duplicate ti,am642 ? > + > - description: K3 AM654 SoC > items: > - enum: > -- > 2.34.1 >
On 02/11/2022 09:49, Wadim Egorov wrote: > Add devicetree bindings for AM64x based phyCORE-AM64 SoM > and phyBOARD-Electra RDK. > > Signed-off-by: Wadim Egorov <w.egorov@phytec.de> > --- > Documentation/devicetree/bindings/arm/ti/k3.yaml | 6 ++++++ > 1 file changed, 6 insertions(+) Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Best regards, Krzysztof
diff --git a/Documentation/devicetree/bindings/arm/ti/k3.yaml b/Documentation/devicetree/bindings/arm/ti/k3.yaml index 28b8232e1c5b..2b9c045e39bf 100644 --- a/Documentation/devicetree/bindings/arm/ti/k3.yaml +++ b/Documentation/devicetree/bindings/arm/ti/k3.yaml @@ -38,6 +38,12 @@ properties: - ti,am642-sk - const: ti,am642 + - description: K3 AM642 SoC PHYTEC phyBOARD-Electra + items: + - const: phytec,am642-phyboard-electra-rdk + - const: phytec,am64-phycore-som + - const: ti,am642 + - description: K3 AM654 SoC items: - enum:
Add devicetree bindings for AM64x based phyCORE-AM64 SoM and phyBOARD-Electra RDK. Signed-off-by: Wadim Egorov <w.egorov@phytec.de> --- Documentation/devicetree/bindings/arm/ti/k3.yaml | 6 ++++++ 1 file changed, 6 insertions(+)