Commit f09d062f authored by Arun Kumar K's avatar Arun Kumar K Committed by Kukjin Kim

ARM: dts: Add MFC node for exynos 5420

The patch adds MFC nodes for exynos 5420.
Signed-off-by: default avatarArun Kumar K <arun.kk@samsung.com>
Signed-off-by: default avatarKukjin Kim <kgene.kim@samsung.com>
parent 8b6bea33
...@@ -65,6 +65,14 @@ clock: clock-controller@0x10010000 { ...@@ -65,6 +65,14 @@ clock: clock-controller@0x10010000 {
#clock-cells = <1>; #clock-cells = <1>;
}; };
codec@11000000 {
compatible = "samsung,mfc-v7";
reg = <0x11000000 0x10000>;
interrupts = <0 96 0>;
clocks = <&clock 401>;
clock-names = "mfc";
};
mct@101C0000 { mct@101C0000 {
compatible = "samsung,exynos4210-mct"; compatible = "samsung,exynos4210-mct";
reg = <0x101C0000 0x800>; reg = <0x101C0000 0x800>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment