Commit bc924997 authored by Geert Uytterhoeven's avatar Geert Uytterhoeven Committed by Arnd Bergmann

ARM: dts: nuvoton: Fix pca954x i2c-mux node names

"make dtbs_check":

    arch/arm/boot/dts/nuvoton-npcm730-gbs.dtb: i2c-switch@71: $nodename:0: 'i2c-switch@71' does not match '^(i2c-?)?mux'
	    From schema: Documentation/devicetree/bindings/i2c/i2c-mux-pca954x.yaml
    ...

Fix this by renaming PCA954x nodes to "i2c-mux", to match the I2C bus
multiplexer/switch DT bindings and the Generic Names Recommendation in
the Devicetree Specification.
Signed-off-by: default avatarGeert Uytterhoeven <geert+renesas@glider.be>
Reviewed-by: default avatarPhilippe Mathieu-Daudé <philmd@linaro.org>
Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
parent 4b46d86c
......@@ -525,7 +525,7 @@ &i2c0 {
clock-frequency = <100000>;
status = "okay";
i2c-switch@71 {
i2c-mux@71 {
compatible = "nxp,pca9546";
#address-cells = <1>;
#size-cells = <0>;
......@@ -666,7 +666,7 @@ mb_fru@50 {
reg = <0x50>;
};
i2c-switch@71 {
i2c-mux@71 {
compatible = "nxp,pca9546";
#address-cells = <1>;
#size-cells = <0>;
......@@ -727,7 +727,7 @@ &i2c6 {
clock-frequency = <100000>;
status = "okay";
i2c-switch@73 {
i2c-mux@73 {
compatible = "nxp,pca9545";
#address-cells = <1>;
#size-cells = <0>;
......@@ -763,7 +763,7 @@ &i2c7 {
clock-frequency = <100000>;
status = "okay";
i2c-switch@72 {
i2c-mux@72 {
compatible = "nxp,pca9545";
#address-cells = <1>;
#size-cells = <0>;
......@@ -812,7 +812,7 @@ &i2c9 {
clock-frequency = <100000>;
status = "okay";
i2c-switch@71 {
i2c-mux@71 {
compatible = "nxp,pca9546";
#address-cells = <1>;
#size-cells = <0>;
......@@ -866,7 +866,7 @@ &i2c10 {
clock-frequency = <100000>;
status = "okay";
i2c-switch@71 {
i2c-mux@71 {
compatible = "nxp,pca9545";
#address-cells = <1>;
#size-cells = <0>;
......@@ -902,7 +902,7 @@ &i2c11 {
clock-frequency = <100000>;
status = "okay";
i2c-switch@76 {
i2c-mux@76 {
compatible = "nxp,pca9545";
#address-cells = <1>;
#size-cells = <0>;
......@@ -961,7 +961,7 @@ &i2c14 {
clock-frequency = <100000>;
status = "okay";
i2c-switch@70 {
i2c-mux@70 {
compatible = "nxp,pca9545";
#address-cells = <1>;
#size-cells = <0>;
......
......@@ -303,7 +303,7 @@ ucd90160@6b {
&i2c15 {
status = "okay";
i2c-switch@75 {
i2c-mux@75 {
compatible = "nxp,pca9548";
#address-cells = <1>;
#size-cells = <0>;
......
......@@ -494,7 +494,7 @@ &adc {
&i2c1 {
status = "okay";
i2c-switch@75 {
i2c-mux@75 {
compatible = "nxp,pca9548";
#address-cells = <1>;
#size-cells = <0>;
......@@ -573,7 +573,7 @@ lm75@5c {
};
};
};
i2c-switch@77 {
i2c-mux@77 {
compatible = "nxp,pca9548";
#address-cells = <1>;
#size-cells = <0>;
......@@ -613,7 +613,7 @@ &i2c3 {
&i2c4 {
status = "okay";
i2c-switch@77 {
i2c-mux@77 {
compatible = "nxp,pca9548";
#address-cells = <1>;
#size-cells = <0>;
......@@ -684,7 +684,7 @@ ssif-bmc@10 {
&i2c13 {
status = "okay";
i2c-switch@77 {
i2c-mux@77 {
compatible = "nxp,pca9548";
#address-cells = <1>;
#size-cells = <0>;
......
......@@ -208,7 +208,7 @@ &gmac0 {
&i2c1 {
status = "okay";
i2c-switch@70 {
i2c-mux@70 {
compatible = "nxp,pca9548";
#address-cells = <1>;
#size-cells = <0>;
......@@ -258,7 +258,7 @@ i2c_slot5: i2c-bus@6 {
};
};
i2c-switch@71 {
i2c-mux@71 {
compatible = "nxp,pca9546";
reg = <0x71>;
#address-cells = <1>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment