hc
2024-01-03 2f7c68cb55ecb7331f2381deb497c27155f32faf
kernel/arch/arm/boot/dts/rv1106-thunder-boot-emmc.dtsi
....@@ -11,14 +11,16 @@
1111 reg = <0x3f000 0x00001000>;
1212 };
1313
14
- mmc_idmac: mmc@100000 {
15
- reg = <0x00100000 0x00100000>;
14
+ mmc_idmac: mmc@80000 {
15
+ reg = <0x0080000 0x17e000>;
1616 };
1717 };
1818
1919 thunder_boot_mmc: thunder-boot-mmc {
2020 compatible = "rockchip,thunder-boot-mmc";
2121 reg = <0xffa90000 0x4000>;
22
+ clocks = <&cru HCLK_EMMC>, <&cru CCLK_SRC_EMMC>;
23
+ clock-names = "biu", "ciu";
2224 memory-region-src = <&ramdisk_c>;
2325 memory-region-dst = <&ramdisk_r>;
2426 memory-region-idmac = <&mmc_idmac>;