aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Documentation/devicetree/bindings/gpu/nvidia,tegra20-host1x.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/devicetree/bindings/gpu/nvidia,tegra20-host1x.txt b/Documentation/devicetree/bindings/gpu/nvidia,tegra20-host1x.txt
index 31314bd40da9..53045fe32d20 100644
--- a/Documentation/devicetree/bindings/gpu/nvidia,tegra20-host1x.txt
+++ b/Documentation/devicetree/bindings/gpu/nvidia,tegra20-host1x.txt
@@ -255,7 +255,7 @@ Example:
255 interrupts = <0 73 0x04>; 255 interrupts = <0 73 0x04>;
256 clocks = <&tegra_car TEGRA20_CLK_DISP1>, 256 clocks = <&tegra_car TEGRA20_CLK_DISP1>,
257 <&tegra_car TEGRA20_CLK_PLL_P>; 257 <&tegra_car TEGRA20_CLK_PLL_P>;
258 clock-names = "disp1", "parent"; 258 clock-names = "dc", "parent";
259 resets = <&tegra_car 27>; 259 resets = <&tegra_car 27>;
260 reset-names = "dc"; 260 reset-names = "dc";
261 261
@@ -270,7 +270,7 @@ Example:
270 interrupts = <0 74 0x04>; 270 interrupts = <0 74 0x04>;
271 clocks = <&tegra_car TEGRA20_CLK_DISP2>, 271 clocks = <&tegra_car TEGRA20_CLK_DISP2>,
272 <&tegra_car TEGRA20_CLK_PLL_P>; 272 <&tegra_car TEGRA20_CLK_PLL_P>;
273 clock-names = "disp2", "parent"; 273 clock-names = "dc", "parent";
274 resets = <&tegra_car 26>; 274 resets = <&tegra_car 26>;
275 reset-names = "dc"; 275 reset-names = "dc";
276 276