aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJyri Sarha <jsarha@ti.com>2016-09-16 07:50:12 -0400
committerTony Lindgren <tony@atomide.com>2016-09-19 19:13:24 -0400
commit5dffb684e090aa83ff054647ab4ba89a81986690 (patch)
tree28f7de7ddeee0686dfacce0929ff1e65952c139a
parentf91f0f246632d2a8ee63dbbffaa5163fb5432c74 (diff)
ARM: dts: am335x-evmsk: Whitespace cleanup of lcdc related nodes
Whitespace cleanup of lcdc related nodes. Do all indentation and alignment with tabs instead of spaces. Signed-off-by: Jyri Sarha <jsarha@ti.com> Reviewed-by: Tomi Valkeinen <tomi.valkeinen@ti.com> Signed-off-by: Tony Lindgren <tony@atomide.com>
-rw-r--r--arch/arm/boot/dts/am335x-evmsk.dts40
1 files changed, 20 insertions, 20 deletions
diff --git a/arch/arm/boot/dts/am335x-evmsk.dts b/arch/arm/boot/dts/am335x-evmsk.dts
index 0e5e8dcdcc24..ef56b07068b3 100644
--- a/arch/arm/boot/dts/am335x-evmsk.dts
+++ b/arch/arm/boot/dts/am335x-evmsk.dts
@@ -170,29 +170,29 @@
170 pinctrl-1 = <&lcd_pins_sleep>; 170 pinctrl-1 = <&lcd_pins_sleep>;
171 status = "okay"; 171 status = "okay";
172 panel-info { 172 panel-info {
173 ac-bias = <255>; 173 ac-bias = <255>;
174 ac-bias-intrpt = <0>; 174 ac-bias-intrpt = <0>;
175 dma-burst-sz = <16>; 175 dma-burst-sz = <16>;
176 bpp = <32>; 176 bpp = <32>;
177 fdd = <0x80>; 177 fdd = <0x80>;
178 sync-edge = <0>; 178 sync-edge = <0>;
179 sync-ctrl = <1>; 179 sync-ctrl = <1>;
180 raster-order = <0>; 180 raster-order = <0>;
181 fifo-th = <0>; 181 fifo-th = <0>;
182 }; 182 };
183 display-timings { 183 display-timings {
184 480x272 { 184 480x272 {
185 hactive = <480>; 185 hactive = <480>;
186 vactive = <272>; 186 vactive = <272>;
187 hback-porch = <43>; 187 hback-porch = <43>;
188 hfront-porch = <8>; 188 hfront-porch = <8>;
189 hsync-len = <4>; 189 hsync-len = <4>;
190 vback-porch = <12>; 190 vback-porch = <12>;
191 vfront-porch = <4>; 191 vfront-porch = <4>;
192 vsync-len = <10>; 192 vsync-len = <10>;
193 clock-frequency = <9000000>; 193 clock-frequency = <9000000>;
194 hsync-active = <0>; 194 hsync-active = <0>;
195 vsync-active = <0>; 195 vsync-active = <0>;
196 }; 196 };
197 }; 197 };
198 }; 198 };
@@ -711,5 +711,5 @@
711}; 711};
712 712
713&lcdc { 713&lcdc {
714 status = "okay"; 714 status = "okay";
715}; 715};