gpu: host1x: Update host1x device tree example
The display controller primary clock was recently renamed to "dc", so update the example to reflect that. Signed-off-by: Thierry Reding <treding@nvidia.com>
This commit is contained in:
parent
9be7d864cf
commit
5d30be283f
|
@ -255,7 +255,7 @@ Example:
|
||||||
interrupts = <0 73 0x04>;
|
interrupts = <0 73 0x04>;
|
||||||
clocks = <&tegra_car TEGRA20_CLK_DISP1>,
|
clocks = <&tegra_car TEGRA20_CLK_DISP1>,
|
||||||
<&tegra_car TEGRA20_CLK_PLL_P>;
|
<&tegra_car TEGRA20_CLK_PLL_P>;
|
||||||
clock-names = "disp1", "parent";
|
clock-names = "dc", "parent";
|
||||||
resets = <&tegra_car 27>;
|
resets = <&tegra_car 27>;
|
||||||
reset-names = "dc";
|
reset-names = "dc";
|
||||||
|
|
||||||
|
@ -270,7 +270,7 @@ Example:
|
||||||
interrupts = <0 74 0x04>;
|
interrupts = <0 74 0x04>;
|
||||||
clocks = <&tegra_car TEGRA20_CLK_DISP2>,
|
clocks = <&tegra_car TEGRA20_CLK_DISP2>,
|
||||||
<&tegra_car TEGRA20_CLK_PLL_P>;
|
<&tegra_car TEGRA20_CLK_PLL_P>;
|
||||||
clock-names = "disp2", "parent";
|
clock-names = "dc", "parent";
|
||||||
resets = <&tegra_car 26>;
|
resets = <&tegra_car 26>;
|
||||||
reset-names = "dc";
|
reset-names = "dc";
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue