Skip to content
Snippets Groups Projects
Commit 82daf39e authored by Robby Cai's avatar Robby Cai
Browse files

LF-4159-6 arm: dts: imx6sll: add dummy clock for epdc_ahb


add dummy clock for epdc_ahb as it shares epdc driver with imx8ulp

Signed-off-by: default avatarRobby Cai <robby.cai@nxp.com>
Reviewed-by: default avatarG.n. Zhou <guoniu.zhou@nxp.com>
parent cd98c2b4
No related branches found
No related tags found
No related merge requests found
...@@ -691,8 +691,10 @@ ...@@ -691,8 +691,10 @@
compatible = "fsl,imx6sll-epdc", "fsl,imx7d-epdc"; compatible = "fsl,imx6sll-epdc", "fsl,imx7d-epdc";
reg = <0x20f4000 0x4000>; reg = <0x20f4000 0x4000>;
interrupts = <GIC_SPI 97 IRQ_TYPE_LEVEL_HIGH>; interrupts = <GIC_SPI 97 IRQ_TYPE_LEVEL_HIGH>;
clocks = <&clks IMX6SLL_CLK_EPDC_AXI>, <&clks IMX6SLL_CLK_EPDC_PIX>; clocks = <&clks IMX6SLL_CLK_EPDC_AXI>,
clock-names = "epdc_axi", "epdc_pix"; <&clks IMX6SLL_CLK_EPDC_PIX>,
<&clks IMX6SLL_CLK_DUMMY>;
clock-names = "epdc_axi", "epdc_pix", "epdc_ahb";
status = "disabled"; status = "disabled";
}; };
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment