diff mbox series

arm64: dts: ti: k3-am62x-sk-common: Add bootph-all for I2C1 instance pinmux

Message ID 20240614123532.203983-1-devarsht@ti.com (mailing list archive)
State New, archived
Headers show
Series arm64: dts: ti: k3-am62x-sk-common: Add bootph-all for I2C1 instance pinmux | expand

Commit Message

Devarsh Thakkar June 14, 2024, 12:35 p.m. UTC
I2C1 controller controls io-expander which provides power to voltage
regulator vdd_mmc1 for MMC SD using a gpio line.

Add bootph-all to the pinmux node for this instance, as this is used during
SPL stage too by the bootloader while using SD boot mode as without this
the SD boot mode fails with below error when using this device-tree in
u-boot:

"Timed out in wait_for_event: status=0000
Check if pads/pull-ups of bus are properly configured
Timed out in wait_for_event: status=0000
Check if pads/pull-ups of bus are properly configured
"
Signed-off-by: Devarsh Thakkar <devarsht@ti.com>
---
 arch/arm64/boot/dts/ti/k3-am62x-sk-common.dtsi | 1 +
 1 file changed, 1 insertion(+)

Comments

Vignesh Raghavendra June 21, 2024, 3:24 p.m. UTC | #1
Hi Devarsh Thakkar,

On Fri, 14 Jun 2024 18:05:32 +0530, Devarsh Thakkar wrote:
> I2C1 controller controls io-expander which provides power to voltage
> regulator vdd_mmc1 for MMC SD using a gpio line.
> 
> Add bootph-all to the pinmux node for this instance, as this is used during
> SPL stage too by the bootloader while using SD boot mode as without this
> the SD boot mode fails with below error when using this device-tree in
> u-boot:
> 
> [...]

I have applied the following to branch ti-k3-dts-next on [1].
Thank you!

[1/1] arm64: dts: ti: k3-am62x-sk-common: Add bootph-all for I2C1 instance pinmux
      commit: 175133a32b48a092363828ce3041a0adaab01ffc

All being well this means that it will be integrated into the linux-next
tree (usually sometime in the next 24 hours) and sent up the chain during
the next merge window (or sooner if it is a relevant bug fix), however if
problems are discovered then the patch may be dropped or reverted.

You may get further e-mails resulting from automated or manual testing
and review of the tree, please engage with people reporting problems and
send followup patches addressing any issues that are reported if needed.

If any updates are required or you are submitting further changes they
should be sent as incremental updates against current git, existing
patches will not be replaced.

Please add any relevant lists and maintainers to the CCs when replying
to this mail.

[1] https://git.kernel.org/pub/scm/linux/kernel/git/ti/linux.git
--
Vignesh
diff mbox series

Patch

diff --git a/arch/arm64/boot/dts/ti/k3-am62x-sk-common.dtsi b/arch/arm64/boot/dts/ti/k3-am62x-sk-common.dtsi
index 52231bfe60fe..ec32fd9791f8 100644
--- a/arch/arm64/boot/dts/ti/k3-am62x-sk-common.dtsi
+++ b/arch/arm64/boot/dts/ti/k3-am62x-sk-common.dtsi
@@ -168,6 +168,7 @@  AM62X_IOPAD(0x1e4, PIN_INPUT_PULLUP, 0) /* (A16/D14) I2C0_SDA */
 	};
 
 	main_i2c1_pins_default: main-i2c1-default-pins {
+		bootph-all;
 		pinctrl-single,pins = <
 			AM62X_IOPAD(0x1e8, PIN_INPUT_PULLUP, 0) /* (B17/A17) I2C1_SCL */
 			AM62X_IOPAD(0x1ec, PIN_INPUT_PULLUP, 0) /* (A17/A16) I2C1_SDA */