Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752612AbdLGGoG (ORCPT ); Thu, 7 Dec 2017 01:44:06 -0500 Received: from mailgw01.mediatek.com ([210.61.82.183]:10127 "EHLO mailgw01.mediatek.com" rhost-flags-OK-FAIL-OK-FAIL) by vger.kernel.org with ESMTP id S1750982AbdLGGnc (ORCPT ); Thu, 7 Dec 2017 01:43:32 -0500 X-UUID: 2143c5272f0e4a04a04e49f5202bba2d-20171207 From: To: , , , , CC: , , Sean Wang Subject: [PATCH v2 0/3] Misc fixes up for MT7623 mmc Date: Thu, 7 Dec 2017 14:43:21 +0800 Message-ID: X-Mailer: git-send-email 1.7.9.5 MIME-Version: 1.0 Content-Type: text/plain X-MTK: N Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 822 Lines: 25 From: Sean Wang Changes since v1: - add tag from the feedback of v1 - enhance dt-binding documentation Just add some fixes up for the current MT7623 support Patch 1) complement the missing dt-bindings definitions Patch 2) pick up the proper falling back as patch 1 defines. Patch 3) SD-card detection issue caused by the wrong polarity is being fixed up Sean Wang (3): mmc: dt-bindings: add mmc support to MT7623 SoC arm: dts: mt7623: update mmc related nodes with the appropriate fallback arm: dts: mt7623: fix card detection issue on bananapi-r2 Documentation/devicetree/bindings/mmc/mtk-sd.txt | 2 ++ arch/arm/boot/dts/mt7623.dtsi | 4 ++-- arch/arm/boot/dts/mt7623n-bananapi-bpi-r2.dts | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) -- 2.7.4