Skip to content

Commit

Permalink
arm: dts: stm32: correct stm32mp13-u-boot.dtsi file for STM32MP131
Browse files Browse the repository at this point in the history
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 <[email protected]>
Change-Id: I4944c4d4e8693c56f6294444400bf6c8e23affdb
Reviewed-on: https://gerrit.st.com/c/mpu/oe/st/u-boot/+/326549
Reviewed-by: Patrice CHOTARD <[email protected]>
Domain-Review: Patrice CHOTARD <[email protected]>
ACI: CITOOLS <[email protected]>
ACI: CIBUILD <[email protected]>
Tested-by: Patrice CHOTARD <[email protected]>
  • Loading branch information
patrickdelaunay authored and spasdeloup committed Sep 18, 2023
1 parent 26388da commit 4d6b7cd
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions arch/arm/dts/stm32mp13-u-boot.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,13 @@

status = "okay";
};

etzpc: etzpc@5c007000 {
/* pre-reloc probe = reserve video frame buffer in video_reserve() */
display-controller@5a001000 {
u-boot,dm-pre-proper;
};
};
};
};

Expand Down Expand Up @@ -92,11 +99,6 @@
u-boot,dm-pre-reloc;
};

/* pre-reloc probe = reserve video frame buffer in video_reserve() */
&ltdc {
u-boot,dm-pre-proper;
};

&pinctrl {
u-boot,dm-pre-reloc;
};
Expand Down

0 comments on commit 4d6b7cd

Please sign in to comment.