Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b96a696f authored by Sean Wang's avatar Sean Wang Committed by Matthias Brugger
Browse files

arm: dts: mt7623: fix card detection issue on bananapi-r2



Fix that bananapi-r2 booting from SD-card would fail since incorrect
polarity is applied to the previous setup with GPIO_ACTIVE_HIGH.

Cc: stable@vger.kernel.org
Fixes: 0eed8d09 ("arm: dts: mt7623: Add SD-card and EMMC to bananapi-r2")
Signed-off-by: default avatarSean Wang <sean.wang@mediatek.com>
Tested-by: default avatarMatthias Brugger <matthias.bgg@gmail.com>
Signed-off-by: default avatarMatthias Brugger <matthias.bgg@gmail.com>
parent 3e2af579
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -204,7 +204,7 @@
	bus-width = <4>;
	max-frequency = <50000000>;
	cap-sd-highspeed;
	cd-gpios = <&pio 261 0>;
	cd-gpios = <&pio 261 GPIO_ACTIVE_LOW>;
	vmmc-supply = <&mt6323_vmch_reg>;
	vqmmc-supply = <&mt6323_vio18_reg>;
};