[PATCH V2 09/14] arm64: dts: ti: k3-am625-sk: Fixup reference to phandles array
Nishanth Menon
nm at ti.com
Tue Jun 6 11:22:15 PDT 2023
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 at ti.com>
---
Changes Since v1:
* formatting change
V1: https://lore.kernel.org/r/20230601152636.858553-8-nm@ti.com
arch/arm64/boot/dts/ti/k3-am625-sk.dts | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/arch/arm64/boot/dts/ti/k3-am625-sk.dts b/arch/arm64/boot/dts/ti/k3-am625-sk.dts
index 2a1adda9bff6..084b383dc96c 100644
--- a/arch/arm64/boot/dts/ti/k3-am625-sk.dts
+++ b/arch/arm64/boot/dts/ti/k3-am625-sk.dts
@@ -183,8 +183,7 @@ &sdhci1 {
&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 {
--
2.40.0
More information about the linux-arm-kernel
mailing list