mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 03:15:31 +09:00
arm64: dts: rockchip: rk3568: Rename sdhci compatible property
Since we modify the sdhci driver to match upstream, so the compatible property should be adjust to match it. Signed-off-by: Shawn Lin <shawn.lin@rock-chips.com> Change-Id: Ia768d530047db95c29d5740ed5b039e7d92428cc
This commit is contained in:
@@ -2605,7 +2605,7 @@
|
||||
};
|
||||
|
||||
sdhci: sdhci@fe310000 {
|
||||
compatible = "rockchip,dwcmshc-sdhci", "snps,dwcmshc-sdhci";
|
||||
compatible = "rockchip,rk3568-dwcmshc", "rockchip,dwcmshc-sdhci";
|
||||
reg = <0x0 0xfe310000 0x0 0x10000>;
|
||||
interrupts = <GIC_SPI 19 IRQ_TYPE_LEVEL_HIGH>;
|
||||
assigned-clocks = <&cru BCLK_EMMC>, <&cru TCLK_EMMC>,
|
||||
|
||||
Reference in New Issue
Block a user