Skip to content

Commit 3ae7c96

Browse files
geertumpe
authored andcommitted
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: Geert Uytterhoeven <[email protected]> Signed-off-by: Michael Ellerman <[email protected]> Link: https://lore.kernel.org/r/6c5d86c49ac170e9d56ab121ea0602f3873849ca.1669999298.git.geert+renesas@glider.be
1 parent 6aecc0a commit 3ae7c96

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

arch/powerpc/boot/dts/fsl/t1024qds.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@
151151
};
152152

153153
i2c@118000 {
154-
pca9547@77 {
154+
i2c-mux@77 {
155155
compatible = "nxp,pca9547";
156156
reg = <0x77>;
157157
#address-cells = <1>;

arch/powerpc/boot/dts/fsl/t1024rdb.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@
165165
};
166166

167167
i2c@118100 {
168-
pca9546@77 {
168+
i2c-mux@77 {
169169
compatible = "nxp,pca9546";
170170
reg = <0x77>;
171171
#address-cells = <1>;

arch/powerpc/boot/dts/fsl/t104xqds.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@
268268
};
269269

270270
i2c@118000 {
271-
pca9547@77 {
271+
i2c-mux@77 {
272272
compatible = "nxp,pca9547";
273273
reg = <0x77>;
274274
};

arch/powerpc/boot/dts/fsl/t104xrdb.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@
128128
};
129129

130130
i2c@118100 {
131-
pca9546@77 {
131+
i2c-mux@77 {
132132
compatible = "nxp,pca9546";
133133
reg = <0x77>;
134134
#address-cells = <1>;

arch/powerpc/boot/dts/fsl/t208xqds.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@
135135
};
136136

137137
i2c@118000 {
138-
pca9547@77 {
138+
i2c-mux@77 {
139139
compatible = "nxp,pca9547";
140140
reg = <0x77>;
141141
#address-cells = <1>;

arch/powerpc/boot/dts/fsl/t208xrdb.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@
138138
};
139139

140140
i2c@118100 {
141-
pca9546@77 {
141+
i2c-mux@77 {
142142
compatible = "nxp,pca9546";
143143
reg = <0x77>;
144144
};

0 commit comments

Comments
 (0)