diff options
author | Kishon Vijay Abraham I <kishon@ti.com> | 2022-06-02 15:06:11 +0300 |
---|---|---|
committer | Nishanth Menon <nm@ti.com> | 2022-07-07 03:34:45 +0300 |
commit | b8c8d647f2fe4e263864b800f4647431ec0aabdf (patch) | |
tree | fb57b51bee46665de6a8a6ad2f5a423663541d69 /Documentation/devicetree/bindings/soc/ti | |
parent | b710673e2ddef96ccf74185e72e379520d7984fd (diff) | |
download | linux-b8c8d647f2fe4e263864b800f4647431ec0aabdf.tar.xz |
dt-bindings: soc: ti: pruss: Re-arrange "compatible" in alphabetic order
Re-arrange "compatible" string in alphabetic order to decrease the
chance of conflicts.
Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
Signed-off-by: Nishanth Menon <nm@ti.com>
Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/r/20220602120613.2175-2-kishon@ti.com
Diffstat (limited to 'Documentation/devicetree/bindings/soc/ti')
-rw-r--r-- | Documentation/devicetree/bindings/soc/ti/ti,pruss.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/devicetree/bindings/soc/ti/ti,pruss.yaml b/Documentation/devicetree/bindings/soc/ti/ti,pruss.yaml index 64461d432004..20aec9b8fb5b 100644 --- a/Documentation/devicetree/bindings/soc/ti/ti,pruss.yaml +++ b/Documentation/devicetree/bindings/soc/ti/ti,pruss.yaml @@ -65,10 +65,10 @@ properties: - ti,am4376-pruss0 # for AM437x SoC family and PRUSS unit 0 - ti,am4376-pruss1 # for AM437x SoC family and PRUSS unit 1 - ti,am5728-pruss # for AM57xx SoC family - - ti,k2g-pruss # for 66AK2G SoC family + - ti,am642-icssg # for K3 AM64x SoC family - ti,am654-icssg # for K3 AM65x SoC family - ti,j721e-icssg # for K3 J721E SoC family - - ti,am642-icssg # for K3 AM64x SoC family + - ti,k2g-pruss # for 66AK2G SoC family reg: maxItems: 1 |