forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-01-31 f9004dbfff8a3fbbd7e2a88c8a4327c7f2f8e5b2
kernel/arch/arm/boot/dts/rv1106-tb-nofastae-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>;