diff mbox

ARM: dts: am437x-sk-evm: Hook dcdc2 as the cpu0-supply

Message ID 1417706679-22294-1-git-send-email-balbi@ti.com (mailing list archive)
State New, archived
Headers show

Commit Message

Felipe Balbi Dec. 4, 2014, 3:24 p.m. UTC
From: Dave Gerlach <d-gerlach@ti.com>

Hook dcdc2 as the cpu0-supply.

Signed-off-by: Dave Gerlach <d-gerlach@ti.com>
Signed-off-by: Felipe Balbi <balbi@ti.com>
---
 arch/arm/boot/dts/am437x-sk-evm.dts | 4 ++++
 1 file changed, 4 insertions(+)

Comments

Felipe Balbi Dec. 22, 2014, 8:38 p.m. UTC | #1
On Thu, Dec 04, 2014 at 09:24:39AM -0600, Felipe Balbi wrote:
> From: Dave Gerlach <d-gerlach@ti.com>
> 
> Hook dcdc2 as the cpu0-supply.
> 
> Signed-off-by: Dave Gerlach <d-gerlach@ti.com>
> Signed-off-by: Felipe Balbi <balbi@ti.com>

btw, before sending this, I tested on my AM437x Starter Kit, so

Tested-by: Felipe Balbi <balbi@ti.com>

> ---
>  arch/arm/boot/dts/am437x-sk-evm.dts | 4 ++++
>  1 file changed, 4 insertions(+)
> 
> diff --git a/arch/arm/boot/dts/am437x-sk-evm.dts b/arch/arm/boot/dts/am437x-sk-evm.dts
> index 87aa4f3..f7f77a7 100644
> --- a/arch/arm/boot/dts/am437x-sk-evm.dts
> +++ b/arch/arm/boot/dts/am437x-sk-evm.dts
> @@ -611,3 +611,7 @@
>  &wdt {
>  	status = "okay";
>  };
> +
> +&cpu {
> +	cpu0-supply = <&dcdc2>;
> +};
> -- 
> 2.1.0.GIT
>
Tony Lindgren Jan. 7, 2015, 11:14 p.m. UTC | #2
* Felipe Balbi <balbi@ti.com> [141222 12:41]:
> On Thu, Dec 04, 2014 at 09:24:39AM -0600, Felipe Balbi wrote:
> > From: Dave Gerlach <d-gerlach@ti.com>
> > 
> > Hook dcdc2 as the cpu0-supply.
> > 
> > Signed-off-by: Dave Gerlach <d-gerlach@ti.com>
> > Signed-off-by: Felipe Balbi <balbi@ti.com>
> 
> btw, before sending this, I tested on my AM437x Starter Kit, so
> 
> Tested-by: Felipe Balbi <balbi@ti.com>

Applying into omap-for-v3.20/dt thanks.

Tony
--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

diff --git a/arch/arm/boot/dts/am437x-sk-evm.dts b/arch/arm/boot/dts/am437x-sk-evm.dts
index 87aa4f3..f7f77a7 100644
--- a/arch/arm/boot/dts/am437x-sk-evm.dts
+++ b/arch/arm/boot/dts/am437x-sk-evm.dts
@@ -611,3 +611,7 @@ 
 &wdt {
 	status = "okay";
 };
+
+&cpu {
+	cpu0-supply = <&dcdc2>;
+};