All of lore.kernel.org
 help / color / mirror / Atom feed
From: Robert Nelson <robertcnelson@gmail.com>
To: Heiko Schocher <hs@denx.de>
Cc: "linux kernel" <linux-kernel@vger.kernel.org>,
	"Benoît Cousson" <bcousson@baylibre.com>,
	devicetree <devicetree@vger.kernel.org>,
	"Dave Gerlach" <d-gerlach@ti.com>,
	Georg.Soffel@bosch-si.com,
	"linux-omap@vger.kernel.org" <linux-omap@vger.kernel.org>,
	"linux-arm-kernel@lists.infradead.org"
	<linux-arm-kernel@lists.infradead.org>,
	"Tony Lindgren" <tony@atomide.com>
Subject: Re: [PATCH] arm, am335x: add support for the bosch shc board
Date: Mon, 16 Nov 2015 07:23:13 -0600	[thread overview]
Message-ID: <CAOCHtYjBPxQBCy6LUnj9ZWpJLXQngLZYn0z+=VMsL38QwFrDpA@mail.gmail.com> (raw)
In-Reply-To: <1447661758-5095-1-git-send-email-hs@denx.de>

> +
> +       cpsw_default: cpsw_default {
> +               pinctrl-single,pins = <
> +                       /* Slave 1 */
> +                       0x110 (PIN_INPUT_PULLDOWN | MUX_MODE0)
> +                       0x114 (PIN_OUTPUT_PULLDOWN | MUX_MODE0)
> +                       0x118 (PIN_INPUT_PULLDOWN | MUX_MODE0)
> +                       0x11c (PIN_OUTPUT_PULLDOWN | MUX_MODE0)
> +                       0x120 (PIN_OUTPUT_PULLDOWN | MUX_MODE0)
> +                       0x124 (PIN_INPUT_PULLDOWN | MUX_MODE0)
> +                       0x128 (PIN_INPUT_PULLDOWN | MUX_MODE0)
> +                       0x12c (PIN_INPUT_PULLUP | MUX_MODE0)
> +                       0x130 (PIN_INPUT_PULLDOWN | MUX_MODE0)
> +                       0x134 (PIN_INPUT_PULLDOWN | MUX_MODE0)
> +                       0x138 (PIN_INPUT_PULLDOWN | MUX_MODE0)
> +                       0x13c (PIN_INPUT_PULLDOWN | MUX_MODE0)
> +                       0x140 (PIN_INPUT_PULLDOWN | MUX_MODE0)

Please use the AM33XX_IOPAD pinmux macro:

All boards have recently be converted:

https://www.mail-archive.com/linux-omap@vger.kernel.org/msg121329.html

Regards,

-- 
Robert Nelson
https://rcn-ee.com/

WARNING: multiple messages have this Message-ID (diff)
From: robertcnelson@gmail.com (Robert Nelson)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] arm, am335x: add support for the bosch shc board
Date: Mon, 16 Nov 2015 07:23:13 -0600	[thread overview]
Message-ID: <CAOCHtYjBPxQBCy6LUnj9ZWpJLXQngLZYn0z+=VMsL38QwFrDpA@mail.gmail.com> (raw)
In-Reply-To: <1447661758-5095-1-git-send-email-hs@denx.de>

> +
> +       cpsw_default: cpsw_default {
> +               pinctrl-single,pins = <
> +                       /* Slave 1 */
> +                       0x110 (PIN_INPUT_PULLDOWN | MUX_MODE0)
> +                       0x114 (PIN_OUTPUT_PULLDOWN | MUX_MODE0)
> +                       0x118 (PIN_INPUT_PULLDOWN | MUX_MODE0)
> +                       0x11c (PIN_OUTPUT_PULLDOWN | MUX_MODE0)
> +                       0x120 (PIN_OUTPUT_PULLDOWN | MUX_MODE0)
> +                       0x124 (PIN_INPUT_PULLDOWN | MUX_MODE0)
> +                       0x128 (PIN_INPUT_PULLDOWN | MUX_MODE0)
> +                       0x12c (PIN_INPUT_PULLUP | MUX_MODE0)
> +                       0x130 (PIN_INPUT_PULLDOWN | MUX_MODE0)
> +                       0x134 (PIN_INPUT_PULLDOWN | MUX_MODE0)
> +                       0x138 (PIN_INPUT_PULLDOWN | MUX_MODE0)
> +                       0x13c (PIN_INPUT_PULLDOWN | MUX_MODE0)
> +                       0x140 (PIN_INPUT_PULLDOWN | MUX_MODE0)

Please use the AM33XX_IOPAD pinmux macro:

All boards have recently be converted:

https://www.mail-archive.com/linux-omap at vger.kernel.org/msg121329.html

Regards,

-- 
Robert Nelson
https://rcn-ee.com/

  reply	other threads:[~2015-11-16 13:23 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-11-16  8:15 [PATCH] arm, am335x: add support for the bosch shc board Heiko Schocher
2015-11-16  8:15 ` Heiko Schocher
2015-11-16  8:15 ` Heiko Schocher
2015-11-16 13:23 ` Robert Nelson [this message]
2015-11-16 13:23   ` Robert Nelson
2015-11-16 14:11   ` Heiko Schocher
2015-11-16 14:11     ` Heiko Schocher

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='CAOCHtYjBPxQBCy6LUnj9ZWpJLXQngLZYn0z+=VMsL38QwFrDpA@mail.gmail.com' \
    --to=robertcnelson@gmail.com \
    --cc=Georg.Soffel@bosch-si.com \
    --cc=bcousson@baylibre.com \
    --cc=d-gerlach@ti.com \
    --cc=devicetree@vger.kernel.org \
    --cc=hs@denx.de \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-omap@vger.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.