ARM: dts: imx6sx: Complete the PXP support
authorFabio Estevam <festevam@gmail.com>
Tue, 6 Nov 2018 12:03:42 +0000 (10:03 -0200)
committerShawn Guo <shawnguo@kernel.org>
Mon, 10 Dec 2018 02:02:10 +0000 (10:02 +0800)
According to Documentation/devicetree/bindings/media/fsl-pxp.txt,
only one PXP clock needs to be described and it should be named
"axi".

Also pass the compatible string as suggested in the bindings doc.

Signed-off-by: Fabio Estevam <festevam@gmail.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm/boot/dts/imx6sx.dtsi

index 84b7687..b79b6c4 100644 (file)
                                };
 
                                pxp: pxp@2218000 {
+                                       compatible = "fsl,imx6sx-pxp", "fsl,imx6ull-pxp";
                                        reg = <0x02218000 0x4000>;
                                        interrupts = <GIC_SPI 8 IRQ_TYPE_LEVEL_HIGH>;
-                                       clocks = <&clks IMX6SX_CLK_PXP_AXI>,
-                                                <&clks IMX6SX_CLK_DISPLAY_AXI>;
-                                       clock-names = "pxp-axi", "disp-axi";
+                                       clocks = <&clks IMX6SX_CLK_PXP_AXI>;
+                                       clock-names = "axi";
                                        status = "disabled";
                                };