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

ARM: dts: imx6qdl: Remove OCRAM clock from VPU node

According to Documentation/devicetree/bindings/media/coda.txt:

- clock-names : Should be "ahb", "per"

The OCRAM clock is already provided inside the ocram node, so remove the OCRAM
clock from the VPU node.

Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Acked-by: Philipp Zabel <p.zabel@pengutronix.de>
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>

authored by

Fabio Estevam and committed by
Shawn Guo
c9997ba2 f76129d0

+2 -3
+2 -3
arch/arm/boot/dts/imx6qdl.dtsi
··· 339 339 <0 12 IRQ_TYPE_LEVEL_HIGH>; 340 340 interrupt-names = "bit", "jpeg"; 341 341 clocks = <&clks IMX6QDL_CLK_VPU_AXI>, 342 - <&clks IMX6QDL_CLK_MMDC_CH0_AXI>, 343 - <&clks IMX6QDL_CLK_OCRAM>; 344 - clock-names = "per", "ahb", "ocram"; 342 + <&clks IMX6QDL_CLK_MMDC_CH0_AXI>; 343 + clock-names = "per", "ahb"; 345 344 resets = <&src 1>; 346 345 iram = <&ocram>; 347 346 };