From: Mattijs Korpershoek <mkorpershoek@baylibre.com>
To: Nishanth Menon <nm@ti.com>, Neha Francis <n-francis@ti.com>,
Tom Rini <trini@konsulko.com>
Cc: Bryan <bb@ti.com>, Praneeth <praneeth@ti.com>,
Andrew <afd@ti.com>, Robert Nelson <robertcnelson@gmail.com>,
Vignesh <vigneshr@ti.com>,
u-boot@lists.denx.de, Jan Kiszka <jan.kiszka@siemens.com>,
Marcel Ziswiler <marcel@ziswiler.com>,
Francesco Dolcini <francesco.dolcini@toradex.com>,
Emanuele Ghidoli <emanuele.ghidoli@toradex.com>,
Nishanth Menon <nm@ti.com>
Subject: Re: [PATCH 1/2] arm: dts: k3-pinctrl: Sync with kernel v6.6-rc1
Date: Tue, 12 Sep 2023 14:08:35 +0200 [thread overview]
Message-ID: <87ttrzlhks.fsf@baylibre.com> (raw)
In-Reply-To: <20230911140256.945074-2-nm@ti.com>
On lun., sept. 11, 2023 at 09:02, Nishanth Menon <nm@ti.com> wrote:
> Sync pinctrl header with v6.6-rc1
>
> Signed-off-by: Nishanth Menon <nm@ti.com>
Reviewed-by: Mattijs Korpershoek <mkorpershoek@baylibre.com>
> ---
> arch/arm/dts/k3-pinctrl.h | 12 ++++++++++++
> 1 file changed, 12 insertions(+)
>
> diff --git a/arch/arm/dts/k3-pinctrl.h b/arch/arm/dts/k3-pinctrl.h
> index c97548a3f42d..2a4e0e084d69 100644
> --- a/arch/arm/dts/k3-pinctrl.h
> +++ b/arch/arm/dts/k3-pinctrl.h
> @@ -11,6 +11,7 @@
> #define PULLUDEN_SHIFT (16)
> #define PULLTYPESEL_SHIFT (17)
> #define RXACTIVE_SHIFT (18)
> +#define DEBOUNCE_SHIFT (11)
>
> #define PULL_DISABLE (1 << PULLUDEN_SHIFT)
> #define PULL_ENABLE (0 << PULLUDEN_SHIFT)
> @@ -29,9 +30,20 @@
> #define PIN_INPUT_PULLUP (INPUT_EN | PULL_UP)
> #define PIN_INPUT_PULLDOWN (INPUT_EN | PULL_DOWN)
>
> +#define PIN_DEBOUNCE_DISABLE (0 << DEBOUNCE_SHIFT)
> +#define PIN_DEBOUNCE_CONF1 (1 << DEBOUNCE_SHIFT)
> +#define PIN_DEBOUNCE_CONF2 (2 << DEBOUNCE_SHIFT)
> +#define PIN_DEBOUNCE_CONF3 (3 << DEBOUNCE_SHIFT)
> +#define PIN_DEBOUNCE_CONF4 (4 << DEBOUNCE_SHIFT)
> +#define PIN_DEBOUNCE_CONF5 (5 << DEBOUNCE_SHIFT)
> +#define PIN_DEBOUNCE_CONF6 (6 << DEBOUNCE_SHIFT)
> +
> #define AM62AX_IOPAD(pa, val, muxmode) (((pa) & 0x1fff)) ((val) | (muxmode))
> #define AM62AX_MCU_IOPAD(pa, val, muxmode) (((pa) & 0x1fff)) ((val) | (muxmode))
>
> +#define AM62PX_IOPAD(pa, val, muxmode) (((pa) & 0x1fff)) ((val) | (muxmode))
> +#define AM62PX_MCU_IOPAD(pa, val, muxmode) (((pa) & 0x1fff)) ((val) | (muxmode))
> +
> #define AM62X_IOPAD(pa, val, muxmode) (((pa) & 0x1fff)) ((val) | (muxmode))
> #define AM62X_MCU_IOPAD(pa, val, muxmode) (((pa) & 0x1fff)) ((val) | (muxmode))
>
> --
> 2.40.0
next prev parent reply other threads:[~2023-09-12 12:08 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-09-11 14:02 [PATCH 0/2] arm: dts: k3-am625: Sync with kernel v6.6-rc1 Nishanth Menon
2023-09-11 14:02 ` [PATCH 1/2] arm: dts: k3-pinctrl: " Nishanth Menon
2023-09-12 7:04 ` Dhruva Gole
2023-09-12 12:08 ` Mattijs Korpershoek [this message]
2023-09-19 15:14 ` Tom Rini
2023-09-11 14:02 ` [PATCH 2/2] arm: dts: k3-am625: " Nishanth Menon
2023-09-12 6:47 ` Dhruva Gole
2023-09-12 12:11 ` Mattijs Korpershoek
2023-09-19 15:14 ` Tom Rini
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=87ttrzlhks.fsf@baylibre.com \
--to=mkorpershoek@baylibre.com \
--cc=afd@ti.com \
--cc=bb@ti.com \
--cc=emanuele.ghidoli@toradex.com \
--cc=francesco.dolcini@toradex.com \
--cc=jan.kiszka@siemens.com \
--cc=marcel@ziswiler.com \
--cc=n-francis@ti.com \
--cc=nm@ti.com \
--cc=praneeth@ti.com \
--cc=robertcnelson@gmail.com \
--cc=trini@konsulko.com \
--cc=u-boot@lists.denx.de \
--cc=vigneshr@ti.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