mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-06-02 09:52:25 -04:00
ARM: dts: lpc18xx: rename node name mmcsd to mmc
Change node name mmcsd to mmc to fix CHECK_DTB warnings: arch/arm/boot/dts/nxp/lpc/lpc4337-ciaa.dtb: mmcsd@40004000 (snps,dw-mshc): $nodename:0: 'mmcsd@40004000' does not match '^mmc(@.*)?$' Signed-off-by: Frank Li <Frank.Li@nxp.com> Signed-off-by: Vladimir Zapolskiy <vz@mleia.com>
This commit is contained in:
committed by
Vladimir Zapolskiy
parent
c3ad87de22
commit
3d2a00271e
@@ -111,7 +111,7 @@ spifi: spi@40003000 {
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
mmcsd: mmcsd@40004000 {
|
||||
mmcsd: mmc@40004000 {
|
||||
compatible = "snps,dw-mshc";
|
||||
reg = <0x40004000 0x1000>;
|
||||
interrupts = <6>;
|
||||
|
||||
Reference in New Issue
Block a user