diff options
author | Tim Kryger <tim.kryger@linaro.org> | 2014-02-04 15:27:40 -0800 |
---|---|---|
committer | Matt Porter <mporter@linaro.org> | 2014-02-24 15:08:59 -0500 |
commit | 17041d6143ab634583c526b35f861db8607ce0a7 (patch) | |
tree | 60f04201e1321970c07a1b6195b695e96f6baa61 /arch/arm/boot/dts/bcm28155-ap.dts | |
parent | 2bb9453bc8759984709c7631ab9cb213b86671fb (diff) | |
download | blackbird-op-linux-17041d6143ab634583c526b35f861db8607ce0a7.tar.gz blackbird-op-linux-17041d6143ab634583c526b35f861db8607ce0a7.zip |
ARM: dts: Leave sdio1 as disabled on bcm28155-ap
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 <tim.kryger@linaro.org>
Reviewed-by: Matt Porter <mporter@linaro.org>
Signed-off-by: Matt Porter <mporter@linaro.org>
Diffstat (limited to 'arch/arm/boot/dts/bcm28155-ap.dts')
-rw-r--r-- | arch/arm/boot/dts/bcm28155-ap.dts | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/arm/boot/dts/bcm28155-ap.dts b/arch/arm/boot/dts/bcm28155-ap.dts index 5ff2382a49e4..3604554e752c 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>; |