diff options
author | Sugaya Taichi <sugaya.taichi@socionext.com> | 2021-11-15 10:30:53 +0100 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2021-11-22 13:50:46 +0100 |
commit | 8e0150fe5cf5b86df55257d800258e57d7d34202 (patch) | |
tree | 2662b9a12ea40e2b045e4b489857d32a8554d967 /arch/arm/boot/dts/milbeaut-m10v.dtsi | |
parent | Linux 5.16-rc2 (diff) | |
download | linux-8e0150fe5cf5b86df55257d800258e57d7d34202.tar.xz linux-8e0150fe5cf5b86df55257d800258e57d7d34202.zip |
ARM: dts: milbeaut: add a clock node for M10V
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>
Diffstat (limited to 'arch/arm/boot/dts/milbeaut-m10v.dtsi')
-rw-r--r-- | arch/arm/boot/dts/milbeaut-m10v.dtsi | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/milbeaut-m10v.dtsi b/arch/arm/boot/dts/milbeaut-m10v.dtsi index aa7c6caeb750..28aee25d939e 100644 --- a/arch/arm/boot/dts/milbeaut-m10v.dtsi +++ b/arch/arm/boot/dts/milbeaut-m10v.dtsi @@ -65,6 +65,13 @@ <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>; |