ARM: ux500: move TC35892 at 0x42 to hrefprev60
The TC35892 was mounted as a GPIO expander on the HREF prior to v60 and not in later versions, which instead use the Nomadik GPIO directly, so move it over to the hrefprev60 DTS file. Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
This commit is contained in:
parent
bf7a9b6f2f
commit
d62407b0a6
|
@ -41,28 +41,6 @@
|
||||||
status = "okay";
|
status = "okay";
|
||||||
};
|
};
|
||||||
|
|
||||||
i2c@80004000 {
|
|
||||||
tc3589x@42 {
|
|
||||||
compatible = "tc3589x";
|
|
||||||
reg = <0x42>;
|
|
||||||
interrupt-parent = <&gpio6>;
|
|
||||||
interrupts = <25 IRQ_TYPE_EDGE_RISING>;
|
|
||||||
|
|
||||||
interrupt-controller;
|
|
||||||
#interrupt-cells = <2>;
|
|
||||||
|
|
||||||
tc3589x_gpio: tc3589x_gpio {
|
|
||||||
compatible = "tc3589x-gpio";
|
|
||||||
interrupts = <0 IRQ_TYPE_EDGE_RISING>;
|
|
||||||
|
|
||||||
interrupt-controller;
|
|
||||||
#interrupt-cells = <2>;
|
|
||||||
gpio-controller;
|
|
||||||
#gpio-cells = <2>;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
i2c@80128000 {
|
i2c@80128000 {
|
||||||
lp5521@33 {
|
lp5521@33 {
|
||||||
compatible = "national,lp5521";
|
compatible = "national,lp5521";
|
||||||
|
|
|
@ -30,6 +30,26 @@
|
||||||
compatible = "tps61052";
|
compatible = "tps61052";
|
||||||
reg = <0x33>;
|
reg = <0x33>;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
tc3589x@42 {
|
||||||
|
compatible = "tc3589x";
|
||||||
|
reg = <0x42>;
|
||||||
|
interrupt-parent = <&gpio6>;
|
||||||
|
interrupts = <25 IRQ_TYPE_EDGE_RISING>;
|
||||||
|
|
||||||
|
interrupt-controller;
|
||||||
|
#interrupt-cells = <2>;
|
||||||
|
|
||||||
|
tc3589x_gpio: tc3589x_gpio {
|
||||||
|
compatible = "tc3589x-gpio";
|
||||||
|
interrupts = <0 IRQ_TYPE_EDGE_RISING>;
|
||||||
|
|
||||||
|
interrupt-controller;
|
||||||
|
#interrupt-cells = <2>;
|
||||||
|
gpio-controller;
|
||||||
|
#gpio-cells = <2>;
|
||||||
|
};
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
i2c@80110000 {
|
i2c@80110000 {
|
||||||
|
|
Loading…
Reference in New Issue