Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1613371
| From | Russell King - ARM Linux <linux@armlinux.org.uk> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH v7 00/13] mmc: Add support to Marvell Xenon SD Host Controller |
| Date | 2017-03-30 21:00 +0200 |
| Message-ID | <tqNsC-2b6-19@gated-at.bofh.it> (permalink) |
| References | <tqKbn-8iw-3@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On Thu, Mar 30, 2017 at 05:22:52PM +0200, Gregory CLEMENT wrote:
> - Remove parse of child node mmc-card. Wait for a better solution.
So for mcbin, I have:
&ap_sdhci0 {
bus-width = <8>;
marvell,xenon-emmc;
marvell,xenon-phy-type = "emmc 5.1 phy";
/*
* Not stable in HS modes - phy needs "more calibration", so add
* the "slow-mode" and disable SDR104, SDR50 and DDR50 modes.
*/
marvell,xenon-phy-slow-mode;
no-1-8-v;
non-removable;
status = "okay";
vqmmc-supply = <&v_vddo_h>;
#address-cells = <1>;
#size-cells = <0>;
mmccard: mmccard@0 {
compatible = "mmc-card";
reg = <0>;
};
};
Does this mean the "mmccard" bit is no longer required - or is it required
for the eMMC to be detected but is no longer supported by the driver?
Thanks.
--
RMK's Patch system: http://www.armlinux.org.uk/developer/patches/
FTTC broadband for 0.8mile line: currently at 9.6Mbps down 400kbps up
according to speedtest.net.
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH v7 00/13] mmc: Add support to Marvell Xenon SD Host Controller Gregory CLEMENT <gregory.clement@free-electrons.com> - 2017-03-30 17:30 +0200
[PATCH v7 10/13] MAINTAINERS: add entry for Marvell Xenon MMC Host Controller drivers Gregory CLEMENT <gregory.clement@free-electrons.com> - 2017-03-30 17:30 +0200
[PATCH v7 08/13] mmc: sdhci-xenon: Add support to PHYs of Marvell Xenon SDHC Gregory CLEMENT <gregory.clement@free-electrons.com> - 2017-03-30 17:30 +0200
Re: [PATCH v7 00/13] mmc: Add support to Marvell Xenon SD Host Controller Russell King - ARM Linux <linux@armlinux.org.uk> - 2017-03-30 21:00 +0200
Re: [PATCH v7 00/13] mmc: Add support to Marvell Xenon SD Host Controller Hu Ziji <huziji@marvell.com> - 2017-03-31 04:20 +0200
csiph-web