Commit 4e33714e authored by Tobias Jakobi's avatar Tobias Jakobi Committed by Krzysztof Kozlowski

ARM: dts: Remove redundant pinctrl settings in exynos4412-odroid

The pinctrl settings in i2c_0 and i2c_1 are already provided
through the exynos4 dtsi.
Signed-off-by: default avatarTobias Jakobi <tjakobi@math.uni-bielefeld.de>
Reviewed-by: default avatarJavier Martinez Canillas <javier@osg.samsung.com>
Signed-off-by: default avatarKrzysztof Kozlowski <k.kozlowski@samsung.com>
parent 6716f6c6
...@@ -199,8 +199,6 @@ &hsotg { ...@@ -199,8 +199,6 @@ &hsotg {
}; };
&i2c_0 { &i2c_0 {
pinctrl-0 = <&i2c0_bus>;
pinctrl-names = "default";
samsung,i2c-sda-delay = <100>; samsung,i2c-sda-delay = <100>;
samsung,i2c-max-bus-freq = <400000>; samsung,i2c-max-bus-freq = <400000>;
status = "okay"; status = "okay";
...@@ -424,8 +422,6 @@ buck8_reg: BUCK8 { ...@@ -424,8 +422,6 @@ buck8_reg: BUCK8 {
}; };
&i2c_1 { &i2c_1 {
pinctrl-names = "default";
pinctrl-0 = <&i2c1_bus>;
status = "okay"; status = "okay";
max98090: max98090@10 { max98090: max98090@10 {
compatible = "maxim,max98090"; compatible = "maxim,max98090";
...@@ -440,8 +436,6 @@ max98090: max98090@10 { ...@@ -440,8 +436,6 @@ max98090: max98090@10 {
&i2c_2 { &i2c_2 {
status = "okay"; status = "okay";
pinctrl-names = "default";
pinctrl-0 = <&i2c2_bus>;
}; };
&i2c_8 { &i2c_8 {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment