From patchwork Mon Apr 3 09:14:28 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Corentin Labbe X-Patchwork-Id: 746355 Return-Path: X-Original-To: incoming-dt@patchwork.ozlabs.org Delivered-To: patchwork-incoming-dt@bilbo.ozlabs.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 3vxRW93FLCz9s03 for ; Mon, 3 Apr 2017 19:24:05 +1000 (AEST) Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=gmail.com header.i=@gmail.com header.b="aTGwiU5S"; dkim-atps=neutral Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752536AbdDCJXr (ORCPT ); Mon, 3 Apr 2017 05:23:47 -0400 Received: from mail-wr0-f195.google.com ([209.85.128.195]:33599 "EHLO mail-wr0-f195.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751406AbdDCJRN (ORCPT ); Mon, 3 Apr 2017 05:17:13 -0400 Received: by mail-wr0-f195.google.com with SMTP id u18so31666000wrc.0; Mon, 03 Apr 2017 02:17:12 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=ZFv/Nb7bN7zE7b67iBR6owVgERRWbo/qNO8YS3tCaLM=; b=aTGwiU5S9/m2dqcsUg/OBaY/NBZF8f0b5n/Nk2Vv7cf3HLtxbjgggnhdd9bcoGe+sA DjVLl4X3NFE0vffynt/eCJh8zgYoq5DhQCYMgIpFmf9C+y15vemKYkGRLohyS680yo00 eVpwZ0TGLf1Hg1LftzCPQQ3skR4wsq2GrYxxU2Tmxd1NWpiktVqZnMBhHpio+NdOGuMx jJ7YvXNweaWg6l3JPjxqH4jhDa3qDTxVCxBMmlmTFeVAbd523s4M9I6BG/D/sDigRdkF 203x2jzthan4GH3YE7De9PNYSSYomQZXtEI93vzBUF7FtYaMHlH3P/DpGKcQQJCcQ825 51Ww== 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=ZFv/Nb7bN7zE7b67iBR6owVgERRWbo/qNO8YS3tCaLM=; b=q2ddDvHbIsmKY6SsJI/ilHCvKlCMIlBBVHZwPDmyUxrMYV1rsncPclDAARs/fg3eh/ nkBTdRShoEzJhI3on4/OtvVldZrLt45ItLyAgLBe6FBTKCPrxJOl2yTSiO24WHpfyK+V SZoVufw15OrqUc5Ywi66vCnICeGK7R2s25A5yR5FgLe0bpwSYReSS0cvpFIzwbsYHXp/ /KmFCHDCtsh0mWb/KceNLqRYW1dvhOEDKiKxS9YL4Ia67/8YSl5IbJBcZOKlah1/VvIF jt93sJ3WFpOZajPbDBgxIeZHqJzgBk71VsVauhNI1zP6mVVbs23RYXN5Rm+U36EWHiZa 68CQ== X-Gm-Message-State: AFeK/H23UfdbK35sM2uWHBIf0JkqPrep+B8vJuIMoLGb1EiKttFKz/wz 94PYmnVMMOiFyQ== X-Received: by 10.28.138.140 with SMTP id m134mr8724372wmd.134.1491211031927; Mon, 03 Apr 2017 02:17:11 -0700 (PDT) Received: from Red.local (LFbn-1-7035-57.w90-116.abo.wanadoo.fr. [90.116.208.57]) by smtp.googlemail.com with ESMTPSA id v14sm13457558wmv.24.2017.04.03.02.17.10 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Mon, 03 Apr 2017 02:17:11 -0700 (PDT) From: Corentin Labbe To: robh+dt@kernel.org, mark.rutland@arm.com, maxime.ripard@free-electrons.com, wens@csie.org, linux@armlinux.org.uk, catalin.marinas@arm.com, will.deacon@arm.com, peppe.cavallaro@st.com, alexandre.torgue@st.com Cc: devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, netdev@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Corentin Labbe Subject: [PATCH v3 04/20] ARM: sun8i: dt: Add DT bindings documentation for Allwinner syscon Date: Mon, 3 Apr 2017 11:14:28 +0200 Message-Id: <20170403091444.29876-5-clabbe.montjoie@gmail.com> X-Mailer: git-send-email 2.10.2 In-Reply-To: <20170403091444.29876-1-clabbe.montjoie@gmail.com> References: <20170403091444.29876-1-clabbe.montjoie@gmail.com> Sender: devicetree-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org Signed-off-by: Corentin Labbe --- .../devicetree/bindings/misc/allwinner,syscon.txt | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 Documentation/devicetree/bindings/misc/allwinner,syscon.txt diff --git a/Documentation/devicetree/bindings/misc/allwinner,syscon.txt b/Documentation/devicetree/bindings/misc/allwinner,syscon.txt new file mode 100644 index 0000000..9f5f1f5 --- /dev/null +++ b/Documentation/devicetree/bindings/misc/allwinner,syscon.txt @@ -0,0 +1,19 @@ +* Allwinner sun8i system controller + +This file describes the bindings for the system controller present in +Allwinner SoC H3, A83T and A64. +The principal function of this syscon is to control EMAC PHY choice and +config. + +Required properties for the system controller: +- reg: address and length of the register for the device. +- compatible: should be "syscon" and one of the following string: + "allwinner,sun8i-h3-system-controller" + "allwinner,sun8i-a64-system-controller" + "allwinner,sun8i-a83t-system-controller" + +Example: +syscon: syscon@01c00000 { + compatible = "syscon", "allwinner,sun8i-h3-system-controller"; + reg = <0x01c00000 0x1000>; +};