Commit cf83eb24 authored by Russell King's avatar Russell King

imx-drm: update and fix imx6 DT descriptions for v3 HDMI driver

Acked-by: default avatarPhilipp Zabel <p.zabel@pengutronix.de>
Acked-by: default avatarShawn Guo <shawn.guo@linaro.org>
Reviewed-by: default avatarFabio Estevam <fabio.estevam@freescale.com>
Signed-off-by: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
parent 04cec1a2
...@@ -90,5 +90,6 @@ lvds-channel@1 { ...@@ -90,5 +90,6 @@ lvds-channel@1 {
}; };
&hdmi { &hdmi {
compatible = "fsl,imx6dl-hdmi";
crtcs = <&ipu1 0>, <&ipu1 1>; crtcs = <&ipu1 0>, <&ipu1 1>;
} };
...@@ -161,5 +161,6 @@ lvds-channel@1 { ...@@ -161,5 +161,6 @@ lvds-channel@1 {
}; };
&hdmi { &hdmi {
compatible = "fsl,imx6q-hdmi";
crtcs = <&ipu1 0>, <&ipu1 1>, <&ipu2 0>, <&ipu2 1>; crtcs = <&ipu1 0>, <&ipu1 1>, <&ipu2 0>, <&ipu2 1>;
}; };
...@@ -1369,7 +1369,6 @@ lvds-channel@1 { ...@@ -1369,7 +1369,6 @@ lvds-channel@1 {
}; };
hdmi: hdmi@0120000 { hdmi: hdmi@0120000 {
compatible = "fsl,imx6q-hdmi";
reg = <0x00120000 0x9000>; reg = <0x00120000 0x9000>;
interrupts = <0 115 0x04>; interrupts = <0 115 0x04>;
gpr = <&gpr>; gpr = <&gpr>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment