diff options
| author | Krzysztof Kozlowski <[email protected]> | 2018-03-01 21:34:59 +0100 |
|---|---|---|
| committer | Krzysztof Kozlowski <[email protected]> | 2018-03-05 19:09:45 +0100 |
| commit | 146bc69b488564b502ed21873f3b7082827ee5f4 (patch) | |
| tree | cce1ccfeaad87805abcb165968c5159876fac3c7 | |
| parent | 6d6a33dabe1f5cb01fb83c7b5ab07c1314421b07 (diff) | |
ARM: dts: exynos: Remove unused bypass-smu property from Xyref5260
The bypass-smu property is neither used nor documented in bindings.
Remove it from Xyref5260 board DTS.
Signed-off-by: Krzysztof Kozlowski <[email protected]>
| -rw-r--r-- | arch/arm/boot/dts/exynos5260-xyref5260.dts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/exynos5260-xyref5260.dts b/arch/arm/boot/dts/exynos5260-xyref5260.dts index 442eb0353f29..fa19c59b2fb6 100644 --- a/arch/arm/boot/dts/exynos5260-xyref5260.dts +++ b/arch/arm/boot/dts/exynos5260-xyref5260.dts @@ -65,7 +65,6 @@ &mmc_0 { status = "okay"; broken-cd; - bypass-smu; cap-mmc-highspeed; supports-hs200-mode; /* 200 MHz */ card-detect-delay = <200>; |