Commit 2e0e77e4 authored by Laurent Pinchart's avatar Laurent Pinchart Committed by Shawn Guo
Browse files

ARM: dts: imx6q(dl): Move 'port' nodes under 'ports' for HDMI encoder



In preparation for the conversion of the DWC HDMI TX device tree
bindings to YAML, move the HDMI encoder's 'port' nodes under a 'ports'
node. The 'ports' node is optional in the OF graph implementation, but
YAML bindings require it.

Signed-off-by: default avatarLaurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent f3604ba1
Loading
Loading
Loading
Loading
+11 −9
Original line number Diff line number Diff line
@@ -406,6 +406,7 @@
&hdmi {
	compatible = "fsl,imx6q-hdmi";

	ports {
		port@2 {
			reg = <2>;

@@ -422,6 +423,7 @@
			};
		};
	};
};

&iomuxc {
	compatible = "fsl,imx6q-iomuxc";
+14 −11
Original line number Diff line number Diff line
@@ -182,8 +182,6 @@
		};

		hdmi: hdmi@120000 {
			#address-cells = <1>;
			#size-cells = <0>;
			reg = <0x00120000 0x9000>;
			interrupts = <0 115 0x04>;
			gpr = <&gpr>;
@@ -192,6 +190,10 @@
			clock-names = "iahb", "isfr";
			status = "disabled";

			ports {
				#address-cells = <1>;
				#size-cells = <0>;

				port@0 {
					reg = <0>;

@@ -208,6 +210,7 @@
					};
				};
			};
		};

		gpu_3d: gpu@130000 {
			compatible = "vivante,gc";