From: Nishanth Menon <nm@ti.com>
To: Robert Nelson <robertcnelson@gmail.com>, Tom Rini <trini@konsulko.com>
Cc: <u-boot@lists.denx.de>, Nishanth Menon <nm@ti.com>
Subject: [PATCH V2 3/5] arm: mach-k3: am62: Add Debounce configuration register definitions
Date: Tue, 20 Feb 2024 12:39:50 -0600 [thread overview]
Message-ID: <20240220183952.3614252-4-nm@ti.com> (raw)
In-Reply-To: <20240220183952.3614252-1-nm@ti.com>
Add the Debounce configuration registers that need to be configured one
time for the platform for the entire SoC.
Signed-off-by: Nishanth Menon <nm@ti.com>
---
Changes since V1:
* Fix 4080 to 0x4080
V1: https://lore.kernel.org/r/20240212155332.541949-4-nm@ti.com
arch/arm/mach-k3/include/mach/am62_hardware.h | 3 +++
1 file changed, 3 insertions(+)
diff --git a/arch/arm/mach-k3/include/mach/am62_hardware.h b/arch/arm/mach-k3/include/mach/am62_hardware.h
index 54380f36e161..4cf7778a89ee 100644
--- a/arch/arm/mach-k3/include/mach/am62_hardware.h
+++ b/arch/arm/mach-k3/include/mach/am62_hardware.h
@@ -75,6 +75,9 @@
#define CTRLMMR_MCU_RST_CTRL (MCU_CTRL_MMR0_BASE + 0x18170)
+/* Debounce register configuration */
+#define CTRLMMR_DBOUNCE_CFG(index) (MCU_CTRL_MMR0_BASE + 0x4080 + (index * 4))
+
#define ROM_EXTENDED_BOOT_DATA_INFO 0x43c3f1e0
#define TI_SRAM_SCRATCH_BOARD_EEPROM_START 0x43c30000
--
2.43.0
next prev parent reply other threads:[~2024-02-20 18:41 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-02-20 18:39 [PATCH V2 0/5] board: beagle: Enable 32k and debounce configuration and fixups Nishanth Menon
2024-02-20 18:39 ` [PATCH V2 1/5] board: beagle: beagleplay: Enable 32k crystal Nishanth Menon
2024-02-20 18:39 ` [PATCH V2 2/5] configs: am62x_beagleplay_r5_defconfig: Enable SPL_BOARD_INIT Nishanth Menon
2024-02-20 18:39 ` Nishanth Menon [this message]
2024-02-20 18:39 ` [PATCH V2 4/5] board: beagle: beagleplay: Configure debounce registers Nishanth Menon
2024-02-20 18:39 ` [PATCH V2 5/5] board: beagle: beagleplay: env: Drop usb and pxe as boot targets Nishanth Menon
2024-03-04 23:43 ` [PATCH V2 0/5] board: beagle: Enable 32k and debounce configuration and fixups 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=20240220183952.3614252-4-nm@ti.com \
--to=nm@ti.com \
--cc=robertcnelson@gmail.com \
--cc=trini@konsulko.com \
--cc=u-boot@lists.denx.de \
/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