OSDN Git Service

ARM: dts: exynos: Add minimal clkout parameters to Exynos3250 PMU
authorMarek Szyprowski <m.szyprowski@samsung.com>
Fri, 15 Feb 2019 10:36:50 +0000 (11:36 +0100)
committerKrzysztof Kozlowski <krzk@kernel.org>
Mon, 18 Feb 2019 17:57:24 +0000 (18:57 +0100)
Add minimal parameters needed by the Exynos CLKOUT driver to Exynos3250
PMU node. This fixes the following warning on boot:

exynos_clkout_init: failed to register clkout clock

Fixes: d19bb397e19e ("ARM: dts: exynos: Update PMU node with CLKOUT related data")
Cc: <stable@vger.kernel.org>
Signed-off-by: Marek Szyprowski <m.szyprowski@samsung.com>
Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
arch/arm/boot/dts/exynos3250.dtsi

index 608d174..5892a9f 100644 (file)
                        interrupt-controller;
                        #interrupt-cells = <3>;
                        interrupt-parent = <&gic>;
+                       clock-names = "clkout8";
+                       clocks = <&cmu CLK_FIN_PLL>;
+                       #clock-cells = <1>;
                };
 
                mipi_phy: video-phy {