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>
This commit is contained in:
Dinh Nguyen 2022-10-20 12:44:21 -05:00
parent 7412090cd6
commit 2dbf5494ce
5 changed files with 5 additions and 5 deletions

View File

@ -755,7 +755,7 @@
reg = <0xff800000 0x1000>;
};
mmc: dwmmc0@ff704000 {
mmc: mmc@ff704000 {
compatible = "altr,socfpga-dw-mshc";
reg = <0xff704000 0x1000>;
interrupts = <0 139 4>;

View File

@ -656,7 +656,7 @@
arm,shared-override;
};
mmc: dwmmc0@ff808000 {
mmc: mmc@ff808000 {
#address-cells = <1>;
#size-cells = <0>;
compatible = "altr,socfpga-dw-mshc";

View File

@ -18,7 +18,7 @@
};
};
mmc0: dwmmc0@ff704000 {
mmc0: mmc@ff704000 {
broken-cd;
bus-width = <4>;
cap-mmc-highspeed;

View File

@ -18,7 +18,7 @@
};
};
mmc0: dwmmc0@ff704000 {
mmc0: mmc@ff704000 {
broken-cd;
bus-width = <4>;
cap-mmc-highspeed;

View File

@ -29,7 +29,7 @@
};
};
dwmmc0@ff704000 {
mmc@ff704000 {
broken-cd;
bus-width = <4>;
cap-mmc-highspeed;