arm64: dts: ti: k3-am642-phyboard-electra-rdk: Fixup reference to phandles array
authorNishanth Menon <nm@ti.com>
Tue, 6 Jun 2023 18:22:12 +0000 (13:22 -0500)
committerVignesh Raghavendra <vigneshr@ti.com>
Thu, 15 Jun 2023 05:35:47 +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.

Cc: Wadim Egorov <w.egorov@phytec.de>
Signed-off-by: Nishanth Menon <nm@ti.com>
Link: https://lore.kernel.org/r/20230606182220.3661956-7-nm@ti.com
Signed-off-by: Vignesh Raghavendra <vigneshr@ti.com>
arch/arm64/boot/dts/ti/k3-am642-phyboard-electra-rdk.dts

index 8199ac06c09aab261d4fcdbe164415237f072536..8d9ca6e5b087c529ba9fa8c2fbee46f611211db7 100644 (file)
@@ -76,7 +76,7 @@
        leds {
                compatible = "gpio-leds";
                pinctrl-names = "default";
-               pinctrl-0 = <&leds_pins_default &user_leds_pins_default>;
+               pinctrl-0 = <&leds_pins_default>, <&user_leds_pins_default>;
 
                led-1 {
                        color = <LED_COLOR_ID_RED>;