aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorKrzysztof Kozlowski <krzk@kernel.org>2018-07-25 17:55:17 +0200
committerKrzysztof Kozlowski <krzk@kernel.org>2018-11-12 21:21:07 +0100
commit56403a43c1557d8d0e475d020e1a20b068bd2791 (patch)
treed6af72069e29c89238c50a741f21e9e157510027
parentARM: dts: exynos: Add compatible for s2mps11 clocks node on Exynos542x (diff)
downloadwireguard-linux-56403a43c1557d8d0e475d020e1a20b068bd2791.tar.xz
wireguard-linux-56403a43c1557d8d0e475d020e1a20b068bd2791.zip
ARM: dts: exynos: Add compatible for s5m8767 clocks node on Itop Core
The bindings for s2mps11/s5m8767 clocks driver require a compatible for clocks node. Parent MFD sec-core driver will also use it when instantiating children. The compatible is not needed for proper working because device will be anyway created by parent MFD device. Add it for correctness. Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
Diffstat (limited to '')
-rw-r--r--arch/arm/boot/dts/exynos4412-itop-scp-core.dtsi1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/exynos4412-itop-scp-core.dtsi b/arch/arm/boot/dts/exynos4412-itop-scp-core.dtsi
index ab7affab7f1c..8fdfd80c3acc 100644
--- a/arch/arm/boot/dts/exynos4412-itop-scp-core.dtsi
+++ b/arch/arm/boot/dts/exynos4412-itop-scp-core.dtsi
@@ -446,6 +446,7 @@
};
s5m8767_osc: clocks {
+ compatible = "samsung,s5m8767-clk";
#clock-cells = <1>;
clock-output-names = "s5m8767_ap",
"s5m8767_cp", "s5m8767_bt";