ARM: dts: ape6evm: Name mmc pfc subnode after device name
Name the Pin Function Controller subnode for MMC0 after its device name, instead of using the generic and indexless "mmc". This avoids conflicts when enabling support for more MMC interfaces later, either here or in a DT overlay. Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
This commit is contained in:
parent
94f58eb2a8
commit
8b68d53ec2
|
@ -193,7 +193,7 @@
|
|||
function = "scifa0";
|
||||
};
|
||||
|
||||
mmc0_pins: mmc {
|
||||
mmc0_pins: mmc0 {
|
||||
groups = "mmc0_data8", "mmc0_ctrl";
|
||||
function = "mmc0";
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue