Skip to content

Commit b025b4f

Browse files
geertuShawn Guo
authored andcommitted
arm64: dts: freescale: Fix pca954x i2c-mux node names
"make dtbs_check": arch/arm64/boot/dts/freescale/fsl-ls1012a-qds.dtb: pca9547@77: $nodename:0: 'pca9547@77' does not match '^(i2c-?)?mux' From schema: Documentation/devicetree/bindings/i2c/i2c-mux-pca954x.yaml arch/arm64/boot/dts/freescale/fsl-ls1012a-qds.dtb: pca9547@77: Unevaluated properties are not allowed ('#address-cells', '#size-cells', 'i2c@4' 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: Shawn Guo <[email protected]>
1 parent 42825d1 commit b025b4f

12 files changed

+13
-13
lines changed

arch/arm64/boot/dts/freescale/fsl-ls1012a-qds.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@
110110
&i2c0 {
111111
status = "okay";
112112

113-
pca9547@77 {
113+
i2c-mux@77 {
114114
compatible = "nxp,pca9547";
115115
reg = <0x77>;
116116
#address-cells = <1>;

arch/arm64/boot/dts/freescale/fsl-ls1043a-qds.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
&i2c0 {
9090
status = "okay";
9191

92-
pca9547@77 {
92+
i2c-mux@77 {
9393
compatible = "nxp,pca9547";
9494
reg = <0x77>;
9595
#address-cells = <1>;

arch/arm64/boot/dts/freescale/fsl-ls1046a-qds.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
&i2c0 {
8989
status = "okay";
9090

91-
pca9547@77 {
91+
i2c-mux@77 {
9292
compatible = "nxp,pca9547";
9393
reg = <0x77>;
9494
#address-cells = <1>;

arch/arm64/boot/dts/freescale/fsl-ls1088a-qds.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
&i2c0 {
5454
status = "okay";
5555

56-
i2c-switch@77 {
56+
i2c-mux@77 {
5757
compatible = "nxp,pca9547";
5858
reg = <0x77>;
5959
#address-cells = <1>;

arch/arm64/boot/dts/freescale/fsl-ls1088a-rdb.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@
136136
&i2c0 {
137137
status = "okay";
138138

139-
i2c-switch@77 {
139+
i2c-mux@77 {
140140
compatible = "nxp,pca9547";
141141
reg = <0x77>;
142142
#address-cells = <1>;

arch/arm64/boot/dts/freescale/fsl-ls1088a-ten64.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@
245245
&i2c3 {
246246
status = "okay";
247247

248-
i2c-switch@70 {
248+
i2c-mux@70 {
249249
compatible = "nxp,pca9540";
250250
#address-cells = <1>;
251251
#size-cells = <0>;

arch/arm64/boot/dts/freescale/fsl-ls208xa-qds.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@
103103

104104
&i2c0 {
105105
status = "okay";
106-
pca9547@77 {
106+
i2c-mux@77 {
107107
compatible = "nxp,pca9547";
108108
reg = <0x77>;
109109
#address-cells = <1>;

arch/arm64/boot/dts/freescale/fsl-ls208xa-rdb.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444

4545
&i2c0 {
4646
status = "okay";
47-
pca9547@75 {
47+
i2c-mux@75 {
4848
compatible = "nxp,pca9547";
4949
reg = <0x75>;
5050
#address-cells = <1>;

arch/arm64/boot/dts/freescale/fsl-lx2160a-cex7.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
&i2c0 {
5555
status = "okay";
5656

57-
i2c-switch@77 {
57+
i2c-mux@77 {
5858
compatible = "nxp,pca9547";
5959
#address-cells = <1>;
6060
#size-cells = <0>;

arch/arm64/boot/dts/freescale/imx8mm-nitrogen-r2.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@
214214
pinctrl-0 = <&pinctrl_i2c3>;
215215
status = "okay";
216216

217-
i2cmux@70 {
217+
i2c-mux@70 {
218218
compatible = "nxp,pca9540";
219219
reg = <0x70>;
220220
#address-cells = <1>;

0 commit comments

Comments
 (0)