mirror of
https://github.com/Fishwaldo/linux-bl808.git
synced 2025-06-04 21:54:34 +00:00
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>
This commit is contained in:
parent
af8c34ce6a
commit
ba3fb047fc
3 changed files with 1 additions and 2 deletions
|
@ -604,6 +604,7 @@
|
|||
#interrupt-cells = <2>;
|
||||
|
||||
ab8500_gpio: ab8500-gpio {
|
||||
compatible = "stericsson,ab8500-gpio";
|
||||
gpio-controller;
|
||||
#gpio-cells = <2>;
|
||||
};
|
||||
|
|
|
@ -223,7 +223,6 @@
|
|||
prcmu@80157000 {
|
||||
ab8500 {
|
||||
ab8500-gpio {
|
||||
compatible = "stericsson,ab8500-gpio";
|
||||
};
|
||||
|
||||
ab8500-regulators {
|
||||
|
|
|
@ -352,7 +352,6 @@
|
|||
|
||||
ab8500 {
|
||||
ab8500-gpio {
|
||||
compatible = "stericsson,ab8500-gpio";
|
||||
};
|
||||
|
||||
ext_regulators: ab8500-ext-regulators {
|
||||
|
|
Loading…
Add table
Reference in a new issue