]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
arm64: dts: amlogic: t7: Fix missing required reset property
authorRonald Claveau <linux-kernel-dev@aliel.fr>
Tue, 31 Mar 2026 14:24:05 +0000 (16:24 +0200)
committerNeil Armstrong <neil.armstrong@linaro.org>
Tue, 2 Jun 2026 07:49:46 +0000 (09:49 +0200)
CHECK_DTBS shows missing reset required property in T7 DTBS.
A new CHECK_DTBS with this patch does not show this anymore.

Signed-off-by: Ronald Claveau <linux-kernel-dev@aliel.fr>
Link: https://patch.msgid.link/20260331-fix-aml-t7-null-reset-v1-2-eb95b625234c@aliel.fr
Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org>
arch/arm64/boot/dts/amlogic/amlogic-t7.dtsi

index fc23f409fe1d1e85d6ff961588f780af9711a604..62f6b9baad28b121d8e8dd155ba6377f3ab59ea5 100644 (file)
                                         <&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";
                                         <&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";
                                         <&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";