[linux dev-6.6 v1 3/6] arm64: dts: add clock-cell property to reset node

Tomer Maimon tmaimon77 at gmail.com
Mon Jul 1 17:10:45 AEST 2024


Add clock-cell property to reset node,  The addition is necessitated
by the integration of the NPCM8xx clock auxiliary bus device into the
NPCM reset driver.

Signed-off-by: Tomer Maimon <tmaimon77 at gmail.com>
---
 arch/arm64/boot/dts/nuvoton/nuvoton-common-npcm8xx.dtsi | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm64/boot/dts/nuvoton/nuvoton-common-npcm8xx.dtsi b/arch/arm64/boot/dts/nuvoton/nuvoton-common-npcm8xx.dtsi
index 41d345448430..84a2a5172597 100644
--- a/arch/arm64/boot/dts/nuvoton/nuvoton-common-npcm8xx.dtsi
+++ b/arch/arm64/boot/dts/nuvoton/nuvoton-common-npcm8xx.dtsi
@@ -53,6 +53,7 @@ rstc: reset-controller at f0801000 {
 			#reset-cells = <2>;
 			nuvoton,sysgcr = <&gcr>;
 			clocks = <&refclk>;
+			#clock-cells = <1>;
 		};
 
 		clk: clock-controller at f0801000 {
-- 
2.34.1



More information about the openbmc mailing list