From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tim Kryger Subject: [PATCH] ARM: dts: Leave sdio1 as disabled on bcm28155-ap Date: Thu, 5 Dec 2013 14:42:46 -0800 Message-ID: <1386283366-7273-1-git-send-email-tim.kryger@linaro.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: Sender: linux-kernel-owner@vger.kernel.org To: Christian Daudt , Rob Herring , Pawel Moll , Mark Rutland , Stephen Warren , Ian Campbell Cc: Tim Kryger , Broadcom Kernel Feedback List , Device Tree List , ARM Linux List , Linux Kernel Mailing List , Linaro Patches List List-Id: devicetree@vger.kernel.org The sdio1 interface pins are routed to an unpopulated daughter card connector on the bcm28155-ap board. Thus there is no need to mark this interface as enabled. Signed-off-by: Tim Kryger Reviewed-by: Matt Porter --- arch/arm/boot/dts/bcm28155-ap.dts | 5 ----- 1 file changed, 5 deletions(-) diff --git a/arch/arm/boot/dts/bcm28155-ap.dts b/arch/arm/boot/dts/bcm28155-ap.dts index 08e47c2..d2e7769 100644 --- a/arch/arm/boot/dts/bcm28155-ap.dts +++ b/arch/arm/boot/dts/bcm28155-ap.dts @@ -27,11 +27,6 @@ status = "okay"; }; - sdio1: sdio@3f180000 { - max-frequency = <48000000>; - status = "okay"; - }; - sdio2: sdio@3f190000 { non-removable; max-frequency = <48000000>; -- 1.8.0.1