Skip to content

Commit ee70959

Browse files
Yannick Fertreguilemop-ext
authored andcommitted
arm64: dts: st: add support of continuous display on stm32mp235 DK board
Set the backlight, the panel, ltdc & lvds on at probe. Change-Id: I4683108c474039d0722720e146bfe14df23d2afe Signed-off-by: Yannick Fertre <yannick.fertre@foss.st.com> Reviewed-on: https://gerrit.st.com/c/mpu/oe/st/linux-stm32/+/440025 ACI: CITOOLS <MDG-smet-aci-reviews@list.st.com> ACI: CIBUILD <MDG-smet-aci-builds@list.st.com>
1 parent 6f76e3a commit ee70959

1 file changed

Lines changed: 8 additions & 2 deletions

File tree

arch/arm64/boot/dts/st/stm32mp235f-dk.dts

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@
3535

3636
framebuffer {
3737
compatible = "simple-framebuffer";
38+
clocks = <&rcc CK_BUS_LTDC>, <&rcc CK_KER_LTDC>,
39+
<&rcc CK_BUS_LVDS>, <&rcc CK_KER_LVDSPHY>;
3840
status = "disabled";
3941
};
4042
};
@@ -136,6 +138,7 @@
136138
compatible = "edt,etml0700z9ndha", "panel-lvds";
137139
enable-gpios = <&gpioi 4 GPIO_ACTIVE_HIGH>;
138140
backlight = <&panel_lvds_backlight>;
141+
default-on;
139142
status = "okay";
140143

141144
width-mm = <156>;
@@ -165,7 +168,7 @@
165168
compatible = "gpio-backlight";
166169
gpios = <&gpioi 7 GPIO_ACTIVE_HIGH>;
167170
default-on;
168-
default-brightness-level = <0>;
171+
default-brightness-level = <1>;
169172
status = "okay";
170173
};
171174

@@ -485,6 +488,7 @@
485488
};
486489

487490
&ltdc {
491+
default-on;
488492
status = "okay";
489493

490494
port {
@@ -504,9 +508,11 @@
504508
};
505509

506510
&lvds {
507-
status = "okay";
511+
default-on;
508512
vdd-supply = <&scmi_vddcore>;
509513
vdda18-supply = <&scmi_v1v8>;
514+
status = "okay";
515+
510516
ports {
511517
#address-cells = <1>;
512518
#size-cells = <0>;

0 commit comments

Comments
 (0)