Skip to content

Commit b060d63

Browse files
patrickdelaunayashishverma2691
authored andcommitted
arm: dts: stm32: correct stm32mp13-u-boot.dtsi file for STM32MP131
The ltdc reference don't exist for STM32MP131 Soc in STM32MP13x Family, the &ltdc can't be use in generic U-Boot addon file stm32mp13-u-boot.dtsi Signed-off-by: Patrick Delaunay <patrick.delaunay@foss.st.com> Change-Id: I4944c4d4e8693c56f6294444400bf6c8e23affdb Reviewed-on: https://gerrit.st.com/c/mpu/oe/st/u-boot/+/346953 Tested-by: Amit MITTAL <amit.mittal@st.com> Reviewed-by: Sebastien PASDELOUP <sebastien.pasdeloup-ext@st.com> ACI: CIBUILD <MDG-smet-aci-builds@list.st.com> Domain-Review: Patrice CHOTARD <patrice.chotard@foss.st.com> ACI: CITOOLS <MDG-smet-aci-reviews@list.st.com> Reviewed-by: Amit MITTAL <amit.mittal@st.com> Reviewed-by: Patrice CHOTARD <patrice.chotard@foss.st.com>
1 parent d1bbf3f commit b060d63

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

arch/arm/dts/stm32mp13-u-boot.dtsi

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,11 @@
4141

4242
status = "okay";
4343
};
44+
45+
/* pre-reloc probe = reserve video frame buffer in video_reserve() */
46+
display-controller@5a001000 {
47+
u-boot,dm-pre-proper;
48+
};
4449
};
4550
};
4651

@@ -88,11 +93,6 @@
8893
u-boot,dm-pre-reloc;
8994
};
9095

91-
/* pre-reloc probe = reserve video frame buffer in video_reserve() */
92-
&ltdc {
93-
u-boot,dm-pre-proper;
94-
};
95-
9696
&pinctrl {
9797
u-boot,dm-pre-reloc;
9898
};

0 commit comments

Comments
 (0)