diff options
author | Thierry Reding <treding@nvidia.com> | 2020-06-11 20:59:25 +0300 |
---|---|---|
committer | Thierry Reding <treding@nvidia.com> | 2020-06-25 10:29:46 +0300 |
commit | eb6563a681e2fdf5e33a3ede03c8768059d3a8d3 (patch) | |
tree | eded64bcf46a6ca84c918efecb57204e9e12a4a2 /arch/arm/boot/dts/tegra30.dtsi | |
parent | 7fb099528bbe92157a5e2bdc94b6f5e0269f0dd6 (diff) | |
download | linux-eb6563a681e2fdf5e33a3ede03c8768059d3a8d3.tar.xz |
ARM: tegra: Add parent clock to DSI output
The DSI output needs to specify a parent clock that will be used to
drive both the output and the display controller.
Signed-off-by: Thierry Reding <treding@nvidia.com>
Diffstat (limited to 'arch/arm/boot/dts/tegra30.dtsi')
-rw-r--r-- | arch/arm/boot/dts/tegra30.dtsi | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/tegra30.dtsi b/arch/arm/boot/dts/tegra30.dtsi index 2007c603aba2..08d0ee4ad7c1 100644 --- a/arch/arm/boot/dts/tegra30.dtsi +++ b/arch/arm/boot/dts/tegra30.dtsi @@ -257,7 +257,9 @@ dsi@54300000 { compatible = "nvidia,tegra30-dsi"; reg = <0x54300000 0x00040000>; - clocks = <&tegra_car TEGRA30_CLK_DSIA>; + clocks = <&tegra_car TEGRA30_CLK_DSIA>, + <&tegra_car TEGRA30_CLK_PLL_D_OUT0>; + clock-names = "dsi", "parent"; resets = <&tegra_car 48>; reset-names = "dsi"; status = "disabled"; |