Commit 1fc98144 authored by Keerthy's avatar Keerthy Committed by Tony Lindgren

ARM: dts: AM437x: Fix i2c nodes indentation

Fix i2c nodes indentation.
Signed-off-by: default avatarKeerthy <j-keerthy@ti.com>
Reviewed-by: default avatarFelipe Balbi <balbi@ti.com>
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent 497d64a3
...@@ -257,16 +257,15 @@ lcd_pins: lcd_pins { ...@@ -257,16 +257,15 @@ lcd_pins: lcd_pins {
}; };
&i2c0 { &i2c0 {
status = "okay"; status = "okay";
pinctrl-names = "default"; pinctrl-names = "default";
pinctrl-0 = <&i2c0_pins>; pinctrl-0 = <&i2c0_pins>;
}; };
&i2c1 { &i2c1 {
status = "okay"; status = "okay";
pinctrl-names = "default"; pinctrl-names = "default";
pinctrl-0 = <&i2c1_pins>; pinctrl-0 = <&i2c1_pins>;
pixcir_ts@5c { pixcir_ts@5c {
compatible = "pixcir,pixcir_tangoc"; compatible = "pixcir,pixcir_tangoc";
pinctrl-names = "default"; pinctrl-names = "default";
......
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