Skip to content

Commit 5c7ffda

Browse files
committed
dts: arm: st: f7: add include for LTDC bindings
Add LTDC bindings include so boards don't have to include it Signed-off-by: Tomislav Milkovic <[email protected]>
1 parent ed23897 commit 5c7ffda

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

dts/arm/st/f7/stm32f746.dtsi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
*/
66

77
#include <st/f7/stm32f745.dtsi>
8+
#include <zephyr/dt-bindings/display/stm32_ltdc.h>
89

910
/ {
1011
soc {

dts/arm/st/f7/stm32f767.dtsi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
*/
66

77
#include <st/f7/stm32f7.dtsi>
8+
#include <zephyr/dt-bindings/display/stm32_ltdc.h>
89

910
/ {
1011
/* 128KB DTCM @ 20000000, 368KB SRAM1 @ 20020000,

0 commit comments

Comments
 (0)