From patchwork Sun May 6 09:21:14 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Martin Blumenstingl X-Patchwork-Id: 909266 Return-Path: X-Original-To: incoming-dt@patchwork.ozlabs.org Delivered-To: patchwork-incoming-dt@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (mailfrom) smtp.mailfrom=vger.kernel.org (client-ip=209.132.180.67; helo=vger.kernel.org; envelope-from=devicetree-owner@vger.kernel.org; receiver=) Authentication-Results: ozlabs.org; dmarc=fail (p=quarantine dis=none) header.from=googlemail.com Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=googlemail.com header.i=@googlemail.com header.b="P036pCU+"; dkim-atps=neutral Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 40f0cX5rgHz9s3G for ; Sun, 6 May 2018 19:21:32 +1000 (AEST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751218AbeEFJVb (ORCPT ); Sun, 6 May 2018 05:21:31 -0400 Received: from mail-wm0-f68.google.com ([74.125.82.68]:52865 "EHLO mail-wm0-f68.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751091AbeEFJVa (ORCPT ); Sun, 6 May 2018 05:21:30 -0400 Received: by mail-wm0-f68.google.com with SMTP id w194so9661523wmf.2 for ; Sun, 06 May 2018 02:21:29 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=20161025; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=SqMVtUG1wt/fRkCMK3EYbIisTlS2Bt+RVFCGLwepApI=; b=P036pCU+hR+LwhczcXjWHckl2HluezG7mtk883WnuHizHOufvXCHPvG7IUw+hj1cMk yQQ7VJp+INhy6e9vSxuEbFVGvMRTFhNmx4gwSpUC+6WVUIQj8Z8w3LCJASGUktjcleSl W5/ofCHUSSyLJY+FJbgcPx4JPZA6Y+uQYHhFQmb/K19vF/iCmROF8FMAZp/c6FGFO8yz 2j47otO1wjPuw+X4OhmyLMNpdDeRbugzPSHJmBXCFSu8su8cXCGianB9ayDQtJHzCkcl deKaAqM5cloSQ9LLBsK9bSyTaqrnkN+qYFuXhtPTWsjqtlZDqyjVPvxUJGSttNsEf/zO Zt4w== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=SqMVtUG1wt/fRkCMK3EYbIisTlS2Bt+RVFCGLwepApI=; b=atNUxOWJIKfbGBdg4KuSy5Wx46o4R1Vz1Frcj6E+7G/XUS25tVNXvXwuK5gnTkBq9g QYC07A2gB7mKvMhyIDRTLvSMPLQ71wPEKUWaylpgM2Ua0nYGN50DIvwdiIbJzGRRZ3jM l038ufVFDAYIKyeSf7EBolrW12tI4yWc4AkSne+V4kyYiJdAdUSqTXbAVepm4sDFoaMQ Z1dCmQ/+pNG2MASj7xtqgYWOa2UuTnu9STZxm3P1CcJAvCt/cmDHp4+kRxewfcTz7A5G +ao5CG3xIBwaDg3ub+30tms+NtmQ9zvjwa/JIFzPpN9izAzhgIa6PmacgBGeE1BQ5vES TcmA== X-Gm-Message-State: ALQs6tCQITGd7AS88nxHZWNyofm509wYf9mlevSBf9jrSqJye39QGyFw g99MtinBhIbdvvgt4xjKpRiGU80X X-Google-Smtp-Source: AB8JxZqd9Jala3pvp8GYIWHCr6+otYac6S5HrLFCVFf7eUwyl9jPw4VCoueIgWqlJHTLJQu6yDJ5Dw== X-Received: by 10.28.19.5 with SMTP id 5mr20155118wmt.89.1525598488716; Sun, 06 May 2018 02:21:28 -0700 (PDT) Received: from blackbox.darklights.net (p5B0567E9.dip0.t-ipconnect.de. [91.5.103.233]) by smtp.googlemail.com with ESMTPSA id u20-v6sm30347288wru.33.2018.05.06.02.21.27 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 06 May 2018 02:21:28 -0700 (PDT) From: Martin Blumenstingl To: linux-amlogic@lists.infradead.org, devicetree@vger.kernel.org, khilman@baylibre.com, carlo@caione.org, robh+dt@kernel.org, mark.rutland@arm.com Cc: balbes-150@yandex.ru, Martin Blumenstingl Subject: [PATCH 1/6] dt-bindings: arm: amlogic: add support for the Meson8m2 SoC Date: Sun, 6 May 2018 11:21:14 +0200 Message-Id: <20180506092119.467-2-martin.blumenstingl@googlemail.com> X-Mailer: git-send-email 2.17.0 In-Reply-To: <20180506092119.467-1-martin.blumenstingl@googlemail.com> References: <20180506092119.467-1-martin.blumenstingl@googlemail.com> Sender: devicetree-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org The Meson8m2 SoC is an updated version of the Meson8 SoC. Some of the peripherals are updated to be register-compatible with Meson8b. Signed-off-by: Martin Blumenstingl Reviewed-by: Rob Herring --- Documentation/devicetree/bindings/arm/amlogic.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Documentation/devicetree/bindings/arm/amlogic.txt b/Documentation/devicetree/bindings/arm/amlogic.txt index f747f47922c5..6c6642c69de3 100644 --- a/Documentation/devicetree/bindings/arm/amlogic.txt +++ b/Documentation/devicetree/bindings/arm/amlogic.txt @@ -25,6 +25,10 @@ Boards with the Amlogic Meson8b SoC shall have the following properties: Required root node property: compatible: "amlogic,meson8b"; +Boards with the Amlogic Meson8m2 SoC shall have the following properties: + Required root node property: + compatible: "amlogic,meson8m2"; + Boards with the Amlogic Meson GXBaby SoC shall have the following properties: Required root node property: compatible: "amlogic,meson-gxbb";