Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1357779
| From | Alexandre Courbot <acourbot@nvidia.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH v2 4/5] arm64: tegra210: Add reference clock to GM20B |
| Date | 2016-03-15 04:00 +0100 |
| Message-ID | <rcNnb-4dY-5@gated-at.bofh.it> (permalink) |
| References | <rcNnb-4dY-3@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
This clock is required for the GPU to operate. Signed-off-by: Alexandre Courbot <acourbot@nvidia.com> --- arch/arm64/boot/dts/nvidia/tegra210.dtsi | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/arch/arm64/boot/dts/nvidia/tegra210.dtsi b/arch/arm64/boot/dts/nvidia/tegra210.dtsi index 362c269946ff..04898cb25f0c 100644 --- a/arch/arm64/boot/dts/nvidia/tegra210.dtsi +++ b/arch/arm64/boot/dts/nvidia/tegra210.dtsi @@ -309,8 +309,9 @@ <GIC_SPI 158 IRQ_TYPE_LEVEL_HIGH>; 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"; -- 2.7.2
Back to linux.kernel | Previous | Next | Find similar | Unroll thread
[PATCH v2 4/5] arm64: tegra210: Add reference clock to GM20B Alexandre Courbot <acourbot@nvidia.com> - 2016-03-15 04:00 +0100
csiph-web