]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
arm64: dts: exynos: gs101: add sysreg_misc and sysreg_hsi0 nodes
authorPeter Griffin <peter.griffin@linaro.org>
Mon, 13 Oct 2025 20:51:32 +0000 (21:51 +0100)
committerKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Tue, 21 Oct 2025 19:25:42 +0000 (21:25 +0200)
Add syscon DT node for the hsi0 and misc sysreg controllers. These will
be referenced by their respective CMU nodes in future patches.

Signed-off-by: Peter Griffin <peter.griffin@linaro.org>
Reviewed-by: André Draszik <andre.draszik@linaro.org>
Link: https://patch.msgid.link/20251013-automatic-clocks-v1-3-72851ee00300@linaro.org
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
arch/arm64/boot/dts/exynos/google/gs101.dtsi

index 9d0d943fb08c9ff0fcc3c84459893a3ba92226fd..ba002e88eb0bc4dde340b3f633222f4a6c2d40e7 100644 (file)
                        clock-names = "bus", "sss";
                };
 
+               sysreg_misc: syscon@10030000 {
+                       compatible = "google,gs101-misc-sysreg", "syscon";
+                       reg = <0x10030000 0x10000>;
+                       clocks = <&cmu_misc CLK_GOUT_MISC_SYSREG_MISC_PCLK>;
+               };
+
                timer@10050000 {
                        compatible = "google,gs101-mct",
                                     "samsung,exynos4210-mct";
                                      "usbdpdbg";
                };
 
+               sysreg_hsi0: syscon@11020000 {
+                       compatible = "google,gs101-hsi0-sysreg", "syscon";
+                       reg = <0x11020000 0x10000>;
+                       clocks = <&cmu_hsi0 CLK_GOUT_HSI0_SYSREG_HSI0_PCLK>;
+               };
+
                usbdrd31_phy: phy@11100000 {
                        compatible = "google,gs101-usb31drd-phy";
                        reg = <0x11100000 0x0200>,