Now that the rework to have one sub-node per device in the chip and
system controllers is done, their dedicated compatible can be removed.

Signed-off-by: Antoine Tenart <antoine.ten...@free-electrons.com>
---
 arch/arm/boot/dts/berlin2.dtsi | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/arch/arm/boot/dts/berlin2.dtsi b/arch/arm/boot/dts/berlin2.dtsi
index 0cbe99da16dc..a80611999b37 100644
--- a/arch/arm/boot/dts/berlin2.dtsi
+++ b/arch/arm/boot/dts/berlin2.dtsi
@@ -351,7 +351,7 @@
                };
 
                chip: chip-controller@ea0000 {
-                       compatible = "marvell,berlin2-chip-ctrl", "simple-mfd", 
"syscon";
+                       compatible = "simple-mfd", "syscon";
                        reg = <0xea0000 0x400>;
 
                        chip_clk: clock {
@@ -455,7 +455,7 @@
                        };
 
                        sysctrl: system-controller@d000 {
-                               compatible = "marvell,berlin2-system-ctrl", 
"simple-mfd", "syscon";
+                               compatible = "simple-mfd", "syscon";
                                reg = <0xd000 0x100>;
 
                                sys_pinctrl: pin-controller {
-- 
2.3.1

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to