From patchwork Tue Dec 20 07:35:47 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Andrew Jeffery X-Patchwork-Id: 707366 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 3tjV7f5Mv6z9t15 for ; Tue, 20 Dec 2016 18:40:30 +1100 (AEDT) Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (1024-bit key; unprotected) header.d=aj.id.au header.i=@aj.id.au header.b="VbARtjwN"; dkim=fail reason="signature verification failed" (1024-bit key; unprotected) header.d=messagingengine.com header.i=@messagingengine.com header.b="TEJZWYzB"; dkim-atps=neutral Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757523AbcLTHgf (ORCPT ); Tue, 20 Dec 2016 02:36:35 -0500 Received: from out1-smtp.messagingengine.com ([66.111.4.25]:60760 "EHLO out1-smtp.messagingengine.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757453AbcLTHgd (ORCPT ); Tue, 20 Dec 2016 02:36:33 -0500 Received: from compute4.internal (compute4.nyi.internal [10.202.2.44]) by mailout.nyi.internal (Postfix) with ESMTP id 5B39920851; Tue, 20 Dec 2016 02:36:32 -0500 (EST) Received: from frontend2 ([10.202.2.161]) by compute4.internal (MEProxy); Tue, 20 Dec 2016 02:36:32 -0500 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=aj.id.au; h=cc :date:from:in-reply-to:message-id:references:subject:to :x-me-sender:x-me-sender:x-sasl-enc:x-sasl-enc; s=mesmtp; bh=RtS J2YD/5+1hD+9gVy2dmTIyXys=; b=VbARtjwNsY2NGInxznS0nE5OVbAizDUITHb FU0Rh8JyxeqfKZwcvVnCFBn/P8TZHfX9QA3YSdQrubRolVqlCXyMJIAozdvSedZc my2zCdaXnBlIsz4LEQ3pCgR9jFPJPn1DMLN/aEazDfn/QYT5HC6KpcSIAc6ySGbf quCAoJJ8= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=cc:date:from:in-reply-to:message-id :references:subject:to:x-me-sender:x-me-sender:x-sasl-enc :x-sasl-enc; s=smtpout; bh=RtSJ2YD/5+1hD+9gVy2dmTIyXys=; b=TEJZW YzBKjXVPoY0JNK6ycnkCryIN7bSFWeG16ExMn/iS6e+9w5k/QjBc683foxj2mB2o aXDxmj13cZk/SR4X9u2PKu9EwSnmIb07Kts7hXlBaYLaiiHXdPpj4hwBpPlzvPJH SU43oPFBNpEYUKiMNz+Iyjp/daGUa8ASk4DktQ= X-ME-Sender: X-Sasl-enc: z+Il2vhicDiJcN2fxlvg0cpO17Os9xnnENea1JVUq9ZY 1482219391 Received: from keelia.au.ibm.com (unknown [203.0.153.9]) by mail.messagingengine.com (Postfix) with ESMTPA id 100CE24313; Tue, 20 Dec 2016 02:36:28 -0500 (EST) From: Andrew Jeffery To: Linus Walleij Cc: Andrew Jeffery , Rob Herring , Mark Rutland , Lee Jones , Joel Stanley , linux-gpio@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH v4 1/5] pinctrl: aspeed: dt: Fix compatibles for the System Control Unit Date: Tue, 20 Dec 2016 18:05:47 +1030 Message-Id: <20161220073551.28522-2-andrew@aj.id.au> X-Mailer: git-send-email 2.9.3 In-Reply-To: <20161220073551.28522-1-andrew@aj.id.au> References: <20161220073551.28522-1-andrew@aj.id.au> Sender: devicetree-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org Reference the SoC-specific compatible string in the examples as required. Signed-off-by: Andrew Jeffery Acked-by: Joel Stanley Acked-by: Rob Herring --- Documentation/devicetree/bindings/pinctrl/pinctrl-aspeed.txt | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/Documentation/devicetree/bindings/pinctrl/pinctrl-aspeed.txt b/Documentation/devicetree/bindings/pinctrl/pinctrl-aspeed.txt index 2ad18c4ea55c..b2efb73337c6 100644 --- a/Documentation/devicetree/bindings/pinctrl/pinctrl-aspeed.txt +++ b/Documentation/devicetree/bindings/pinctrl/pinctrl-aspeed.txt @@ -11,9 +11,14 @@ Required properties: "aspeed,ast2500-pinctrl" "aspeed,g5-pinctrl" -The pin controller node should be a child of a syscon node with the required +The pin controller node should be the child of a syscon node with the required property: -- compatible: "syscon", "simple-mfd" + +- compatible : Should be one of the following: + "aspeed,ast2400-scu", "syscon", "simple-mfd" + "aspeed,g4-scu", "syscon", "simple-mfd" + "aspeed,ast2500-scu", "syscon", "simple-mfd" + "aspeed,g5-scu", "syscon", "simple-mfd" Refer to the the bindings described in Documentation/devicetree/bindings/mfd/syscon.txt @@ -50,7 +55,7 @@ TIMER7 TIMER8 VGABIOSROM Examples: syscon: scu@1e6e2000 { - compatible = "syscon", "simple-mfd"; + compatible = "aspeed,ast2400-scu", "syscon", "simple-mfd"; reg = <0x1e6e2000 0x1a8>; pinctrl: pinctrl {