Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Skip to content
Snippets Groups Projects
Commit ce55b1f4 authored by Sebastian Hesselbarth's avatar Sebastian Hesselbarth Committed by Jason Cooper
Browse files

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: default avatarSebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
Acked-by: default avatarAndrew Lunn <andrew@lunn.ch>
Link: https://lkml.kernel.org/r/1398862602-29595-13-git-send-email-sebastian.hesselbarth@gmail.com


Signed-off-by: default avatarJason Cooper <jason@lakedaemon.net>
parent cbfaea96
Branches
No related tags found
No related merge requests found
...@@ -42,8 +42,6 @@ ...@@ -42,8 +42,6 @@
}; };
i2c@11000 { i2c@11000 {
pinctrl-0 = <&pmx_twsi0>;
pinctrl-names = "default";
status = "okay"; status = "okay";
eeprom@50 { eeprom@50 {
......
...@@ -42,8 +42,6 @@ ...@@ -42,8 +42,6 @@
}; };
i2c@11000 { i2c@11000 {
pinctrl-0 = <&pmx_twsi0>;
pinctrl-names = "default";
status = "okay"; status = "okay";
eeprom@50 { eeprom@50 {
......
...@@ -257,8 +257,6 @@ ...@@ -257,8 +257,6 @@
i2c@11000 { i2c@11000 {
status = "okay"; status = "okay";
clock-frequency = <400000>; clock-frequency = <400000>;
pinctrl-0 = <&pmx_twsi0>;
pinctrl-names = "default";
rs5c372: rs5c372@32 { rs5c372: rs5c372@32 {
status = "disabled"; status = "disabled";
......
...@@ -95,9 +95,7 @@ ...@@ -95,9 +95,7 @@
}; };
i2c@11000 { i2c@11000 {
status = "ok"; status = "okay";
pinctrl-0 = <&pmx_twsi0>;
pinctrl-names = "default";
}; };
mvsdio@90000 { mvsdio@90000 {
......
...@@ -26,8 +26,6 @@ ...@@ -26,8 +26,6 @@
i2c@11000 { i2c@11000 {
status = "okay"; status = "okay";
clock-frequency = <400000>; clock-frequency = <400000>;
pinctrl-0 = <&pmx_twsi0>;
pinctrl-names = "default";
s35390a: s35390a@30 { s35390a: s35390a@30 {
compatible = "s35390a"; compatible = "s35390a";
......
...@@ -170,6 +170,8 @@ ...@@ -170,6 +170,8 @@
interrupts = <29>; interrupts = <29>;
clock-frequency = <100000>; clock-frequency = <100000>;
clocks = <&gate_clk 7>; clocks = <&gate_clk 7>;
pinctrl-0 = <&pmx_twsi0>;
pinctrl-names = "default";
status = "disabled"; status = "disabled";
}; };
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment