arm64: dts: ti: k3-am625-sk: Fixup reference to phandles array
authorNishanth Menon <nm@ti.com>
Tue, 6 Jun 2023 18:22:15 +0000 (13:22 -0500)
committerVignesh Raghavendra <vigneshr@ti.com>
Thu, 15 Jun 2023 05:35:48 +0000 (11:05 +0530)
When referring to array of phandles, using <> to separate the array
entries is better notation as it makes potential errors with phandle and
cell arguments easier to catch. Fix the outliers to be consistent with
the rest of the usage.

Signed-off-by: Nishanth Menon <nm@ti.com>
Link: https://lore.kernel.org/r/20230606182220.3661956-10-nm@ti.com
Signed-off-by: Vignesh Raghavendra <vigneshr@ti.com>
arch/arm64/boot/dts/ti/k3-am625-sk.dts

index 729f95e190423eddb49a2ac476a581e95bf8da4d..c0a69093c324e707282139d56264b6e63dc4b3b6 100644 (file)
 
 &cpsw3g {
        pinctrl-names = "default";
-       pinctrl-0 = <&main_rgmii1_pins_default
-                    &main_rgmii2_pins_default>;
+       pinctrl-0 = <&main_rgmii1_pins_default>, <&main_rgmii2_pins_default>;
 };
 
 &cpsw_port2 {