diff options
| author | Marek Vasut <[email protected]> | 2022-08-12 22:41:52 +0200 |
|---|---|---|
| committer | Stefano Babic <[email protected]> | 2022-09-18 22:56:10 +0200 |
| commit | a5f29e72d3ef7f53b0ed29a9877ac66f98560788 (patch) | |
| tree | 6ef1818b202c4492aa89106d47eddd07a25c78b7 | |
| parent | aa87db42ff14381744455f07b0c4ef4f1fb112ff (diff) | |
ARM: dts: imx: Add SoM compatible to i.MX8M Plus DHCOM PDK2
Add SoM compatible string into i.MX8MP DHCOM PDK2 compatible strings.
Signed-off-by: Marek Vasut <[email protected]>
Cc: Fabio Estevam <[email protected]>
Cc: Peng Fan <[email protected]>
Cc: Stefano Babic <[email protected]>
Cc: uboot-imx <[email protected]>
| -rw-r--r-- | arch/arm/dts/imx8mp-dhcom-pdk2.dts | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/dts/imx8mp-dhcom-pdk2.dts b/arch/arm/dts/imx8mp-dhcom-pdk2.dts index 0fcead35879..c9a481ac9a8 100644 --- a/arch/arm/dts/imx8mp-dhcom-pdk2.dts +++ b/arch/arm/dts/imx8mp-dhcom-pdk2.dts @@ -16,7 +16,8 @@ / { model = "DH electronics i.MX8M Plus DHCOM Premium Developer Kit (2)"; - compatible = "dh,imx8mp-dhcom-pdk2", "fsl,imx8mp"; + compatible = "dh,imx8mp-dhcom-pdk2", "dh,imx8mp-dhcom-som", + "fsl,imx8mp"; chosen { stdout-path = &uart1; |
