ARM: dts: marvell: dove-cubox: fix si5351 node names
authorAlvin Šipraga <alsi@bang-olufsen.dk>
Wed, 4 Oct 2023 06:35:28 +0000 (08:35 +0200)
committerKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Fri, 26 Jan 2024 11:21:10 +0000 (12:21 +0100)
Correct the device tree to conform with the bindings. The node name and
index should be separated with an @.

Suggested-by: Rob Herring <robh@kernel.org>
Signed-off-by: Alvin Šipraga <alsi@bang-olufsen.dk>
Link: https://lore.kernel.org/r/20231004063712.3348978-3-alvin@pqrs.dk
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
arch/arm/boot/dts/marvell/dove-cubox.dts

index bfde99486a876a420bf5d94e3b59d4bf47be1d84..bcaaf8320c45558b5d46c5e97773b7426d4bd285 100644 (file)
                /* connect xtal input as source of pll0 and pll1 */
                silabs,pll-source = <0 0>, <1 0>;
 
-               clkout0 {
+               clkout@0 {
                        reg = <0>;
                        silabs,drive-strength = <8>;
                        silabs,multisynth-source = <0>;
                        silabs,pll-master;
                };
 
-               clkout2 {
+               clkout@2 {
                        reg = <2>;
                        silabs,drive-strength = <8>;
                        silabs,multisynth-source = <1>;