mirror of
https://github.com/torvalds/linux.git
synced 2026-06-15 18:42:46 +02:00
ARM: dts: imx6dl: add imx6dl gpt specific compatible string
The i.MX6DL/S GPT has a different programming model from i.MX6Q one. Add the compatible string "fsl,imx6dl-gpt" for it, and leave "fsl,imx6q-gpt" there to keep the existing/old kernel happy. Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
This commit is contained in:
parent
d94a3d3eac
commit
4e415ed814
|
|
@ -106,6 +106,10 @@ display-subsystem {
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
&gpt {
|
||||||
|
compatible = "fsl,imx6dl-gpt", "fsl,imx6q-gpt";
|
||||||
|
};
|
||||||
|
|
||||||
&hdmi {
|
&hdmi {
|
||||||
compatible = "fsl,imx6dl-hdmi";
|
compatible = "fsl,imx6dl-hdmi";
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user