arm64: dts: ti: k3-j7200-som-p0: Update mux-controller node name
authorBhavya Kapoor <b-kapoor@ti.com>
Mon, 29 Jul 2024 06:34:11 +0000 (12:04 +0530)
committerNishanth Menon <nm@ti.com>
Tue, 6 Aug 2024 20:43:58 +0000 (15:43 -0500)
There are 2 mux-controller nodes in J7200 which are responsible for
transferring can signals to the can phy but same node names for both
the mux-controllers led to errors while setting up both mux-controllers
for can phys simultaneously.
Thus, update node names for these mux-controller.

Fixes: da23e8d1124b ("arm64: dts: ti: k3-j7200-som-p0: Add support for CAN instance 0 in main domain")
Signed-off-by: Bhavya Kapoor <b-kapoor@ti.com>
Reviewed-by: Judith Mendez <jm@ti.com>
Link: https://lore.kernel.org/r/20240729063411.1570930-3-b-kapoor@ti.com
Signed-off-by: Nishanth Menon <nm@ti.com>
arch/arm64/boot/dts/ti/k3-j7200-som-p0.dtsi

index 21fe194a576625319e8fb0663e53a636ea2d14bf..89b68325e4e26bcddd273021847bd2bc2f26e1fb 100644 (file)
                };
        };
 
-       mux0: mux-controller {
+       mux0: mux-controller-0 {
                compatible = "gpio-mux";
                #mux-state-cells = <1>;
                mux-gpios = <&exp_som 1 GPIO_ACTIVE_HIGH>;
        };
 
-       mux1: mux-controller {
+       mux1: mux-controller-1 {
                compatible = "gpio-mux";
                #mux-state-cells = <1>;
                mux-gpios = <&exp_som 2 GPIO_ACTIVE_HIGH>;