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

LF-4159-7 arm: dts: imx6ull: 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 82daf39e
No related branches found
No related tags found
No related merge requests found
...@@ -130,8 +130,9 @@ ...@@ -130,8 +130,9 @@
interrupts = <GIC_SPI 112 IRQ_TYPE_LEVEL_HIGH>; interrupts = <GIC_SPI 112 IRQ_TYPE_LEVEL_HIGH>;
reg = <0x228c000 0x4000>; reg = <0x228c000 0x4000>;
clocks = <&clks IMX6ULL_CLK_EPDC_ACLK>, clocks = <&clks IMX6ULL_CLK_EPDC_ACLK>,
<&clks IMX6ULL_CLK_EPDC_PIX>; <&clks IMX6ULL_CLK_EPDC_PIX>,
clock-names = "epdc_axi", "epdc_pix"; <&clks IMX6UL_CLK_DUMMY>;
clock-names = "epdc_axi", "epdc_pix", "epdc_ahb";
/* Need to fix epdc-ram */ /* Need to fix epdc-ram */
/* epdc-ram = <&gpr 0x4 30>; */ /* epdc-ram = <&gpr 0x4 30>; */
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