From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andre Przywara Date: Fri, 2 Mar 2018 00:56:57 +0000 Subject: [U-Boot] [PATCH v3 18/20] sunxi: DT: H3: update libre-cc board .dts file In-Reply-To: <20180302005659.28728-1-andre.przywara@arm.com> References: <20180302005659.28728-1-andre.przywara@arm.com> Message-ID: <20180302005659.28728-19-andre.przywara@arm.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Update the board DT file to match the updated h3.dtsi base. This file is not (yet?) in Linux, so we can't update from there directly. Signed-off-by: Andre Przywara --- arch/arm/dts/sun8i-h3-libretech-all-h3-cc.dts | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/arch/arm/dts/sun8i-h3-libretech-all-h3-cc.dts b/arch/arm/dts/sun8i-h3-libretech-all-h3-cc.dts index c8fd69f0a4..cb3ecddb33 100644 --- a/arch/arm/dts/sun8i-h3-libretech-all-h3-cc.dts +++ b/arch/arm/dts/sun8i-h3-libretech-all-h3-cc.dts @@ -112,6 +112,10 @@ }; }; +&ehci0 { + status = "okay"; +}; + &ehci1 { status = "okay"; }; @@ -147,6 +151,10 @@ status = "okay"; }; +&ohci0 { + status = "okay"; +}; + &ohci1 { status = "okay"; }; -- 2.14.1