Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: dts: imx6sx: Complete the PXP support

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>

authored by

Fabio Estevam and committed by
Shawn Guo
d2cf9fd3 6ff9ec2f

+3 -3
+3 -3
arch/arm/boot/dts/imx6sx.dtsi
··· 1194 1194 }; 1195 1195 1196 1196 pxp: pxp@2218000 { 1197 + compatible = "fsl,imx6sx-pxp", "fsl,imx6ull-pxp"; 1197 1198 reg = <0x02218000 0x4000>; 1198 1199 interrupts = <GIC_SPI 8 IRQ_TYPE_LEVEL_HIGH>; 1199 - clocks = <&clks IMX6SX_CLK_PXP_AXI>, 1200 - <&clks IMX6SX_CLK_DISPLAY_AXI>; 1201 - clock-names = "pxp-axi", "disp-axi"; 1200 + clocks = <&clks IMX6SX_CLK_PXP_AXI>; 1201 + clock-names = "axi"; 1202 1202 status = "disabled"; 1203 1203 }; 1204 1204