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

arm: dts: socfpga: align mmc node names with dtschema

dwmmc0@ff704000: $nodename:0: 'dwmmc0@ff704000' does not match '^mmc(@.*)?$'

Signed-off-by: Dinh Nguyen <dinguyen@kernel.org>

+5 -5
+1 -1
arch/arm/boot/dts/socfpga.dtsi
··· 755 755 reg = <0xff800000 0x1000>; 756 756 }; 757 757 758 - mmc: dwmmc0@ff704000 { 758 + mmc: mmc@ff704000 { 759 759 compatible = "altr,socfpga-dw-mshc"; 760 760 reg = <0xff704000 0x1000>; 761 761 interrupts = <0 139 4>;
+1 -1
arch/arm/boot/dts/socfpga_arria10.dtsi
··· 656 656 arm,shared-override; 657 657 }; 658 658 659 - mmc: dwmmc0@ff808000 { 659 + mmc: mmc@ff808000 { 660 660 #address-cells = <1>; 661 661 #size-cells = <0>; 662 662 compatible = "altr,socfpga-dw-mshc";
+1 -1
arch/arm/boot/dts/socfpga_arria5.dtsi
··· 18 18 }; 19 19 }; 20 20 21 - mmc0: dwmmc0@ff704000 { 21 + mmc0: mmc@ff704000 { 22 22 broken-cd; 23 23 bus-width = <4>; 24 24 cap-mmc-highspeed;
+1 -1
arch/arm/boot/dts/socfpga_cyclone5.dtsi
··· 18 18 }; 19 19 }; 20 20 21 - mmc0: dwmmc0@ff704000 { 21 + mmc0: mmc@ff704000 { 22 22 broken-cd; 23 23 bus-width = <4>; 24 24 cap-mmc-highspeed;
+1 -1
arch/arm/boot/dts/socfpga_vt.dts
··· 29 29 }; 30 30 }; 31 31 32 - dwmmc0@ff704000 { 32 + mmc@ff704000 { 33 33 broken-cd; 34 34 bus-width = <4>; 35 35 cap-mmc-highspeed;