forked from Minki/linux
ARM: dts: kirkwood: set default pinctrl for I2C0
There is only one valid pinctrl setting for I2C0 on Kirkwood. Now that we have the setting in the common SoC pinctrl, move it to the I2C0 controller node directly and remove it from the individual boards. While at it, also fix up status = "okay" to "ok" on one board's I2C0 node. Signed-off-by: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com> Acked-by: Andrew Lunn <andrew@lunn.ch> Link: https://lkml.kernel.org/r/1398862602-29595-13-git-send-email-sebastian.hesselbarth@gmail.com Signed-off-by: Jason Cooper <jason@lakedaemon.net>
This commit is contained in:
parent
cbfaea96ac
commit
ce55b1f423
@ -42,8 +42,6 @@
|
||||
};
|
||||
|
||||
i2c@11000 {
|
||||
pinctrl-0 = <&pmx_twsi0>;
|
||||
pinctrl-names = "default";
|
||||
status = "okay";
|
||||
|
||||
eeprom@50 {
|
||||
|
@ -42,8 +42,6 @@
|
||||
};
|
||||
|
||||
i2c@11000 {
|
||||
pinctrl-0 = <&pmx_twsi0>;
|
||||
pinctrl-names = "default";
|
||||
status = "okay";
|
||||
|
||||
eeprom@50 {
|
||||
|
@ -257,8 +257,6 @@
|
||||
i2c@11000 {
|
||||
status = "okay";
|
||||
clock-frequency = <400000>;
|
||||
pinctrl-0 = <&pmx_twsi0>;
|
||||
pinctrl-names = "default";
|
||||
|
||||
rs5c372: rs5c372@32 {
|
||||
status = "disabled";
|
||||
|
@ -95,9 +95,7 @@
|
||||
};
|
||||
|
||||
i2c@11000 {
|
||||
status = "ok";
|
||||
pinctrl-0 = <&pmx_twsi0>;
|
||||
pinctrl-names = "default";
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
mvsdio@90000 {
|
||||
|
@ -26,8 +26,6 @@
|
||||
i2c@11000 {
|
||||
status = "okay";
|
||||
clock-frequency = <400000>;
|
||||
pinctrl-0 = <&pmx_twsi0>;
|
||||
pinctrl-names = "default";
|
||||
|
||||
s35390a: s35390a@30 {
|
||||
compatible = "s35390a";
|
||||
|
@ -170,6 +170,8 @@
|
||||
interrupts = <29>;
|
||||
clock-frequency = <100000>;
|
||||
clocks = <&gate_clk 7>;
|
||||
pinctrl-0 = <&pmx_twsi0>;
|
||||
pinctrl-names = "default";
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user