diff --git a/arch/arm/boot/dts/rv1106-tb-nofastae-emmc.dtsi b/arch/arm/boot/dts/rv1106-tb-nofastae-emmc.dtsi index 1095b35564d4..61cd515c3892 100644 --- a/arch/arm/boot/dts/rv1106-tb-nofastae-emmc.dtsi +++ b/arch/arm/boot/dts/rv1106-tb-nofastae-emmc.dtsi @@ -19,6 +19,8 @@ thunder_boot_mmc: thunder-boot-mmc { compatible = "rockchip,thunder-boot-mmc"; reg = <0xffa90000 0x4000>; + clocks = <&cru HCLK_EMMC>, <&cru CCLK_SRC_EMMC>; + clock-names = "biu", "ciu"; memory-region-src = <&ramdisk_c>; memory-region-dst = <&ramdisk_r>; memory-region-idmac = <&mmc_idmac>; diff --git a/arch/arm/boot/dts/rv1106-thunder-boot-emmc.dtsi b/arch/arm/boot/dts/rv1106-thunder-boot-emmc.dtsi index 208cb559d7b5..4a961637c47d 100644 --- a/arch/arm/boot/dts/rv1106-thunder-boot-emmc.dtsi +++ b/arch/arm/boot/dts/rv1106-thunder-boot-emmc.dtsi @@ -19,6 +19,8 @@ thunder_boot_mmc: thunder-boot-mmc { compatible = "rockchip,thunder-boot-mmc"; reg = <0xffa90000 0x4000>; + clocks = <&cru HCLK_EMMC>, <&cru CCLK_SRC_EMMC>; + clock-names = "biu", "ciu"; memory-region-src = <&ramdisk_c>; memory-region-dst = <&ramdisk_r>; memory-region-idmac = <&mmc_idmac>;