mirror of
https://github.com/torvalds/linux.git
synced 2026-06-07 05:55:44 +02:00
ARM: dts: uniphier: change SD/eMMC node names to follow json-schema
Follow the standard nodename pattern "^mmc(@.*)?$" defined in Documentation/devicetree/bindings/mmc/mmc-controller.yaml Otherwise, after the dt-binding is converted to json-schema, 'make ARCH=arm dtbs_check' will show warnings like this: sdhc@5a000000: $nodename:0: 'sdhc@5a000000' does not match '^mmc(@.*)?$' Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
This commit is contained in:
parent
bb6d3fb354
commit
7c74e90876
|
|
@ -245,7 +245,7 @@ dmac: dma-controller@5a000000 {
|
|||
#dma-cells = <1>;
|
||||
};
|
||||
|
||||
sd: sdhc@5a400000 {
|
||||
sd: mmc@5a400000 {
|
||||
compatible = "socionext,uniphier-sd-v2.91";
|
||||
status = "disabled";
|
||||
reg = <0x5a400000 0x200>;
|
||||
|
|
@ -265,7 +265,7 @@ sd: sdhc@5a400000 {
|
|||
sd-uhs-sdr50;
|
||||
};
|
||||
|
||||
emmc: sdhc@5a500000 {
|
||||
emmc: mmc@5a500000 {
|
||||
compatible = "socionext,uniphier-sd-v2.91";
|
||||
status = "disabled";
|
||||
reg = <0x5a500000 0x200>;
|
||||
|
|
|
|||
|
|
@ -279,7 +279,7 @@ dmac: dma-controller@5a000000 {
|
|||
#dma-cells = <1>;
|
||||
};
|
||||
|
||||
sd: sdhc@5a400000 {
|
||||
sd: mmc@5a400000 {
|
||||
compatible = "socionext,uniphier-sd-v2.91";
|
||||
status = "disabled";
|
||||
reg = <0x5a400000 0x200>;
|
||||
|
|
@ -299,7 +299,7 @@ sd: sdhc@5a400000 {
|
|||
sd-uhs-sdr50;
|
||||
};
|
||||
|
||||
emmc: sdhc@5a500000 {
|
||||
emmc: mmc@5a500000 {
|
||||
compatible = "socionext,uniphier-sd-v2.91";
|
||||
status = "disabled";
|
||||
reg = <0x5a500000 0x200>;
|
||||
|
|
@ -317,7 +317,7 @@ emmc: sdhc@5a500000 {
|
|||
non-removable;
|
||||
};
|
||||
|
||||
sd1: sdhc@5a600000 {
|
||||
sd1: mmc@5a600000 {
|
||||
compatible = "socionext,uniphier-sd-v2.91";
|
||||
status = "disabled";
|
||||
reg = <0x5a600000 0x200>;
|
||||
|
|
|
|||
|
|
@ -469,7 +469,7 @@ nand: nand@68000000 {
|
|||
resets = <&sys_rst 2>, <&sys_rst 2>;
|
||||
};
|
||||
|
||||
emmc: sdhc@68400000 {
|
||||
emmc: mmc@68400000 {
|
||||
compatible = "socionext,uniphier-sd-v3.1";
|
||||
status = "disabled";
|
||||
reg = <0x68400000 0x800>;
|
||||
|
|
@ -485,7 +485,7 @@ emmc: sdhc@68400000 {
|
|||
non-removable;
|
||||
};
|
||||
|
||||
sd: sdhc@68800000 {
|
||||
sd: mmc@68800000 {
|
||||
compatible = "socionext,uniphier-sd-v3.1";
|
||||
status = "disabled";
|
||||
reg = <0x68800000 0x800>;
|
||||
|
|
|
|||
|
|
@ -446,7 +446,7 @@ peri_rst: reset {
|
|||
};
|
||||
};
|
||||
|
||||
emmc: sdhc@5a000000 {
|
||||
emmc: mmc@5a000000 {
|
||||
compatible = "socionext,uniphier-sd-v3.1.1";
|
||||
status = "disabled";
|
||||
reg = <0x5a000000 0x800>;
|
||||
|
|
@ -462,7 +462,7 @@ emmc: sdhc@5a000000 {
|
|||
non-removable;
|
||||
};
|
||||
|
||||
sd: sdhc@5a400000 {
|
||||
sd: mmc@5a400000 {
|
||||
compatible = "socionext,uniphier-sd-v3.1.1";
|
||||
status = "disabled";
|
||||
reg = <0x5a400000 0x800>;
|
||||
|
|
|
|||
|
|
@ -249,7 +249,7 @@ dmac: dma-controller@5a000000 {
|
|||
#dma-cells = <1>;
|
||||
};
|
||||
|
||||
sd: sdhc@5a400000 {
|
||||
sd: mmc@5a400000 {
|
||||
compatible = "socionext,uniphier-sd-v2.91";
|
||||
status = "disabled";
|
||||
reg = <0x5a400000 0x200>;
|
||||
|
|
@ -269,7 +269,7 @@ sd: sdhc@5a400000 {
|
|||
sd-uhs-sdr50;
|
||||
};
|
||||
|
||||
emmc: sdhc@5a500000 {
|
||||
emmc: mmc@5a500000 {
|
||||
compatible = "socionext,uniphier-sd-v2.91";
|
||||
status = "disabled";
|
||||
reg = <0x5a500000 0x200>;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user