summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorFancy Fang <chen.fang@nxp.com>2019-05-28 13:45:49 +0800
committerFancy Fang <chen.fang@nxp.com>2019-05-28 16:29:48 +0800
commit1b0a1243c0ac8c5a269b59d1c2ec3d1d38bfcb99 (patch)
tree4419823719874f57e7c672a9520348b50032cb6a /arch
parent5e49edfcd270e94b99c178613bc1648c1cb1b2bf (diff)
MLK-21880-4 ARM64: dts: imx8mn: change compatible for LCDIF and DSIM
On IMX8MN platform, change the compatible for LCDIF and DSIM to use the one which includes 'imx8mn' string. Signed-off-by: Fancy Fang <chen.fang@nxp.com>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm64/boot/dts/freescale/fsl-imx8mn.dtsi4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm64/boot/dts/freescale/fsl-imx8mn.dtsi b/arch/arm64/boot/dts/freescale/fsl-imx8mn.dtsi
index 41e4bfad3d0f..3465192a9375 100644
--- a/arch/arm64/boot/dts/freescale/fsl-imx8mn.dtsi
+++ b/arch/arm64/boot/dts/freescale/fsl-imx8mn.dtsi
@@ -830,7 +830,7 @@
lcdif: lcd-controller@32E00000 {
#address-cells = <1>;
#size-cells = <0>;
- compatible = "fsl,imx8mm-lcdif";
+ compatible = "fsl,imx8mn-lcdif";
reg = <0x0 0x32e00000 0x0 0x10000>;
clocks = <&clk IMX8MN_CLK_DISP_PIXEL>,
<&clk IMX8MN_CLK_DISP_AXI_ROOT>,
@@ -859,7 +859,7 @@
mipi_dsi: mipi_dsi@32E10000 {
#address-cells = <1>;
#size-cells = <0>;
- compatible = "fsl,imx8mm-mipi-dsim";
+ compatible = "fsl,imx8mn-mipi-dsim";
reg = <0x0 0x32e10000 0x0 0x400>;
clocks = <&clk IMX8MN_CLK_DSI_CORE>,
<&clk IMX8MN_CLK_DSI_PHY_REF>;