Skip to content

Commit f14727a

Browse files
author
Patrice Chotard
committed
ARM: dts: stm32: DT sync with kernel tag v6.6-stm32mp-r1.3
Sync with kernel tag v6.6-stm32mp-r1.3 Signed-off-by: Patrice Chotard <patrice.chotard@foss.st.com> Change-Id: I7911451122fe8a7a9389b8ddb4511feb7f6c0cf2
1 parent 8188a60 commit f14727a

4 files changed

Lines changed: 10 additions & 6 deletions

File tree

arch/arm/dts/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>;

arch/arm/dts/stm32mp251.dtsi

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3360,6 +3360,8 @@
33603360
m0_rproc: m0@0 {
33613361
compatible = "st,stm32mp2-m0";
33623362
reg = <0 0>;
3363+
mboxes = <&ipcc2 2>;
3364+
mbox-names = "shutdown";
33633365
clocks = <&rcc CK_CPU3>;
33643366
resets = <&rcc C3_R>;
33653367
reset-names = "mcu_rst";

arch/arm/dts/stm32mp257f-dk.dts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -580,8 +580,6 @@
580580
};
581581

582582
&m0_rproc {
583-
mboxes = <&ipcc2 0>, <&ipcc2 1>, <&ipcc2 2>;
584-
mbox-names = "rx", "tx", "shutdown";
585583
memory-region = <&cm0_cube_fw>, <&cm0_cube_data>;
586584
clocks = <&rcc CK_CPU3>,
587585
<&rcc CK_CPU3_AM>,

arch/arm/dts/stm32mp257f-ev1.dts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -622,8 +622,6 @@
622622
};
623623

624624
&m0_rproc {
625-
mboxes = <&ipcc2 0>, <&ipcc2 1>, <&ipcc2 2>;
626-
mbox-names = "rx", "tx", "shutdown";
627625
memory-region = <&cm0_cube_fw>, <&cm0_cube_data>;
628626
clocks = <&rcc CK_CPU3>,
629627
<&rcc CK_CPU3_AM>,

0 commit comments

Comments
 (0)