diff options
| author | Sugaya Taichi <sugaya.taichi@socionext.com> | 2021-11-15 12:30:54 +0300 |
|---|---|---|
| committer | Arnd Bergmann <arnd@arndb.de> | 2021-11-22 15:50:47 +0300 |
| commit | 2fc4dfc294eef022889e56ebcd4f0c6c6e34e3c5 (patch) | |
| tree | 6c86eb6ec9e87875487abb597041b1ea5b132822 | |
| parent | 8e0150fe5cf5b86df55257d800258e57d7d34202 (diff) | |
| download | linux-2fc4dfc294eef022889e56ebcd4f0c6c6e34e3c5.tar.xz | |
ARM: dts: milbeaut: set clock phandle to timer node
Set clock phandle to timer node for Milbeaut M10V support.
Signed-off-by: Sugaya Taichi <sugaya.taichi@socionext.com>
Link: https://lore.kernel.org/r/1636968656-14033-3-git-send-email-sugaya.taichi@socionext.com'
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
| -rw-r--r-- | arch/arm/boot/dts/milbeaut-m10v.dtsi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/milbeaut-m10v.dtsi b/arch/arm/boot/dts/milbeaut-m10v.dtsi index 28aee25d939e..9f70784bad0c 100644 --- a/arch/arm/boot/dts/milbeaut-m10v.dtsi +++ b/arch/arm/boot/dts/milbeaut-m10v.dtsi @@ -76,6 +76,7 @@ compatible = "socionext,milbeaut-timer"; reg = <0x1e000050 0x20>; interrupts = <0 91 4>; + clocks = <&clk 4>; }; uart1: serial@1e700010 { /* PE4, PE5 */ |
