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 <[email protected]>
---
 arch/arm/boot/dts/berlin2q.dtsi | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/arch/arm/boot/dts/berlin2q.dtsi b/arch/arm/boot/dts/berlin2q.dtsi
index 9000eb2ebc45..187d056f7ad2 100644
--- a/arch/arm/boot/dts/berlin2q.dtsi
+++ b/arch/arm/boot/dts/berlin2q.dtsi
@@ -360,7 +360,7 @@
                };
 
                chip: chip-controller@ea0000 {
-                       compatible = "marvell,berlin2q-chip-ctrl", 
"simple-mfd", "syscon";
+                       compatible = "simple-mfd", "syscon";
                        reg = <0xea0000 0x400>, <0xdd0170 0x10>;
 
                        chip_clk: clock {
@@ -539,7 +539,7 @@
                        };
 
                        sysctrl: system-controller@d000 {
-                               compatible = "marvell,berlin2q-system-ctrl", 
"simple-mfd", "syscon";
+                               compatible = "simple-mfd", "syscon";
                                reg = <0xd000 0x100>;
 
                                sys_pinctrl: pin-controller {
-- 
2.3.5

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [email protected]
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