Message ID | 1622981777-5023-2-git-send-email-stefan.wahren@i2se.com (mailing list archive) |
---|---|
State | Not Applicable, archived |
Headers | show |
Series | ARM: dts: Add Raspberry Pi 400 support | expand |
On Sun, 2021-06-06 at 14:16 +0200, Stefan Wahren wrote: > Fix the node names for the MMC/SD card controller to conform > to the standard node name mmc@.. > > Signed-off-by: Stefan Wahren <stefan.wahren@i2se.com> > Reviewed-by: Nicolas Saenz Julienne <nsaenz@kernel.org> > --- Applied for next. Regards, Nicolas
diff --git a/arch/arm/boot/dts/bcm2711.dtsi b/arch/arm/boot/dts/bcm2711.dtsi index 720beec..d872064 100644 --- a/arch/arm/boot/dts/bcm2711.dtsi +++ b/arch/arm/boot/dts/bcm2711.dtsi @@ -413,7 +413,7 @@ ranges = <0x0 0x7e000000 0x0 0xfe000000 0x01800000>; dma-ranges = <0x0 0xc0000000 0x0 0x00000000 0x40000000>; - emmc2: emmc2@7e340000 { + emmc2: mmc@7e340000 { compatible = "brcm,bcm2711-emmc2"; reg = <0x0 0x7e340000 0x100>; interrupts = <GIC_SPI 126 IRQ_TYPE_LEVEL_HIGH>; diff --git a/arch/arm/boot/dts/bcm283x.dtsi b/arch/arm/boot/dts/bcm283x.dtsi index b83a864..0f3be55 100644 --- a/arch/arm/boot/dts/bcm283x.dtsi +++ b/arch/arm/boot/dts/bcm283x.dtsi @@ -420,7 +420,7 @@ status = "disabled"; }; - sdhci: sdhci@7e300000 { + sdhci: mmc@7e300000 { compatible = "brcm,bcm2835-sdhci"; reg = <0x7e300000 0x100>; interrupts = <2 30>;