diff --git a/arch/arm64/boot/dts/amlogic/amlogic-t7.dtsi b/arch/arm64/boot/dts/amlogic/amlogic-t7.dtsi index fc23f409fe1d..62f6b9baad28 100644 --- a/arch/arm64/boot/dts/amlogic/amlogic-t7.dtsi +++ b/arch/arm64/boot/dts/amlogic/amlogic-t7.dtsi @@ -717,6 +717,7 @@ sd_emmc_a: mmc@88000 { <&clkc_periphs CLKID_SD_EMMC_A>, <&scmi_clk CLKID_FCLK_DIV2>; clock-names = "core", "clkin0", "clkin1"; + resets = <&reset RESET_SD_EMMC_A>; assigned-clocks = <&clkc_periphs CLKID_SD_EMMC_A_SEL>; assigned-clock-parents = <&xtal>; status = "disabled"; @@ -730,6 +731,7 @@ sd_emmc_b: mmc@8a000 { <&clkc_periphs CLKID_SD_EMMC_B>, <&scmi_clk CLKID_FCLK_DIV2>; clock-names = "core", "clkin0", "clkin1"; + resets = <&reset RESET_SD_EMMC_B>; assigned-clocks = <&clkc_periphs CLKID_SD_EMMC_B_SEL>; assigned-clock-parents = <&xtal>; status = "disabled"; @@ -743,6 +745,7 @@ sd_emmc_c: mmc@8c000 { <&clkc_periphs CLKID_SD_EMMC_C>, <&scmi_clk CLKID_FCLK_DIV2>; clock-names = "core", "clkin0", "clkin1"; + resets = <&reset RESET_SD_EMMC_C>; assigned-clocks = <&clkc_periphs CLKID_SD_EMMC_C_SEL>; assigned-clock-parents = <&xtal>; status = "disabled";