Skip to content

Commit a38206e

Browse files
johnweberchrillomat
authored andcommitted
wandboard/dts: Enable lcdif in devicetree
1 parent d687191 commit a38206e

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

arch/arm/boot/dts/imx6qdl-wandboard.dtsi

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -148,17 +148,15 @@
148148
late_init = <0>;
149149
status = "disabled";
150150
};
151-
#if 0
151+
152152
lcd@0 {
153153
compatible = "fsl,lcd";
154154
ipu_id = <0>;
155155
disp_id = <0>;
156156
default_ifmt = "RGB565";
157157
pinctrl-names = "default";
158-
pinctrl-0 = <&pinctrl_ipu1_4>;
159-
#if 0
158+
pinctrl-0 = <&pinctrl_ipu1_1>;
160159
status = "okay";
161-
#endif
162160
};
163161

164162
backlight_lcd {
@@ -174,7 +172,7 @@
174172
brightness-levels = <0 4 8 16 32 64 128 255>;
175173
default-brightness-level = <7>;
176174
};
177-
#endif
175+
178176
v4l2_cap_0 {
179177
compatible = "fsl,imx6q-v4l2-capture";
180178
ipu_id = <0>;

0 commit comments

Comments
 (0)