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/berlin2cd.dtsi | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/arch/arm/boot/dts/berlin2cd.dtsi b/arch/arm/boot/dts/berlin2cd.dtsi
index 240bfe24ae83..7dff8497606b 100644
--- a/arch/arm/boot/dts/berlin2cd.dtsi
+++ b/arch/arm/boot/dts/berlin2cd.dtsi
@@ -295,7 +295,7 @@
                };
 
                chip: chip-controller@ea0000 {
-                       compatible = "marvell,berlin2cd-chip-ctrl", 
"simple-mfd", "syscon";
+                       compatible = "simple-mfd", "syscon";
                        reg = <0xea0000 0x400>;
 
                        chip_clk: clock {
@@ -402,7 +402,7 @@
                        };
 
                        sysctrl: system-controller@d000 {
-                               compatible = "marvell,berlin2cd-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