diff options
author | Sebastian Reichel <sre@debian.org> | 2013-11-17 12:57:53 +0000 |
---|---|---|
committer | Sebastian Reichel <sre@kernel.org> | 2014-04-23 17:35:44 +0200 |
commit | 7226acb86e7c1ccb02d114b2f899efd624b6e863 (patch) | |
tree | 281b1f6627dfdf381799a332900b833b06c813ed | |
parent | 4d0fa8a0f01272d4de33704f20303dcecdb55df1 (diff) | |
download | linux-7226acb86e7c1ccb02d114b2f899efd624b6e863.tar.bz2 |
DEBUG HACK: ignore open cover on N900
-rw-r--r-- | arch/arm/boot/dts/omap3-n900.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/omap3-n900.dts b/arch/arm/boot/dts/omap3-n900.dts index 1a57b61f5e24..6bc810091f4c 100644 --- a/arch/arm/boot/dts/omap3-n900.dts +++ b/arch/arm/boot/dts/omap3-n900.dts @@ -483,7 +483,7 @@ pinctrl-0 = <&mmc1_pins>; vmmc-supply = <&vmmc1>; bus-width = <4>; - cd-gpios = <&gpio6 0 GPIO_ACTIVE_HIGH>; /* 160 */ + /* cd-gpios = <&gpio6 0 GPIO_ACTIVE_HIGH>; */ /* 160 */ }; /* most boards use vaux3, only some old versions use vmmc2 instead */ |