Commit 2dbf5494 authored by Dinh Nguyen's avatar Dinh Nguyen
Browse files

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



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

Signed-off-by: default avatarDinh Nguyen <dinguyen@kernel.org>
parent 7412090c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -755,7 +755,7 @@ l3regs@0xff800000 {
			reg = <0xff800000 0x1000>;
		};

		mmc: dwmmc0@ff704000 {
		mmc: mmc@ff704000 {
			compatible = "altr,socfpga-dw-mshc";
			reg = <0xff704000 0x1000>;
			interrupts = <0 139 4>;
+1 −1
Original line number Diff line number Diff line
@@ -656,7 +656,7 @@ L2: cache-controller@fffff000 {
			arm,shared-override;
		};

		mmc: dwmmc0@ff808000 {
		mmc: mmc@ff808000 {
			#address-cells = <1>;
			#size-cells = <0>;
			compatible = "altr,socfpga-dw-mshc";
+1 −1
Original line number Diff line number Diff line
@@ -18,7 +18,7 @@ osc1 {
			};
		};

		mmc0: dwmmc0@ff704000 {
		mmc0: mmc@ff704000 {
			broken-cd;
			bus-width = <4>;
			cap-mmc-highspeed;
+1 −1
Original line number Diff line number Diff line
@@ -18,7 +18,7 @@ osc1 {
			};
		};

		mmc0: dwmmc0@ff704000 {
		mmc0: mmc@ff704000 {
			broken-cd;
			bus-width = <4>;
			cap-mmc-highspeed;
+1 −1
Original line number Diff line number Diff line
@@ -29,7 +29,7 @@ osc1 {
			};
		};

		dwmmc0@ff704000 {
		mmc@ff704000 {
			broken-cd;
			bus-width = <4>;
			cap-mmc-highspeed;