diff options
author | Arnd Bergmann <arnd@arndb.de> | 2016-07-21 12:40:28 (GMT) |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2016-07-21 12:40:28 (GMT) |
commit | d95eabc7b8ee4c8ef471e8a97aa62d353b110880 (patch) | |
tree | 9db74153231272a68a5a9f27a367dbfc4a18b755 /arch/arm/boot | |
parent | 1b2d8b94c8781adfb1eeb9cd1cbe23fab601519a (diff) | |
parent | e0c3f92a08f3e0a95024d0d032564fdc1ee96f54 (diff) | |
download | linux-d95eabc7b8ee4c8ef471e8a97aa62d353b110880.tar.xz |
Merge tag 'renesas-dt-fixes-for-v4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas into next/dt
Merge "Renesas ARM Based SoC DT Fixes for v4.8" from Simon Horman:
* Corrections to r8a7792
* tag 'renesas-dt-fixes-for-v4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas:
ARM: dts: r8a7792: remove ADSP clock
ARM: dts: r8a7792: add PLL1 divided by 2 clock
Diffstat (limited to 'arch/arm/boot')
-rw-r--r-- | arch/arm/boot/dts/r8a7792.dtsi | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/r8a7792.dtsi b/arch/arm/boot/dts/r8a7792.dtsi index 75256ef..3fd61d7 100644 --- a/arch/arm/boot/dts/r8a7792.dtsi +++ b/arch/arm/boot/dts/r8a7792.dtsi @@ -279,11 +279,18 @@ clocks = <&extal_clk>; #clock-cells = <1>; clock-output-names = "main", "pll0", "pll1", "pll3", - "lb", "qspi", "z", "adsp"; + "lb", "qspi", "z"; #power-domain-cells = <0>; }; /* Fixed factor clocks */ + pll1_div2_clk: pll1_div2 { + compatible = "fixed-factor-clock"; + clocks = <&cpg_clocks R8A7792_CLK_PLL1>; + #clock-cells = <0>; + clock-div = <2>; + clock-mult = <1>; + }; zs_clk: zs { compatible = "fixed-factor-clock"; clocks = <&cpg_clocks R8A7792_CLK_PLL1>; |