diff options
author | Kishon Vijay Abraham I <kishon@ti.com> | 2015-07-30 10:13:38 +0200 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2015-08-05 12:52:51 +0200 |
commit | 29d632c8bb35bad91c85ad091a7b70f11e6c4966 (patch) | |
tree | 499b9bb053aa6476b9fc5281638b3ce5a78ddb8b /arch/arm/boot/dts/am57xx-beagle-x15.dts | |
parent | ARM: dts: dra7-evm: Add MMCSD card removal GPIO (diff) | |
download | linux-29d632c8bb35bad91c85ad091a7b70f11e6c4966.tar.xz linux-29d632c8bb35bad91c85ad091a7b70f11e6c4966.zip |
ARM: dts: am57xx-beagle-x15: mmc1: remove redundant pbias-supply property
pbias-supply is initialized in dra7.dtsi. Remove redundant initialization
of pbias-supply from MMC1 dt node in am57xx-beagle-x15.dts
Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/boot/dts/am57xx-beagle-x15.dts')
-rw-r--r-- | arch/arm/boot/dts/am57xx-beagle-x15.dts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/am57xx-beagle-x15.dts b/arch/arm/boot/dts/am57xx-beagle-x15.dts index a63bf78191ea..4605a2262a6e 100644 --- a/arch/arm/boot/dts/am57xx-beagle-x15.dts +++ b/arch/arm/boot/dts/am57xx-beagle-x15.dts @@ -580,7 +580,6 @@ vmmc-supply = <&ldo1_reg>; vmmc_aux-supply = <&vdd_3v3>; - pbias-supply = <&pbias_mmc_reg>; bus-width = <4>; cd-gpios = <&gpio6 27 0>; /* gpio 219 */ }; |