From: Alexandre Courbot Date: Mon, 28 Mar 2016 09:23:03 +0000 (+0900) Subject: arm64: tegra: Add reference clock to GM20B on Tegra210 X-Git-Tag: v4.7-rc1~135^2~2^2~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4a0778e98f31709ab3c2dcb19b56a6dc7f44241a;p=thirdparty%2Fkernel%2Flinux.git arm64: tegra: Add reference clock to GM20B on Tegra210 This clock is required for the GPU to operate. Signed-off-by: Alexandre Courbot Signed-off-by: Thierry Reding --- diff --git a/arch/arm64/boot/dts/nvidia/tegra210.dtsi b/arch/arm64/boot/dts/nvidia/tegra210.dtsi index 23b0630602cf0..687d354439ea1 100644 --- a/arch/arm64/boot/dts/nvidia/tegra210.dtsi +++ b/arch/arm64/boot/dts/nvidia/tegra210.dtsi @@ -226,8 +226,9 @@ ; interrupt-names = "stall", "nonstall"; clocks = <&tegra_car TEGRA210_CLK_GPU>, - <&tegra_car TEGRA210_CLK_PLL_P_OUT5>; - clock-names = "gpu", "pwr"; + <&tegra_car TEGRA210_CLK_PLL_P_OUT5>, + <&tegra_car TEGRA210_CLK_PLL_G_REF>; + clock-names = "gpu", "pwr", "ref"; resets = <&tegra_car 184>; reset-names = "gpu"; status = "disabled";