diff options
author | H. Nikolaus Schaller <hns@goldelico.com> | 2018-07-31 09:11:29 +0200 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2018-09-07 10:11:02 -0700 |
commit | 3bace6a40135e00cdb794539f5d04ecbd8629f1c (patch) | |
tree | 4323981bafb3e533f934a30189ae365baf261dc6 | |
parent | acdf6035a84de1e48bf259c48cbc587582f9dae8 (diff) | |
download | lwn-3bace6a40135e00cdb794539f5d04ecbd8629f1c.tar.gz lwn-3bace6a40135e00cdb794539f5d04ecbd8629f1c.zip |
ARM: dts: omap3-gta04a5: fix whitepsace and tab style
in node sound / property ti,jack-det-gpio.
Signed-off-by: H. Nikolaus Schaller <hns@goldelico.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
-rw-r--r-- | arch/arm/boot/dts/omap3-gta04a5.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/omap3-gta04a5.dts b/arch/arm/boot/dts/omap3-gta04a5.dts index c01b4715fb83..d408eb05cdfa 100644 --- a/arch/arm/boot/dts/omap3-gta04a5.dts +++ b/arch/arm/boot/dts/omap3-gta04a5.dts @@ -12,6 +12,6 @@ model = "Goldelico GTA04A5/Letux 2804"; sound { - ti,jack-det-gpio = <&twl_gpio 2 GPIO_ACTIVE_HIGH>; /* GTA04A5 only */ + ti,jack-det-gpio = <&twl_gpio 2 GPIO_ACTIVE_HIGH>; /* GTA04A5 only */ }; }; |