diff mbox series

[U-Boot,v3,10/18] arm: dts: k3-am654-r5-base-board: enable wkup_i2c0 driver for spl

Message ID 20191024093103.13220-11-j-keerthy@ti.com
State Accepted
Commit 4bbb3849aa75bcaedca168d29ff57e20714ad04a
Delegated to: Tom Rini
Headers show
Series misc: Add AVS class 0 support for AM6 | expand

Commit Message

Keerthy Oct. 24, 2019, 9:30 a.m. UTC
From: Tero Kristo <t-kristo@ti.com>

Enable wkup_i2c0 as this is needed for voltage control.

Signed-off-by: Tero Kristo <t-kristo@ti.com>
Signed-off-by: Keerthy <j-keerthy@ti.com>
---
Changes in v3:

  * No change

Changes in v2:

  * No change

 arch/arm/dts/k3-am654-r5-base-board.dts | 1 +
 1 file changed, 1 insertion(+)

Comments

Tom Rini Nov. 8, 2019, 3:34 p.m. UTC | #1
On Thu, Oct 24, 2019 at 03:00:55PM +0530, Keerthy wrote:

> From: Tero Kristo <t-kristo@ti.com>
> 
> Enable wkup_i2c0 as this is needed for voltage control.
> 
> Signed-off-by: Tero Kristo <t-kristo@ti.com>
> Signed-off-by: Keerthy <j-keerthy@ti.com>

Applied to u-boot/master, thanks!
diff mbox series

Patch

diff --git a/arch/arm/dts/k3-am654-r5-base-board.dts b/arch/arm/dts/k3-am654-r5-base-board.dts
index 6ab0f4af10..98868afd9c 100644
--- a/arch/arm/dts/k3-am654-r5-base-board.dts
+++ b/arch/arm/dts/k3-am654-r5-base-board.dts
@@ -218,4 +218,5 @@ 
 	pinctrl-names = "default";
 	pinctrl-0 = <&wkup_i2c0_pins_default>;
 	clock-frequency = <400000>;
+	u-boot,dm-spl;
 };