]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
ARM: dts: sun7i: Fix pll3x2 and pll7x2 not having a parent clock
authorHans de Goede <hdegoede@redhat.com>
Tue, 28 Jun 2016 20:11:14 +0000 (22:11 +0200)
committerMaxime Ripard <maxime.ripard@free-electrons.com>
Wed, 29 Jun 2016 07:03:13 +0000 (09:03 +0200)
Fix pll3x2 and pll7x2 not having a parent clock, specifically this
fixes the kernel turning of pll3 while simplefb is using it when
uboot has configured things to use pll3x2 as lcd ch clk parent.

Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
arch/arm/boot/dts/sun7i-a20.dtsi

index f480051c1f8a8fe6ce6490c18e365aff6be87828..2c34bbbb95700a4c1af75ffb44d92a312b927dea 100644 (file)
                pll3x2: pll3x2_clk {
                        #clock-cells = <0>;
                        compatible = "fixed-factor-clock";
+                       clocks = <&pll3>;
                        clock-div = <1>;
                        clock-mult = <2>;
                        clock-output-names = "pll3-2x";
                pll7x2: pll7x2_clk {
                        #clock-cells = <0>;
                        compatible = "fixed-factor-clock";
+                       clocks = <&pll7>;
                        clock-div = <1>;
                        clock-mult = <2>;
                        clock-output-names = "pll7-2x";