From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755302AbeDCKIL (ORCPT ); Tue, 3 Apr 2018 06:08:11 -0400 Received: from mail-sh2.amlogic.com ([58.32.228.45]:59052 "EHLO mail-sh2.amlogic.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754813AbeDCKHb (ORCPT ); Tue, 3 Apr 2018 06:07:31 -0400 From: Yixun Lan To: Ulf Hansson CC: Nan Li , Yixun Lan , Kevin Hilman , Carlo Caione , Jerome Brunet , Heiner Kallweit , Rob Herring , , , , , Subject: [PATCH 1/3] mmc: dt-bindings: update bindings doc to support Meson-AXG SoC Date: Tue, 3 Apr 2018 18:06:49 +0800 Message-ID: <20180403100652.41056-2-yixun.lan@amlogic.com> X-Mailer: git-send-email 2.15.1 In-Reply-To: <20180403100652.41056-1-yixun.lan@amlogic.com> References: <20180403100652.41056-1-yixun.lan@amlogic.com> MIME-Version: 1.0 Content-Type: text/plain X-Originating-IP: [10.18.20.235] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Nan Li Update the documentation to list support for Meson-AXG SoC explicitly. The new binding string is necessary since this SoC introduce a few IP difference comparing to previous old generation. Signed-off-by: Nan Li Signed-off-by: Yixun Lan --- Documentation/devicetree/bindings/mmc/amlogic,meson-gx.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/mmc/amlogic,meson-gx.txt b/Documentation/devicetree/bindings/mmc/amlogic,meson-gx.txt index 50bf611a4d2c..5add8d7d855f 100644 --- a/Documentation/devicetree/bindings/mmc/amlogic,meson-gx.txt +++ b/Documentation/devicetree/bindings/mmc/amlogic,meson-gx.txt @@ -12,6 +12,7 @@ Required properties: - "amlogic,meson-gxbb-mmc" - "amlogic,meson-gxl-mmc" - "amlogic,meson-gxm-mmc" + - "amlogic,meson-axg-mmc" - clocks : A list of phandle + clock-specifier pairs for the clocks listed in clock-names. - clock-names: Should contain the following: "core" - Main peripheral bus clock -- 2.16.2