Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754609AbaBDX16 (ORCPT ); Tue, 4 Feb 2014 18:27:58 -0500 Received: from mail-gw3-out.broadcom.com ([216.31.210.64]:35312 "EHLO mail-gw3-out.broadcom.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753880AbaBDX14 (ORCPT ); Tue, 4 Feb 2014 18:27:56 -0500 X-IronPort-AV: E=Sophos;i="4.95,782,1384329600"; d="scan'208";a="12735235" From: Tim Kryger To: Christian Daudt , Rob Herring , Pawel Moll , Mark Rutland , "Ian Campbell" , Kumar Gala CC: Tim Kryger , Broadcom Kernel Feedback List , Device Tree List , ARM Linux List , Linux Kernel Mailing List Subject: [PATCH v2] ARM: dts: Leave sdio1 as disabled on bcm28155-ap Date: Tue, 4 Feb 2014 15:27:40 -0800 Message-ID: <1391556460-24218-1-git-send-email-tim.kryger@linaro.org> X-Mailer: git-send-email 1.8.0.1 MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@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 --- Changes since v1: - Rebased on v3.14-rc1 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 5ff2382..3604554 100644 --- a/arch/arm/boot/dts/bcm28155-ap.dts +++ b/arch/arm/boot/dts/bcm28155-ap.dts @@ -49,11 +49,6 @@ clock-frequency = <400000>; }; - sdio1: sdio@3f180000 { - max-frequency = <48000000>; - status = "okay"; - }; - sdio2: sdio@3f190000 { non-removable; max-frequency = <48000000>; -- 1.8.0.1 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/