Message ID | 1417706679-22294-1-git-send-email-balbi@ti.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
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 >
* 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 --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>; +};