mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-26 00:40:55 +07:00
ARM: dts: add clock provider for mshc node for Exynos4412 SOC
Clock lookup information is required as driver can manipulate clock rate properly. Signed-off-by: Seungwon Jeon <tgih.jun@samsung.com> Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
This commit is contained in:
parent
86576fbe20
commit
14cd57142c
@ -67,5 +67,7 @@ mshc@12550000 {
|
||||
interrupts = <0 77 0>;
|
||||
#address-cells = <1>;
|
||||
#size-cells = <0>;
|
||||
clocks = <&clock 301>, <&clock 149>;
|
||||
clock-name = "biu", "ciu";
|
||||
};
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user