From patchwork Fri Oct 13 23:13:12 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Yixun Lan X-Patchwork-Id: 10006099 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id CAAF46037E for ; Fri, 13 Oct 2017 23:14:12 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id BA39529187 for ; Fri, 13 Oct 2017 23:14:12 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id AEC5B29189; Fri, 13 Oct 2017 23:14:12 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-2.7 required=2.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID, RCVD_IN_DNSWL_MED, RCVD_IN_SORBS_WEB autolearn=ham version=3.3.1 Received: from bombadil.infradead.org (bombadil.infradead.org [65.50.211.133]) (using TLSv1.2 with cipher AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.wl.linuxfoundation.org (Postfix) with ESMTPS id 6137E29188 for ; Fri, 13 Oct 2017 23:14:12 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:MIME-Version:Cc:List-Subscribe: List-Help:List-Post:List-Archive:List-Unsubscribe:List-Id:References: In-Reply-To:Message-Id:Date:Subject:To:From:Reply-To:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:List-Owner; bh=9WSnvb+aNYbSYi6KY3JB6A6ojyVsf66mTfS8tHL6Aag=; b=YQ4zjqQIiIAAovUTu3hLnvQ+NY fIT6172LSFDLuL92wix0m+mz/bQOUb9jnu9XGbelo+lY6Cy6BmJdUqtnOCDpS7ExWnNDg2Ufidbp2 ltIVJFwwvT/bizoZo+kEg94sAH0YTA0ooGv29qgZV4tpRuxhkIsd3eQcWC5J1E5NWtMZ9vFSTv4WZ +SAKMA6r0zpL9Q1Lg2NJzZ7OUgW1I4iJhST1PU31g4ju0VbBXAObMTcVf5PPDO+EfwJWxbxhnwNsu HRHpEgLqOpnaPv/vGbIGQMPYtKqmU4UgbCU34xs8QZ+4ZlyNJ/E3U2+/beeZb/kpStFNxeUHnevGf Ib1X2w2g==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.87 #1 (Red Hat Linux)) id 1e399T-0005cf-6r; Fri, 13 Oct 2017 23:13:59 +0000 Received: from smtp.gentoo.org ([140.211.166.183]) by bombadil.infradead.org with esmtps (Exim 4.87 #1 (Red Hat Linux)) id 1e399O-0005YV-9l; Fri, 13 Oct 2017 23:13:56 +0000 Received: from localhost.localdomain (unknown [58.246.136.202]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: dlan) by smtp.gentoo.org (Postfix) with ESMTPSA id 68AB233BF0B; Fri, 13 Oct 2017 23:13:31 +0000 (UTC) From: Yixun Lan To: Kevin Hilman , Carlo Caione , , Rob Herring , Mark Rutland Subject: [PATCH 1/2] dt-bindings: arm: amlogic: Add Meson AXG binding Date: Sat, 14 Oct 2017 07:13:12 +0800 Message-Id: <20171013231313.22850-2-dlan@gentoo.org> X-Mailer: git-send-email 2.14.1 In-Reply-To: <20171013231313.22850-1-dlan@gentoo.org> References: <20171013231313.22850-1-dlan@gentoo.org> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20171013_161354_383710_07D6373C X-CRM114-Status: UNSURE ( 5.10 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-amlogic@lists.infradead.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Yixun Lan , Neil Armstrong , linux-amlogic@lists.infradead.org, =?UTF-8?q?Andreas=20F=C3=A4rber?= , linux-arm-kernel@lists.infradead.org, Jerome Brunet MIME-Version: 1.0 Sender: "linux-amlogic" Errors-To: linux-amlogic-bounces+patchwork-linux-amlogic=patchwork.kernel.org@lists.infradead.org X-Virus-Scanned: ClamAV using ClamSMTP Introduce new bindings for the Meson AXG SoC which now have different memory layout. Signed-off-by: Yixun Lan Acked-by: Rob Herring --- Documentation/devicetree/bindings/arm/amlogic.txt | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Documentation/devicetree/bindings/arm/amlogic.txt b/Documentation/devicetree/bindings/arm/amlogic.txt index 4e4bc0bae597..89ee830bd55c 100644 --- a/Documentation/devicetree/bindings/arm/amlogic.txt +++ b/Documentation/devicetree/bindings/arm/amlogic.txt @@ -41,6 +41,10 @@ Boards with the Amlogic Meson GXM S912 SoC shall have the following properties: Required root node property: compatible: "amlogic,s912", "amlogic,meson-gxm"; +Boards with the Amlogic Meson AXG A113D SoC shall have the following properties: + Required root node property: + compatible: "amlogic,a113d", "amlogic,meson-axg"; + Board compatible values (alphabetically, grouped by SoC): - "geniatech,atv1200" (Meson6) @@ -74,6 +78,8 @@ Board compatible values (alphabetically, grouped by SoC): - "kingnovel,r-box-pro" (Meson gxm S912) - "nexbox,a1" (Meson gxm s912) + - "amlogic,s400" (Meson axg a113d) + Amlogic Meson Firmware registers Interface ------------------------------------------