ARM: dts: exynos: Add compatible for s5m8767 clocks node on Itop Core
authorKrzysztof Kozlowski <krzk@kernel.org>
Wed, 25 Jul 2018 15:55:17 +0000 (17:55 +0200)
committerKrzysztof Kozlowski <krzk@kernel.org>
Mon, 12 Nov 2018 20:21:07 +0000 (21:21 +0100)
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>
arch/arm/boot/dts/exynos4412-itop-scp-core.dtsi

index ab7affa..8fdfd80 100644 (file)
                };
 
                s5m8767_osc: clocks {
+                       compatible = "samsung,s5m8767-clk";
                        #clock-cells = <1>;
                        clock-output-names = "s5m8767_ap",
                                        "s5m8767_cp", "s5m8767_bt";