aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLinus Walleij <linus.walleij@linaro.org>2016-04-21 03:59:05 -0400
committerLinus Walleij <linus.walleij@linaro.org>2016-06-08 03:42:40 -0400
commitba3fb047fc44e90841b2dd2dbdc1d9c233258bf0 (patch)
tree2d16794d58565e16e2814f82591c17aa83b01a40
parentaf8c34ce6ae32addda3788d54a7e340cad22516b (diff)
ARM: dts: Ux500: move compatible string to chipset
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>
-rw-r--r--arch/arm/boot/dts/ste-dbx5x0.dtsi1
-rw-r--r--arch/arm/boot/dts/ste-href.dtsi1
-rw-r--r--arch/arm/boot/dts/ste-snowball.dts1
3 files changed, 1 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/ste-dbx5x0.dtsi b/arch/arm/boot/dts/ste-dbx5x0.dtsi
index 6ae56838bd3a..d309314f3a36 100644
--- a/arch/arm/boot/dts/ste-dbx5x0.dtsi
+++ b/arch/arm/boot/dts/ste-dbx5x0.dtsi
@@ -604,6 +604,7 @@
604 #interrupt-cells = <2>; 604 #interrupt-cells = <2>;
605 605
606 ab8500_gpio: ab8500-gpio { 606 ab8500_gpio: ab8500-gpio {
607 compatible = "stericsson,ab8500-gpio";
607 gpio-controller; 608 gpio-controller;
608 #gpio-cells = <2>; 609 #gpio-cells = <2>;
609 }; 610 };
diff --git a/arch/arm/boot/dts/ste-href.dtsi b/arch/arm/boot/dts/ste-href.dtsi
index 6d8ce154347e..48dc38482633 100644
--- a/arch/arm/boot/dts/ste-href.dtsi
+++ b/arch/arm/boot/dts/ste-href.dtsi
@@ -223,7 +223,6 @@
223 prcmu@80157000 { 223 prcmu@80157000 {
224 ab8500 { 224 ab8500 {
225 ab8500-gpio { 225 ab8500-gpio {
226 compatible = "stericsson,ab8500-gpio";
227 }; 226 };
228 227
229 ab8500-regulators { 228 ab8500-regulators {
diff --git a/arch/arm/boot/dts/ste-snowball.dts b/arch/arm/boot/dts/ste-snowball.dts
index 36e84efc401c..37ae6166b0e6 100644
--- a/arch/arm/boot/dts/ste-snowball.dts
+++ b/arch/arm/boot/dts/ste-snowball.dts
@@ -352,7 +352,6 @@
352 352
353 ab8500 { 353 ab8500 {
354 ab8500-gpio { 354 ab8500-gpio {
355 compatible = "stericsson,ab8500-gpio";
356 }; 355 };
357 356
358 ext_regulators: ab8500-ext-regulators { 357 ext_regulators: ab8500-ext-regulators {