Message ID | 07883d44949420891c1ed2411ff15199d53075c0.1519823347.git-series.quentin.schulz@bootlin.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Hello, On Wed, 28 Feb 2018 14:11:21 +0100, Quentin Schulz wrote: > @@ -136,6 +144,7 @@ > * An USB-2 hub is connected here, which also means we don't need to > * enable the OHCI controller. > */ > + > &ehci0 { > status = "okay"; > }; Spurious change. Thomas
diff --git a/arch/arm/boot/dts/sun8i-a83t-tbs-a711.dts b/arch/arm/boot/dts/sun8i-a83t-tbs-a711.dts index 1de362f..d65162c 100644 --- a/arch/arm/boot/dts/sun8i-a83t-tbs-a711.dts +++ b/arch/arm/boot/dts/sun8i-a83t-tbs-a711.dts @@ -128,6 +128,14 @@ }; }; +&cpu0 { + cpu-supply = <®_dcdc2>; +}; + +&cpu100 { + cpu-supply = <®_dcdc3>; +}; + &de { status = "okay"; }; @@ -136,6 +144,7 @@ * An USB-2 hub is connected here, which also means we don't need to * enable the OHCI controller. */ + &ehci0 { status = "okay"; };
The Allwinner A83T is a SoC with two clusters of 4 A7 which have a different clock and regulator. Set the CPU regulator. Signed-off-by: Quentin Schulz <quentin.schulz@bootlin.com> --- arch/arm/boot/dts/sun8i-a83t-tbs-a711.dts | 9 +++++++++ 1 file changed, 9 insertions(+)