Re: [PATCH v2 06/11] Documentation: mmc: sdhci-of-arasan: Add ability to export card clock
From: Heiko Stuebner <heiko@sntech.de>
Date: 2016-06-18 18:03:17
Also in:
linux-mmc, linux-rockchip, lkml
From: Heiko Stuebner <heiko@sntech.de>
Date: 2016-06-18 18:03:17
Also in:
linux-mmc, linux-rockchip, lkml
Am Montag, 13. Juni 2016, 16:04:30 schrieb Douglas Anderson:
Some SD/eMMC PHYs (like the PHY from Arasan that is designed to work with arasan,sdhci-5.1) need to know the card clock frequency in order to function properly. Physically in a SoC this clock is exported from the SDHCI IP block to the PHY IP block and the PHY needs to know the speed. Let's export the SDHCI card clock using a standard device tree mechanism so that the PHY can get access to it and query the card clock frequency. Signed-off-by: Douglas Anderson <dianders@chromium.org> Acked-by: Rob Herring <robh@kernel.org>
Doug and me talked about how to solve this beforehand, so obviously I'm in favour of doing it like this :-) Reviewed-by: Heiko Stuebner <heiko@sntech.de>