ARM: dts: Ux500: move compatible string to chipset
authorLinus Walleij <linus.walleij@linaro.org>
Thu, 21 Apr 2016 07:59:05 +0000 (09:59 +0200)
committerLinus Walleij <linus.walleij@linaro.org>
Wed, 8 Jun 2016 07:42:40 +0000 (09:42 +0200)
Move the compatible string "stericsson,ab8500" from the board
definitions into the main node in the chipset file where it
belongs.

Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
arch/arm/boot/dts/ste-dbx5x0.dtsi
arch/arm/boot/dts/ste-href.dtsi
arch/arm/boot/dts/ste-snowball.dts

index 6ae56838bd3a2e1f929aa7ce6058f3b9f4197058..d309314f3a364fd138e0be2befe4ff30712dee38 100644 (file)
                                #interrupt-cells = <2>;
 
                                ab8500_gpio: ab8500-gpio {
+                                       compatible = "stericsson,ab8500-gpio";
                                        gpio-controller;
                                        #gpio-cells = <2>;
                                };
index 6d8ce154347e7a9a78d02e0c06701a02fc02a4ad..48dc38482633741b8f2af052d31ae0ff9785f7f4 100644 (file)
                prcmu@80157000 {
                        ab8500 {
                                ab8500-gpio {
-                                       compatible = "stericsson,ab8500-gpio";
                                };
 
                                ab8500-regulators {
index 36e84efc401c0246bca5e82bda1cc3c7bf938c70..37ae6166b0e63b5424573b2f6ecb2c89c91dde2c 100644 (file)
 
                        ab8500 {
                                ab8500-gpio {
-                                       compatible = "stericsson,ab8500-gpio";
                                };
 
                                ext_regulators: ab8500-ext-regulators {
This page took 0.035029 seconds and 5 git commands to generate.