Commit 3ae7c96d authored by Geert Uytterhoeven's avatar Geert Uytterhoeven Committed by Michael Ellerman

powerpc/dts/fsl: Fix pca954x i2c-mux node names

"make dtbs_check":

    arch/powerpc/boot/dts/fsl/t1040rdb-rev-a.dtb: pca9546@77: $nodename:0: 'pca9546@77' does not match '^(i2c-?)?mux'
           From schema: Documentation/devicetree/bindings/i2c/i2c-mux-pca954x.yaml
    arch/powerpc/boot/dts/fsl/t1024qds.dtb: pca9547@77: Unevaluated properties are not allowed ('#address-cells', '#size-cells', 'i2c@0', 'i2c@2', 'i2c@3' were unexpected)
           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>
Signed-off-by: default avatarMichael Ellerman <mpe@ellerman.id.au>
Link: https://lore.kernel.org/r/6c5d86c49ac170e9d56ab121ea0602f3873849ca.1669999298.git.geert+renesas@glider.be
parent 6aecc0a5
......@@ -151,7 +151,7 @@ slic@3 {
};
i2c@118000 {
pca9547@77 {
i2c-mux@77 {
compatible = "nxp,pca9547";
reg = <0x77>;
#address-cells = <1>;
......
......@@ -165,7 +165,7 @@ rtc@68 {
};
i2c@118100 {
pca9546@77 {
i2c-mux@77 {
compatible = "nxp,pca9546";
reg = <0x77>;
#address-cells = <1>;
......
......@@ -268,7 +268,7 @@ flash@0 {
};
i2c@118000 {
pca9547@77 {
i2c-mux@77 {
compatible = "nxp,pca9547";
reg = <0x77>;
};
......
......@@ -128,7 +128,7 @@ adt7461@4c {
};
i2c@118100 {
pca9546@77 {
i2c-mux@77 {
compatible = "nxp,pca9546";
reg = <0x77>;
#address-cells = <1>;
......
......@@ -135,7 +135,7 @@ flash@2 {
};
i2c@118000 {
pca9547@77 {
i2c-mux@77 {
compatible = "nxp,pca9547";
reg = <0x77>;
#address-cells = <1>;
......
......@@ -138,7 +138,7 @@ eeprom@50 {
};
i2c@118100 {
pca9546@77 {
i2c-mux@77 {
compatible = "nxp,pca9546";
reg = <0x77>;
};
......
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