diff options
author | Pavel Machek <pavel@ucw.cz> | 2016-10-11 10:12:43 +0200 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2017-01-05 08:13:38 -0800 |
commit | f585a15cb094606f0bdfb8926826e0ca27f64af6 (patch) | |
tree | ea6ed0fe2ec98fba7c767fd7dd97e9e8f928942e /arch/arm/boot/dts/omap3-n900.dts | |
parent | 9ea28a369198463714a06a124f7ce494c466e8bc (diff) | |
download | talos-op-linux-f585a15cb094606f0bdfb8926826e0ca27f64af6.tar.gz talos-op-linux-f585a15cb094606f0bdfb8926826e0ca27f64af6.zip |
ARM: dts: n900: cleanup
Fix GPIO comment to be consistent with rest of file and add comment what
tpa6130 is.
Signed-off-by: Pavel Machek <pavel@ucw.cz>
Reviewed-By: Sebastian Reichel <sre@kernel.org>
Reviewed-By: Pali Rohár <pali.rohar@gmail.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/boot/dts/omap3-n900.dts')
-rw-r--r-- | arch/arm/boot/dts/omap3-n900.dts | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/omap3-n900.dts b/arch/arm/boot/dts/omap3-n900.dts index 87ca50b53002..b6ab0e3a3d07 100644 --- a/arch/arm/boot/dts/omap3-n900.dts +++ b/arch/arm/boot/dts/omap3-n900.dts @@ -47,7 +47,7 @@ compatible = "gpio-leds"; heartbeat { label = "debug::sleep"; - gpios = <&gpio6 2 GPIO_ACTIVE_HIGH>; /* gpio162 */ + gpios = <&gpio6 2 GPIO_ACTIVE_HIGH>; /* 162 */ linux,default-trigger = "default-on"; pinctrl-names = "default"; pinctrl-0 = <&debug_leds>; @@ -625,6 +625,7 @@ reg = <0x55>; }; + /* Stereo headphone amplifier */ tpa6130a2: tpa6130a2@60 { compatible = "ti,tpa6130a2"; reg = <0x60>; |