U-Boot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Dominik Haller <d.haller@phytec.de>
To: Dominik Haller <d.haller@phytec.de>,
	Tom Rini <trini@konsulko.com>,
	"Ilias Apalodimas" <ilias.apalodimas@linaro.org>
Cc: <upstream@lists.phytec.de>, <u-boot@lists.denx.de>
Subject: [PATCH 1/2] arm: dts: k3-am68-phyboard-izar-u-boot: Add mcu_i2c0
Date: Wed, 15 Jul 2026 16:17:39 -0700	[thread overview]
Message-ID: <20260715231742.56105-1-d.haller@phytec.de> (raw)

Add mcu_i2c0 to access the pmic watchdog control registers.

Signed-off-by: Dominik Haller <d.haller@phytec.de>
---
 arch/arm/dts/k3-am68-phyboard-izar-u-boot.dtsi | 17 +++++++++++++++--
 1 file changed, 15 insertions(+), 2 deletions(-)

diff --git a/arch/arm/dts/k3-am68-phyboard-izar-u-boot.dtsi b/arch/arm/dts/k3-am68-phyboard-izar-u-boot.dtsi
index cd40506d3ac6..503ed69d123f 100644
--- a/arch/arm/dts/k3-am68-phyboard-izar-u-boot.dtsi
+++ b/arch/arm/dts/k3-am68-phyboard-izar-u-boot.dtsi
@@ -8,14 +8,27 @@
 
 #include "k3-am68-phycore-som-binman.dtsi"
 
+&wkup_pmx2 {
+	mcu_i2c0_pins_default: mcu-i2c0-default-pins {
+		pinctrl-single,pins = <
+			J721S2_WKUP_IOPAD(0x0a0, PIN_INPUT, 0) /* (G24) MCU_I2C0_SCL */
+			J721S2_WKUP_IOPAD(0x0a4, PIN_INPUT, 0) /* (J25) MCU_I2C0_SDA */
+		>;
+	};
+};
+
 &cbass_main {
 	bootph-all;
 };
 
-&watchdog1 {
-	status = "disabled";
+&mcu_i2c0 {
+	status = "okay";
 };
 
 &mcu_uart0 {
 	bootph-all;
 };
+
+&watchdog1 {
+	status = "disabled";
+};
-- 
2.43.0


             reply	other threads:[~2026-07-15 23:18 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-07-15 23:17 Dominik Haller [this message]
2026-07-15 23:17 ` [PATCH 2/2] board: phytec: phycore_am68x: Turn off pmic watchdog Dominik Haller

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=20260715231742.56105-1-d.haller@phytec.de \
    --to=d.haller@phytec.de \
    --cc=ilias.apalodimas@linaro.org \
    --cc=trini@konsulko.com \
    --cc=u-boot@lists.denx.de \
    --cc=upstream@lists.phytec.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