From patchwork Fri Apr 8 18:37:48 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "H. Nikolaus Schaller" X-Patchwork-Id: 558963 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 1962CC4332F for ; Fri, 8 Apr 2022 18:38:24 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S238801AbiDHSkX (ORCPT ); Fri, 8 Apr 2022 14:40:23 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:41866 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229460AbiDHSkU (ORCPT ); Fri, 8 Apr 2022 14:40:20 -0400 Received: from mo4-p02-ob.smtp.rzone.de (mo4-p02-ob.smtp.rzone.de [81.169.146.169]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 6280425E9D; Fri, 8 Apr 2022 11:38:12 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; t=1649443084; s=strato-dkim-0002; d=goldelico.com; h=References:In-Reply-To:Message-Id:Date:Subject:Cc:To:From:Cc:Date: From:Subject:Sender; bh=2o374XSGH6w+NYSOHuoGIHbtPJSsHXo7puMDhNeRPp8=; b=IkV5798Z0qu/CJxvzdERC5c0lsVXjl7ufso/22uwK0cnjoVpKseNMyWx66stF6I7QT 6UIW59YF2QownrkLJ3S1hzo79esvtmuACe37fSnogoB8xT2xTgAW2PuXrQt4/CE4Jyq1 ++K3Q92T0Pr6ZlGSChsXHgytIvWeL7AWdG5XAVb0AkAJRmaLGZ5TFBdgkz17gOjcvIJs rhkGGLgKRXitKG1++U81m3srAwRgO1/hVlROi0NUkzJuyDN0hVOVlXAR2V6XUVQFBR0i Sq19aOwmVHsa6eKcHF+LXGT0hj6+gMTD3d4teqw1HZWqFrnqGt4g9GmI79zu1tAnH2e6 0qcg== Authentication-Results: strato.com; dkim=none X-RZG-AUTH: ":JGIXVUS7cutRB/49FwqZ7WcJeFKiMhflhwDubTJ9o1OAA2UMf2MwPVbgdr/a" X-RZG-CLASS-ID: mo00 Received: from iMac.fritz.box by smtp.strato.de (RZmta 47.42.2 DYNA|AUTH) with ESMTPSA id k708cfy38Ic3snw (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256 bits)) (Client did not present a certificate); Fri, 8 Apr 2022 20:38:03 +0200 (CEST) From: "H. Nikolaus Schaller" To: Krzysztof Kozlowski , Rob Herring , Paul Cercueil , Thomas Bogendoerfer Cc: linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, linux-mips@vger.kernel.org, letux-kernel@openphoenux.org, "H. Nikolaus Schaller" Subject: [PATCH 05/18] MIPS: DTS: jz4780: fix pinctrl as reported by dtbscheck Date: Fri, 8 Apr 2022 20:37:48 +0200 Message-Id: <1941bc4ed553b27f399ad00ea61ff2b0237d14e3.1649443080.git.hns@goldelico.com> X-Mailer: git-send-email 2.33.0 In-Reply-To: References: MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org arch/mips/boot/dts/ingenic/ci20.dtb: pin-controller@10010000: $nodename:0: 'pin-controller@10010000' does not match '^(pinctrl|pinmux)(@[0-9a-f]+)?$' From schema: Documentation/devicetree/bindings/pinctrl/ingenic,pinctrl.yaml Signed-off-by: H. Nikolaus Schaller --- arch/mips/boot/dts/ingenic/jz4780.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/mips/boot/dts/ingenic/jz4780.dtsi b/arch/mips/boot/dts/ingenic/jz4780.dtsi index 5f44cf004d473..b5299eaffb84a 100644 --- a/arch/mips/boot/dts/ingenic/jz4780.dtsi +++ b/arch/mips/boot/dts/ingenic/jz4780.dtsi @@ -155,7 +155,7 @@ rtc_dev: rtc@10003000 { clock-names = "rtc"; }; - pinctrl: pin-controller@10010000 { + pinctrl: pinctrl@10010000 { compatible = "ingenic,jz4780-pinctrl"; reg = <0x10010000 0x600>;