From 7ce3d59bcfbf650de4116a2bdf83c69de2267e0a Mon Sep 17 00:00:00 2001 From: Christoph Muellner Date: Fri, 24 Apr 2015 23:35:29 +0200 Subject: Clk: sunxi: Adding support for GPU clocks and PLL8/9. This patch adds support for the GPU clocks on sun6i a31. This is a typical clock path, which can be realized with this patch: * PLL8 -> GPU_HYD -> GPU_MEM * PLL9 -> GPU_CORE * AHB1 -> AHB1_GPU Signed-off-by: Christoph Muellner --- arch/arm/boot/dts/sun6i-a31-pangolin.dts | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'arch/arm/boot/dts/sun6i-a31-pangolin.dts') diff --git a/arch/arm/boot/dts/sun6i-a31-pangolin.dts b/arch/arm/boot/dts/sun6i-a31-pangolin.dts index 7de0e70e16c3..9d7dbb40b022 100644 --- a/arch/arm/boot/dts/sun6i-a31-pangolin.dts +++ b/arch/arm/boot/dts/sun6i-a31-pangolin.dts @@ -137,6 +137,10 @@ status = "okay"; }; +&gpu { + status = "okay"; +}; + &mmc0 { pinctrl-names = "default"; pinctrl-0 = <&mmc0_pins_a>, <&mmc0_cd_pin_pangolin>; -- cgit v1.2.3