mirror of
https://xff.cz/git/u-boot/
synced 2025-10-09 20:16:27 +02:00
ARM: dts: stm32: Add generic SoM compatible to STM32MP15xx DH electronics DHSOM
Add generic SoM compatible string into machine compatible string for all STM32MP15xx based DH electronics DHSOM. This way, common board code can match on this compatible. No functional change. Signed-off-by: Marek Vasut <marex@denx.de> Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com>
This commit is contained in:
committed by
Patrice Chotard
parent
cf03330549
commit
ff51ef85d6
@@ -11,5 +11,7 @@
|
||||
|
||||
/ {
|
||||
model = "DH Electronics STM32MP15xx DHCOM PicoITX";
|
||||
compatible = "dh,stm32mp15xx-dhcom-picoitx", "st,stm32mp1xx";
|
||||
compatible = "dh,stm32mp15xx-dhcom-picoitx",
|
||||
"dh,stm32mp15xx-dhcom-som",
|
||||
"st,stm32mp1xx";
|
||||
};
|
||||
|
Reference in New Issue
Block a user