mirror of https://gitee.com/openkylin/linux.git
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: Tobias Jakobi <tjakobi@math.uni-bielefeld.de> Reviewed-by: Javier Martinez Canillas <javier@osg.samsung.com> Signed-off-by: Krzysztof Kozlowski <k.kozlowski@samsung.com>
This commit is contained in:
parent
6716f6c6b8
commit
4e33714eb4
|
@ -199,8 +199,6 @@ &hsotg {
|
|||
};
|
||||
|
||||
&i2c_0 {
|
||||
pinctrl-0 = <&i2c0_bus>;
|
||||
pinctrl-names = "default";
|
||||
samsung,i2c-sda-delay = <100>;
|
||||
samsung,i2c-max-bus-freq = <400000>;
|
||||
status = "okay";
|
||||
|
@ -424,8 +422,6 @@ buck8_reg: BUCK8 {
|
|||
};
|
||||
|
||||
&i2c_1 {
|
||||
pinctrl-names = "default";
|
||||
pinctrl-0 = <&i2c1_bus>;
|
||||
status = "okay";
|
||||
max98090: max98090@10 {
|
||||
compatible = "maxim,max98090";
|
||||
|
@ -440,8 +436,6 @@ max98090: max98090@10 {
|
|||
|
||||
&i2c_2 {
|
||||
status = "okay";
|
||||
pinctrl-names = "default";
|
||||
pinctrl-0 = <&i2c2_bus>;
|
||||
};
|
||||
|
||||
&i2c_8 {
|
||||
|
|
Loading…
Reference in New Issue