]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
ARM: dts: imx6qp: correct IPU nodes
authorLucas Stach <l.stach@pengutronix.de>
Fri, 17 Feb 2017 13:48:37 +0000 (14:48 +0100)
committerShawn Guo <shawnguo@kernel.org>
Mon, 10 Apr 2017 08:16:02 +0000 (16:16 +0800)
Reference them by handle and remove the changed clocks that are copied
from the downstream DT and are not part of the mainline binding.

Signed-off-by: Lucas Stach <l.stach@pengutronix.de>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm/boot/dts/imx6qp.dtsi

index b077394ed586850db1ecabf1f80f2248e726607f..4fd6f26b89a69ea1a97e08d97856b48dc5935064 100644 (file)
                        reg = <0x00960000 0x20000>;
                        clocks = <&clks IMX6QDL_CLK_OCRAM>;
                };
-
-               ipu1: ipu@02400000 {
-                       compatible = "fsl,imx6qp-ipu", "fsl,imx6q-ipu";
-                       clocks = <&clks IMX6QDL_CLK_IPU1>,
-                                <&clks IMX6QDL_CLK_IPU1_DI0>, <&clks IMX6QDL_CLK_IPU1_DI1>,
-                                <&clks IMX6QDL_CLK_IPU1_DI0_SEL>, <&clks IMX6QDL_CLK_IPU1_DI1_SEL>,
-                                <&clks IMX6QDL_CLK_LDB_DI0_PODF>, <&clks IMX6QDL_CLK_LDB_DI1_PODF>,
-                                <&clks IMX6QDL_CLK_PRG0_APB>;
-                       clock-names = "bus",
-                                     "di0", "di1",
-                                     "di0_sel", "di1_sel",
-                                     "ldb_di0", "ldb_di1", "prg";
-               };
-
-               ipu2: ipu@02800000 {
-                       compatible = "fsl,imx6qp-ipu", "fsl,imx6q-ipu";
-                       clocks = <&clks IMX6QDL_CLK_IPU2>,
-                                <&clks IMX6QDL_CLK_IPU2_DI0>, <&clks IMX6QDL_CLK_IPU2_DI1>,
-                                <&clks IMX6QDL_CLK_IPU2_DI0_SEL>, <&clks IMX6QDL_CLK_IPU2_DI1_SEL>,
-                                <&clks IMX6QDL_CLK_LDB_DI0_PODF>, <&clks IMX6QDL_CLK_LDB_DI1_PODF>,
-                                <&clks IMX6QDL_CLK_PRG1_APB>;
-                       clock-names = "bus",
-                                     "di0", "di1",
-                                     "di0_sel", "di1_sel",
-                                     "ldb_di0", "ldb_di1", "prg";
-               };
        };
 };
 
                     <0 119 IRQ_TYPE_LEVEL_HIGH>;
 };
 
+&ipu1 {
+       compatible = "fsl,imx6qp-ipu", "fsl,imx6q-ipu";
+};
+
+&ipu2 {
+       compatible = "fsl,imx6qp-ipu", "fsl,imx6q-ipu";
+};
+
 &ldb {
        clocks = <&clks IMX6QDL_CLK_LDB_DI0_SEL>, <&clks IMX6QDL_CLK_LDB_DI1_SEL>,
                 <&clks IMX6QDL_CLK_IPU1_DI0_SEL>, <&clks IMX6QDL_CLK_IPU1_DI1_SEL>,