mirror of https://gitee.com/openkylin/linux.git
arm64: dts: exynos: Add clocks to Exynos5433 LPASS module
Exynos5433 LPASS module requires some clocks for proper operation with power domain. Signed-off-by: Marek Szyprowski <m.szyprowski@samsung.com> Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
This commit is contained in:
parent
6c992d35b8
commit
7547162ac3
|
@ -1494,6 +1494,8 @@ pdma1: pdma@15600000 {
|
||||||
audio-subsystem@11400000 {
|
audio-subsystem@11400000 {
|
||||||
compatible = "samsung,exynos5433-lpass";
|
compatible = "samsung,exynos5433-lpass";
|
||||||
reg = <0x11400000 0x100>, <0x11500000 0x08>;
|
reg = <0x11400000 0x100>, <0x11500000 0x08>;
|
||||||
|
clocks = <&cmu_aud CLK_PCLK_SFR0_CTRL>;
|
||||||
|
clock-names = "sfr0_ctrl";
|
||||||
samsung,pmu-syscon = <&pmu_system_controller>;
|
samsung,pmu-syscon = <&pmu_system_controller>;
|
||||||
#address-cells = <1>;
|
#address-cells = <1>;
|
||||||
#size-cells = <1>;
|
#size-cells = <1>;
|
||||||
|
|
Loading…
Reference in New Issue