Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1399215
| From | Heiko Stuebner <heiko@sntech.de> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH 2/2] ARM64: dts: rockchip: enable eMMC for rk3399 EVB |
| Date | 2016-05-11 17:00 +0200 |
| Message-ID | <rxDMf-1Nm-41@gated-at.bofh.it> (permalink) |
| References | <rxpSW-52V-11@gated-at.bofh.it> <rxpSW-52V-9@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
Hi Brian,
Am Dienstag, 10. Mai 2016, 17:02:55 schrieb Brian Norris:
> The 'mmc-hs400-enhanced-strobe' property has been acked by Rob Herring,
> though it's still not merged.
The commit message should describe the actual change not the volatile
environment surrounding it :-) .
When I apply this patch the property-binding will have made it into a
maintainer-tree so is not valid anymore then. That is more material for the
"comment-section" below the "---"
> Signed-off-by: Brian Norris <briannorris@chromium.org>
> ---
> arch/arm64/boot/dts/rockchip/rk3399-evb.dts | 12 ++++++++++++
> 1 file changed, 12 insertions(+)
>
> diff --git a/arch/arm64/boot/dts/rockchip/rk3399-evb.dts
> b/arch/arm64/boot/dts/rockchip/rk3399-evb.dts index
> 1a3eb1482050..ccfd2bcf02e1 100644
> --- a/arch/arm64/boot/dts/rockchip/rk3399-evb.dts
> +++ b/arch/arm64/boot/dts/rockchip/rk3399-evb.dts
> @@ -89,6 +89,18 @@
> status = "okay";
> };
>
> +&emmc_phy {
> + status = "okay";
> +};
> +
> +&sdhci {
> + bus-width = <8>;
> + mmc-hs400-1_8v;
> + non-removable;
> + mmc-hs400-enhanced-strobe;
alphabetic ordering of properties please
> + status = "okay";
> +};
> +
> &uart2 {
> status = "okay";
> };
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH 2/2] ARM64: dts: rockchip: enable eMMC for rk3399 EVB Brian Norris <briannorris@chromium.org> - 2016-05-11 02:10 +0200
Re: [PATCH 2/2] ARM64: dts: rockchip: enable eMMC for rk3399 EVB Shawn Lin <shawn.lin@rock-chips.com> - 2016-05-11 03:10 +0200
Re: [PATCH 2/2] ARM64: dts: rockchip: enable eMMC for rk3399 EVB Brian Norris <briannorris@chromium.org> - 2016-05-11 03:20 +0200
Re: [PATCH 2/2] ARM64: dts: rockchip: enable eMMC for rk3399 EVB Heiko Stuebner <heiko@sntech.de> - 2016-05-11 17:00 +0200
Re: [PATCH 2/2] ARM64: dts: rockchip: enable eMMC for rk3399 EVB Brian Norris <briannorris@chromium.org> - 2016-05-12 00:40 +0200
Re: [PATCH 2/2] ARM64: dts: rockchip: enable eMMC for rk3399 EVB Heiko Stuebner <heiko@sntech.de> - 2016-05-12 00:40 +0200
csiph-web