diff options
author | Sjoerd Simons <sjoerd.simons@collabora.co.uk> | 2016-01-25 12:19:26 +0100 |
---|---|---|
committer | Heiko Stuebner <heiko@sntech.de> | 2016-01-25 14:47:36 +0100 |
commit | df5ea015984633526874619ca1288fc5f2cf47c0 (patch) | |
tree | e5cc3e806cbd76c81d5d3e2f69d87201bdc06606 /arch/arm/boot/dts/rk3288.dtsi | |
parent | 0082180c8dd22c3b813618882ec9629d94172214 (diff) | |
download | linux-df5ea015984633526874619ca1288fc5f2cf47c0.tar.bz2 |
ARM: dts: rockchip: Assign RK3288 EDP_24M input centrally
The EDP 24M clock can be fed either by an SoC internal fixed clock or
from an external IC. Change the default parent to the internal clock in
the main rk3288 dtsi, to ensure (by default) it gets setup with a
non-orphaned clock (hardware defaults to the externa clock).
This prevents potential issues when the clock framework get support for
deferring on orphaned clocks, while specific boards can always change
the parent clock if an external input is preferred.
Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk>
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Diffstat (limited to 'arch/arm/boot/dts/rk3288.dtsi')
-rw-r--r-- | arch/arm/boot/dts/rk3288.dtsi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/rk3288.dtsi b/arch/arm/boot/dts/rk3288.dtsi index f0a091949f42..c5d7e61c2272 100644 --- a/arch/arm/boot/dts/rk3288.dtsi +++ b/arch/arm/boot/dts/rk3288.dtsi @@ -630,6 +630,9 @@ #address-cells = <1>; #size-cells = <0>; + assigned-clocks = <&cru SCLK_EDP_24M>; + assigned-clock-parents = <&xin24m>; + /* * Note: Although SCLK_* are the working clocks * of device without including on the NOC, needed for |