Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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: Geert Uytterhoeven <geert+renesas@glider.be>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>

authored by

Geert Uytterhoeven and committed by
Arnd Bergmann
bc924997 4b46d86c

+15 -15
+8 -8
arch/arm/boot/dts/nuvoton/nuvoton-npcm730-gbs.dts
··· 525 525 clock-frequency = <100000>; 526 526 status = "okay"; 527 527 528 - i2c-switch@71 { 528 + i2c-mux@71 { 529 529 compatible = "nxp,pca9546"; 530 530 #address-cells = <1>; 531 531 #size-cells = <0>; ··· 666 666 reg = <0x50>; 667 667 }; 668 668 669 - i2c-switch@71 { 669 + i2c-mux@71 { 670 670 compatible = "nxp,pca9546"; 671 671 #address-cells = <1>; 672 672 #size-cells = <0>; ··· 727 727 clock-frequency = <100000>; 728 728 status = "okay"; 729 729 730 - i2c-switch@73 { 730 + i2c-mux@73 { 731 731 compatible = "nxp,pca9545"; 732 732 #address-cells = <1>; 733 733 #size-cells = <0>; ··· 763 763 clock-frequency = <100000>; 764 764 status = "okay"; 765 765 766 - i2c-switch@72 { 766 + i2c-mux@72 { 767 767 compatible = "nxp,pca9545"; 768 768 #address-cells = <1>; 769 769 #size-cells = <0>; ··· 812 812 clock-frequency = <100000>; 813 813 status = "okay"; 814 814 815 - i2c-switch@71 { 815 + i2c-mux@71 { 816 816 compatible = "nxp,pca9546"; 817 817 #address-cells = <1>; 818 818 #size-cells = <0>; ··· 866 866 clock-frequency = <100000>; 867 867 status = "okay"; 868 868 869 - i2c-switch@71 { 869 + i2c-mux@71 { 870 870 compatible = "nxp,pca9545"; 871 871 #address-cells = <1>; 872 872 #size-cells = <0>; ··· 902 902 clock-frequency = <100000>; 903 903 status = "okay"; 904 904 905 - i2c-switch@76 { 905 + i2c-mux@76 { 906 906 compatible = "nxp,pca9545"; 907 907 #address-cells = <1>; 908 908 #size-cells = <0>; ··· 961 961 clock-frequency = <100000>; 962 962 status = "okay"; 963 963 964 - i2c-switch@70 { 964 + i2c-mux@70 { 965 965 compatible = "nxp,pca9545"; 966 966 #address-cells = <1>; 967 967 #size-cells = <0>;
+1 -1
arch/arm/boot/dts/nuvoton/nuvoton-npcm730-gsj.dts
··· 303 303 &i2c15 { 304 304 status = "okay"; 305 305 306 - i2c-switch@75 { 306 + i2c-mux@75 { 307 307 compatible = "nxp,pca9548"; 308 308 #address-cells = <1>; 309 309 #size-cells = <0>;
+4 -4
arch/arm/boot/dts/nuvoton/nuvoton-npcm730-kudo.dts
··· 494 494 495 495 &i2c1 { 496 496 status = "okay"; 497 - i2c-switch@75 { 497 + i2c-mux@75 { 498 498 compatible = "nxp,pca9548"; 499 499 #address-cells = <1>; 500 500 #size-cells = <0>; ··· 573 573 }; 574 574 }; 575 575 }; 576 - i2c-switch@77 { 576 + i2c-mux@77 { 577 577 compatible = "nxp,pca9548"; 578 578 #address-cells = <1>; 579 579 #size-cells = <0>; ··· 613 613 614 614 &i2c4 { 615 615 status = "okay"; 616 - i2c-switch@77 { 616 + i2c-mux@77 { 617 617 compatible = "nxp,pca9548"; 618 618 #address-cells = <1>; 619 619 #size-cells = <0>; ··· 684 684 685 685 &i2c13 { 686 686 status = "okay"; 687 - i2c-switch@77 { 687 + i2c-mux@77 { 688 688 compatible = "nxp,pca9548"; 689 689 #address-cells = <1>; 690 690 #size-cells = <0>;
+2 -2
arch/arm/boot/dts/nuvoton/nuvoton-npcm750-runbmc-olympus.dts
··· 208 208 &i2c1 { 209 209 status = "okay"; 210 210 211 - i2c-switch@70 { 211 + i2c-mux@70 { 212 212 compatible = "nxp,pca9548"; 213 213 #address-cells = <1>; 214 214 #size-cells = <0>; ··· 258 258 }; 259 259 }; 260 260 261 - i2c-switch@71 { 261 + i2c-mux@71 { 262 262 compatible = "nxp,pca9546"; 263 263 reg = <0x71>; 264 264 #address-cells = <1>;