arm64: dts: ti: k3-j721s2-som-p0: Update mux-controller node name
authorBhavya Kapoor <b-kapoor@ti.com>
Mon, 29 Jul 2024 06:34:10 +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 J721S2 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: 98f3b667e1de ("arm64: dts: ti: k3-j721s2: Add support for CAN instances 3 and 5 in main domain")
Signed-off-by: Bhavya Kapoor <b-kapoor@ti.com>
Link: https://lore.kernel.org/r/20240729063411.1570930-2-b-kapoor@ti.com
Signed-off-by: Nishanth Menon <nm@ti.com>
arch/arm64/boot/dts/ti/k3-j721s2-som-p0.dtsi

index 82aacc01e8fe88f02888c928022bb6f415646b0c..36136db26a47575ce4c4eff162fa73d8531f5766 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>;