From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754248AbbIAPYe (ORCPT ); Tue, 1 Sep 2015 11:24:34 -0400 Received: from smtp2-g21.free.fr ([212.27.42.2]:19883 "EHLO smtp2-g21.free.fr" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752309AbbIAPYb (ORCPT ); Tue, 1 Sep 2015 11:24:31 -0400 From: Alban Bedel To: linux-mips@linux-mips.org Cc: Rob Herring , Pawel Moll , Mark Rutland , Ian Campbell , Kumar Gala , Ralf Baechle , Kishon Vijay Abraham I , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Alban Bedel Subject: [PATCH 4/4] MIPS: ath79: Enable the USB port on the TL-WR1043ND Date: Tue, 1 Sep 2015 17:23:14 +0200 Message-Id: <1441120994-31476-5-git-send-email-albeu@free.fr> X-Mailer: git-send-email 2.0.0 In-Reply-To: <1441120994-31476-1-git-send-email-albeu@free.fr> References: <1441120994-31476-1-git-send-email-albeu@free.fr> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Signed-off-by: Alban Bedel --- arch/mips/boot/dts/qca/ar9132_tl_wr1043nd_v1.dts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/arch/mips/boot/dts/qca/ar9132_tl_wr1043nd_v1.dts b/arch/mips/boot/dts/qca/ar9132_tl_wr1043nd_v1.dts index 003015a..cd51199 100644 --- a/arch/mips/boot/dts/qca/ar9132_tl_wr1043nd_v1.dts +++ b/arch/mips/boot/dts/qca/ar9132_tl_wr1043nd_v1.dts @@ -35,6 +35,10 @@ }; }; + ehci@1b000100 { + status = "okay"; + }; + spi@1f000000 { status = "okay"; num-cs = <1>; -- 2.0.0