mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Christina Quast <cquast@hanoverdisplays.com>
To: tony@atomide.com
Cc: Christina Quast <cquast@hanoverdisplays.com>,
	Benoit Cousson <bcousson@baylibre.com>,
	Rob Herring <robh+dt@kernel.org>,
	Mark Rutland <mark.rutland@arm.com>,
	linux-omap@vger.kernel.org, devicetree@vger.kernel.org,
	linux-kernel@vger.kernel.org
Subject: [PATCH 04/15] ARM: dts: am335x: baltos-leds: Replaced register offsets with defines
Date: Tue,  9 Apr 2019 18:03:35 +0200	[thread overview]
Message-ID: <20190409160346.25599-5-cquast@hanoverdisplays.com> (raw)
In-Reply-To: <20190409160346.25599-1-cquast@hanoverdisplays.com>

The defines are taken from dt-bindings/pinctrl/am33xx.h

Signed-off-by: Christina Quast <cquast@hanoverdisplays.com>
---
 arch/arm/boot/dts/am335x-baltos-leds.dtsi | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/arch/arm/boot/dts/am335x-baltos-leds.dtsi b/arch/arm/boot/dts/am335x-baltos-leds.dtsi
index 3ab1767d5c13..fe75050c016f 100644
--- a/arch/arm/boot/dts/am335x-baltos-leds.dtsi
+++ b/arch/arm/boot/dts/am335x-baltos-leds.dtsi
@@ -42,9 +42,9 @@
 &am33xx_pinmux {
 	user_leds: pinmux_user_leds {
 		pinctrl-single,pins = <
-			AM33XX_IOPAD(0x908, PIN_OUTPUT_PULLDOWN | MUX_MODE7)	/* mii1_col.gpio3_0 PWR LED */
-			AM33XX_IOPAD(0x91c, PIN_OUTPUT_PULLDOWN | MUX_MODE7)	/* mii1_txd3.gpio0_16 WLAN LED */
-			AM33XX_IOPAD(0x920, PIN_OUTPUT_PULLDOWN | MUX_MODE7)	/* mii1_txd2.gpio0_17 APP LED */
+			AM33XX_PADCONF(AM335X_PIN_MII1_COL, PIN_OUTPUT_PULLDOWN, MUX_MODE7)	/* mii1_col.gpio3_0 PWR LED */
+			AM33XX_PADCONF(AM335X_PIN_MII1_TXD3, PIN_OUTPUT_PULLDOWN, MUX_MODE7)	/* mii1_txd3.gpio0_16 WLAN LED */
+			AM33XX_PADCONF(AM335X_PIN_MII1_TXD2, PIN_OUTPUT_PULLDOWN, MUX_MODE7)	/* mii1_txd2.gpio0_17 APP LED */
 		>;
 	};
 };
-- 
2.20.1


  parent reply	other threads:[~2019-04-09 16:05 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-04-09 16:03 [PATCH 00/15] ARM: dts: am335x: Replace numeric pinmux address w. macro for more boards Christina Quast
2019-04-09 16:03 ` [PATCH 01/15] ARM: dts: am335x: baltos-ir2110: Replaced register offsets with defines Christina Quast
2019-04-09 16:03 ` [PATCH 02/15] ARM: dts: am335x: baltos-ir3220: " Christina Quast
2019-04-09 16:03 ` [PATCH 03/15] ARM: dts: am335x: baltos-ir5221: " Christina Quast
2019-04-09 16:03 ` Christina Quast [this message]
2019-04-09 16:03 ` [PATCH 05/15] ARM: dts: am335x: baltos: " Christina Quast
2019-04-09 16:03 ` [PATCH 06/15] ARM: dts: am335x: base0033: " Christina Quast
2019-04-09 16:03 ` [PATCH 07/15] ARM: dts: am335x: bonegreen-wireless: " Christina Quast
2019-04-09 16:03 ` [PATCH 08/15] ARM: dts: am335x: boneblue: " Christina Quast
2019-04-09 16:03 ` [PATCH 09/15] ARM: dts: am335x: bonegreen-common: " Christina Quast
2019-04-09 16:03 ` [PATCH 10/15] ARM: dts: am335x: chiliboard: " Christina Quast
2019-04-09 16:03 ` [PATCH 11/15] ARM: dts: am335x: chilisom: " Christina Quast
2019-04-09 16:03 ` [PATCH 12/15] ARM: dts: am335x: cm-t335: " Christina Quast
2019-04-09 16:03 ` [PATCH 13/15] ARM: dts: am335x: evm: " Christina Quast
2019-04-09 16:03 ` [PATCH 14/15] ARM: dts: am335x: evmsk: " Christina Quast
2019-04-09 16:03 ` [PATCH 15/15] ARM: dts: am335x: icev2: " Christina Quast
2019-04-12 15:57 ` [PATCH 00/15] ARM: dts: am335x: Replace numeric pinmux address w. macro for more boards Tony Lindgren

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20190409160346.25599-5-cquast@hanoverdisplays.com \
    --to=cquast@hanoverdisplays.com \
    --cc=bcousson@baylibre.com \
    --cc=devicetree@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-omap@vger.kernel.org \
    --cc=mark.rutland@arm.com \
    --cc=robh+dt@kernel.org \
    --cc=tony@atomide.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®