ARM: dts: milbeaut: add a clock node for M10V
authorSugaya Taichi <sugaya.taichi@socionext.com>
Mon, 15 Nov 2021 09:30:53 +0000 (18:30 +0900)
committerArnd Bergmann <arnd@arndb.de>
Mon, 22 Nov 2021 12:50:46 +0000 (13:50 +0100)
Add a clock node for the platform of the Milbeaut M10V.

Signed-off-by: Sugaya Taichi <sugaya.taichi@socionext.com>
Link: https://lore.kernel.org/r/1636968656-14033-2-git-send-email-sugaya.taichi@socionext.com'
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
arch/arm/boot/dts/milbeaut-m10v.dtsi

index aa7c6caeb7507d4b3c7b81f72305c9f54acb9232..28aee25d939e4cd34e306098841448b2514b6eca 100644 (file)
                              <0x1d002000 0x1000>; /* CPU I/f base and size */
                };
 
+               clk: clock-ctrl@1d021000 {
+                       compatible = "socionext,milbeaut-m10v-ccu";
+                       #clock-cells = <1>;
+                       reg = <0x1d021000 0x1000>;
+                       clocks = <&uclk40xi>;
+               };
+
                timer@1e000050 { /* 32-bit Reload Timers */
                        compatible = "socionext,milbeaut-timer";
                        reg = <0x1e000050 0x20>;