mirror of https://gitee.com/openkylin/linux.git
ARM: dts: Add disable-wp for card slot on exynos5250-arndale
This is required to keep the existing functionality of having no write protect pin on Arndale board. Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org> Signed-off-by: Tushar Behera <tushar.behera@linaro.org> Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
This commit is contained in:
parent
d01fc36bb7
commit
6a446172ae
|
@ -96,6 +96,7 @@ dwmmc_2: dwmmc2@12220000 {
|
|||
slot@0 {
|
||||
reg = <0>;
|
||||
bus-width = <4>;
|
||||
disable-wp;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue