From patchwork Fri Apr 8 18:37:44 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: 558961 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 298F7C43217 for ; Fri, 8 Apr 2022 18:38:32 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235715AbiDHSkd (ORCPT ); Fri, 8 Apr 2022 14:40:33 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:42766 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S238826AbiDHSkc (ORCPT ); Fri, 8 Apr 2022 14:40:32 -0400 Received: from mo4-p01-ob.smtp.rzone.de (mo4-p01-ob.smtp.rzone.de [85.215.255.50]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id BC06525E9D; Fri, 8 Apr 2022 11:38:17 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; t=1649443083; 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=hJ1J5LMNjhwZoX0fR0DkYrCb1jeXSRImxFlYVSKJrjo=; b=QdFtZeUva8D21fofBJHCr2WtmWFVFlWLXz2oEzPZVA6mDxXLO9UHRg0U5fsHDcWIhu zjmEb7yN+E1RXyQ90uBKEW5mSOdHQj1C68Ydpsjex4pxCM0U8zkeFWcbFiToDBpAYSZc oWGK9YQ7g8f+xJNLKC87qARRYdgimqns/+WEmVmHBpCoCWkIrAJHPLzYtkbhNLDYjKjU 3P7qI8tW2WWNdIFSLK8byFVCT468x3BJ561F4nkEEjVSV5t6SqZ4G5xncWqhFfStNy+W NE+WwdDz21h169p7ViBvud3SeFPME+rr4ROrYIiGE8VEMvrKbqF2ztdo3oyRnZEL5vmw Xeyw== 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 k708cfy38Ic2sns (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256 bits)) (Client did not present a certificate); Fri, 8 Apr 2022 20:38:02 +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 01/18] MIPS: DTS: jz4780: remove cpu clock-names as reported by dtbscheck Date: Fri, 8 Apr 2022 20:37:44 +0200 Message-Id: <064a1f029a82ea3895109efe8fb1f472581d4581.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: cpu@0: clock-names does not match any of the regexes: pinctrl-[0-9]+ From schema: Documentation/devicetree/bindings/mips/ingenic/ingenic,cpu.yaml arch/mips/boot/dts/ingenic/ci20.dtb: cpu@1: clock-names does not match any of the regexes: pinctrl-[0-9]+ From schema: Documentation/devicetree/bindings/mips/ingenic/ingenic,cpu.yaml Signed-off-by: H. Nikolaus Schaller Reviewed-by: Krzysztof Kozlowski --- arch/mips/boot/dts/ingenic/jz4780.dtsi | 2 -- 1 file changed, 2 deletions(-) diff --git a/arch/mips/boot/dts/ingenic/jz4780.dtsi b/arch/mips/boot/dts/ingenic/jz4780.dtsi index b998301f179ce..710605df40ed3 100644 --- a/arch/mips/boot/dts/ingenic/jz4780.dtsi +++ b/arch/mips/boot/dts/ingenic/jz4780.dtsi @@ -18,7 +18,6 @@ cpu0: cpu@0 { reg = <0>; clocks = <&cgu JZ4780_CLK_CPU>; - clock-names = "cpu"; }; cpu1: cpu@1 { @@ -27,7 +26,6 @@ cpu1: cpu@1 { reg = <1>; clocks = <&cgu JZ4780_CLK_CORE1>; - clock-names = "cpu"; }; }; From patchwork Fri Apr 8 18:37:45 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: 558956 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 51868C433EF for ; Fri, 8 Apr 2022 18:38:43 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S238863AbiDHSkn (ORCPT ); Fri, 8 Apr 2022 14:40:43 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:42292 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S238811AbiDHSkZ (ORCPT ); Fri, 8 Apr 2022 14:40:25 -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 7BD55140A3; Fri, 8 Apr 2022 11:38:16 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; t=1649443083; 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=zOv4vpytn9gP/3c5V0tH+m+bUz7dSLAbrW0h70y0Rf0=; b=a1HEuaOu8t2Cis2xGvlS1ROAR1N6A3vQmiDo3rLsHpkUU++RtKI/31ZCiPpk/U2cwN EZQ46FSMLPDczNiAlYLi9tPcnBcK71qjfSk3YLXaiEcsYYk4hVkWNmpLq8lYuf2HHZeG Gr93XD0wVlxVcWhvSoDZ/a2S6vkOvh8kIBmOkRtkWqjTD5CW1l45A53Z8cei5wgps3CG sGL95NDjS2Xa2Huax/d8ZOxY4QZTdXezZvCJjrxVG7yKViWcH1X5lO5Y2UniA9y5nrLb vbdl2JHDM8RQRfEYPD3Vt9pFmxRLwqfRYRarvoQtqaHvzpwnWN1GXpN0hesQlbxQrjfK /xnw== 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 k708cfy38Ic3snt (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 02/18] MIPS: DTS: jz4780: fix cgu as reported by dtbscheck Date: Fri, 8 Apr 2022 20:37:45 +0200 Message-Id: <6665d5059c840a240721f9ea6ae4abc8536d0400.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: jz4780-cgu@10000000: $nodename:0: 'jz4780-cgu@10000000' does not match '^clock-controller@[0-9a-f]+$' From schema: Documentation/devicetree/bindings/clock/ingenic,cgu.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 710605df40ed3..6fb6229c3186b 100644 --- a/arch/mips/boot/dts/ingenic/jz4780.dtsi +++ b/arch/mips/boot/dts/ingenic/jz4780.dtsi @@ -58,7 +58,7 @@ rtc: rtc { clock-frequency = <32768>; }; - cgu: jz4780-cgu@10000000 { + cgu: clock-controller@10000000 { compatible = "ingenic,jz4780-cgu", "simple-mfd"; reg = <0x10000000 0x100>; #address-cells = <1>; From patchwork Fri Apr 8 18:37:46 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: 559312 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 88A4BC433FE for ; Fri, 8 Apr 2022 18:38:18 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S238785AbiDHSkU (ORCPT ); Fri, 8 Apr 2022 14:40:20 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:41850 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229991AbiDHSkT (ORCPT ); Fri, 8 Apr 2022 14:40:19 -0400 Received: from mo4-p02-ob.smtp.rzone.de (mo4-p02-ob.smtp.rzone.de [85.215.255.84]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 49F47E0CD; Fri, 8 Apr 2022 11:38:12 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; t=1649443083; 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=Q0KWHwnx8MLz9n+kraaOH887Scjy32+dyQU5A7jH5CM=; b=ZoIINeXRJV5AYQXHaVkisnBoksQ3+37bSpA6SQ/jd1sonfPfI+JObcTLKAxhkOg8zN yMVotiNE0xSu6E9Q/kSdT0e5aaxS/8aspGz9hi3we9cJeYag+OTfU1yRIydIdC4GFijE L/YCdYMPmCZxWFwSjnwJ7dV6sgB/tOKc93aUc0k7sFnKTL/i8tNxTXywSdxbyNFgeu18 DMfD/3sJ9b8D8/b7JrsWfejZDjRBugHq/Qin+D4i76mGKXsCBgaUGGSzDKcVKlp/cT1t K7B6n9+FRiBHXHcTUgjaAAnmFkzDhjDQ3H17CzfZVH8j0Fgtk7/EIQ65iDMpt11tcP58 wYuA== 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 k708cfy38Ic3snu (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 03/18] MIPS: DTS: jz4780: fix tcu timer as reported by dtbscheck Date: Fri, 8 Apr 2022 20:37:46 +0200 Message-Id: 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: timer@10002000: compatible: 'oneOf' conditional failed, one must be fixed: ['ingenic,jz4780-tcu', 'ingenic,jz4770-tcu', 'simple-mfd'] is too long 'ingenic,jz4780-tcu' is not one of ['ingenic,jz4740-tcu', 'ingenic,jz4725b-tcu', 'ingenic,jz4760-tcu', 'ingenic,x1000-tcu'] 'simple-mfd' was expected 'ingenic,jz4760-tcu' was expected From schema: Documentation/devicetree/bindings/timer/ingenic,tcu.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 6fb6229c3186b..6027f14c393e3 100644 --- a/arch/mips/boot/dts/ingenic/jz4780.dtsi +++ b/arch/mips/boot/dts/ingenic/jz4780.dtsi @@ -91,7 +91,7 @@ rng: rng@d8 { tcu: timer@10002000 { compatible = "ingenic,jz4780-tcu", - "ingenic,jz4770-tcu", + "ingenic,jz4760-tcu", "simple-mfd"; reg = <0x10002000 0x1000>; #address-cells = <1>; From patchwork Fri Apr 8 18:37:47 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: 558964 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 CB75AC43217 for ; Fri, 8 Apr 2022 18:38:20 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229909AbiDHSkU (ORCPT ); Fri, 8 Apr 2022 14:40:20 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:41848 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229999AbiDHSkT (ORCPT ); Fri, 8 Apr 2022 14:40:19 -0400 Received: from mo4-p02-ob.smtp.rzone.de (mo4-p02-ob.smtp.rzone.de [81.169.146.171]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id B63026177; Fri, 8 Apr 2022 11:38:12 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; t=1649443083; 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=SITN2026XDSoy6o6EydmGwceU4pjnRlT4hLR9OsNWOE=; b=WMS3M7qtR9WR6EJQf0b4yAFIO57RuI7Ccfhe3j7sgxMmpnhzmt/eL9hPb3QVskI2pJ ZA/vsbc4R7VvLnPrZcurUKtg0rIDiGejbX/j28eUbic20wTbKvzjQMQ4b1KnOi6Il28y 5W+3Vg1flF5g1VVTlK9qI9d/uhn7sgHKJmkrVoJ1BHKvJ5LkDdNXbwcMOtBy5xt/RoiW pCeg2owphmtpGRelCUVIuFC3vDJ+hU2nsfz+6pgV4KMRF0Gf0+CQAObSjvCYxqcCCHav a7AXmje4JYRi7hbS6dRrbPKusuRlsIqmdQl/7nzImwQoloJGmOHuK0vjr1Fa6SeItwnt GzJw== 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 k708cfy38Ic3snv (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 04/18] MIPS: DTS: jz4780: fix ost timer as reported by dtbscheck Date: Fri, 8 Apr 2022 20:37:47 +0200 Message-Id: <2b5e2b5b9b1c435043f3eadf4919562dfa9dba70.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: timer@10002000: timer@e0:compatible: 'oneOf' conditional failed, one must be fixed: ['ingenic,jz4780-ost', 'ingenic,jz4770-ost'] is too long 'ingenic,jz4780-ost' is not one of ['ingenic,jz4725b-ost', 'ingenic,jz4760b-ost'] 'ingenic,jz4760-ost' was expected 'ingenic,jz4725b-ost' was expected 'ingenic,jz4760b-ost' was expected From schema: Documentation/devicetree/bindings/timer/ingenic,tcu.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 6027f14c393e3..5f44cf004d473 100644 --- a/arch/mips/boot/dts/ingenic/jz4780.dtsi +++ b/arch/mips/boot/dts/ingenic/jz4780.dtsi @@ -134,7 +134,7 @@ pwm: pwm@40 { }; ost: timer@e0 { - compatible = "ingenic,jz4780-ost", "ingenic,jz4770-ost"; + compatible = "ingenic,jz4780-ost", "ingenic,jz4760b-ost"; reg = <0xe0 0x20>; clocks = <&tcu TCU_CLK_OST>; 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>; From patchwork Fri Apr 8 18:37:49 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: 559311 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 AB814C433FE for ; Fri, 8 Apr 2022 18:38:22 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S238797AbiDHSkV (ORCPT ); Fri, 8 Apr 2022 14:40:21 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:41868 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235715AbiDHSkU (ORCPT ); Fri, 8 Apr 2022 14:40:20 -0400 Received: from mo4-p02-ob.smtp.rzone.de (mo4-p02-ob.smtp.rzone.de [85.215.255.80]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 6A07A26118; 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=EFw52lCBcI2KDTGrZml+fv4y2JrmRJllmgb/pW8/4Ag=; b=PA+AdsVH/an68XDIz+s+juD3WA6jlRfOi/tT7DPuw1DCPrt7QQmpZCgPS2W+gvZVzs yxVdVgC+/BFy9xgIfjn/OMi/WXhR1UT/wPbZI/3mNs2nPzIs7vWZHfs2xqdpyWLnKhU3 5LN7bJaXoY66WmBgcKZ7F/jXumsEE6lolBQ192E94FbYzqZqfH2trfm5t/xEohzPe21u k3gFRVludb2YMK+z7nhYLYlw/x/ReiLacbAubOOxRqFqyNgIgbhbhT/FugS20NAhfqhK TcYjPyWa57/wK1bD7aua65+Xo6ftixikIfPUkW/zJI6VfVgPJJGF68W8cIGF1B8z3Qag 0Flw== 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 k708cfy38Ic4snx (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256 bits)) (Client did not present a certificate); Fri, 8 Apr 2022 20:38:04 +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 06/18] MIPS: DTS: jz4780: fix rtc node as reported by dtbscheck Date: Fri, 8 Apr 2022 20:37:49 +0200 Message-Id: <5b4831407a68c22fbc63c7d29dd608ebfdd4cef2.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: rtc@10003000: compatible: 'oneOf' conditional failed, one must be fixed: ['ingenic,jz4780-rtc'] is too short 'ingenic,jz4780-rtc' is not one of ['ingenic,jz4740-rtc', 'ingenic,jz4760-rtc'] 'ingenic,jz4725b-rtc' was expected From schema: Documentation/devicetree/bindings/rtc/ingenic,rtc.yaml Signed-off-by: H. Nikolaus Schaller --- arch/mips/boot/dts/ingenic/jz4780.dtsi | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/arch/mips/boot/dts/ingenic/jz4780.dtsi b/arch/mips/boot/dts/ingenic/jz4780.dtsi index b5299eaffb84a..2021836983c96 100644 --- a/arch/mips/boot/dts/ingenic/jz4780.dtsi +++ b/arch/mips/boot/dts/ingenic/jz4780.dtsi @@ -145,7 +145,8 @@ ost: timer@e0 { }; rtc_dev: rtc@10003000 { - compatible = "ingenic,jz4780-rtc"; + compatible = "ingenic,jz4780-rtc", + "ingenic,jz4760-rtc"; reg = <0x10003000 0x4c>; interrupt-parent = <&intc>; From patchwork Fri Apr 8 18:37:50 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: 558960 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 9B3E7C43219 for ; Fri, 8 Apr 2022 18:38:33 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S238837AbiDHSke (ORCPT ); Fri, 8 Apr 2022 14:40:34 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:42768 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S238827AbiDHSkc (ORCPT ); Fri, 8 Apr 2022 14:40:32 -0400 Received: from mo4-p02-ob.smtp.rzone.de (mo4-p02-ob.smtp.rzone.de [85.215.255.83]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id E9A992DA8B; Fri, 8 Apr 2022 11:38:17 -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=bNIR+Wzhbvm+wU9DNMXN2Rv35lJlQbfLLKdlltaiO+A=; b=IGs7cxHNaOVq+PeiCjWStRPzT3Z8Gqvd3JhpC0x2RYMJyhw3GKAWVHaH8GnEKu15Iv CLCYUOubpET6585oQ+gRbDhoth9lvyUVbeDvhlXnHKWgakIoXPrVvqJ4/qtEddo5+Ls2 zcq1djy1joGz/hPTiFTIRU9w4u627aZi48/USzJlhjo6IyeKeKs62CAqhaeDX77AElNM 6gEW732ISqvAIGOw4XsTgp38c6dLZsAQznCJ4WONIbbuI79oFUcAbbs95W3N+oYob+a9 fQWD1KR3zzg2FOP6dwCJq1zngvrqu68HaouSX4lfviSoD6k7Sy7vRUcsDtX48TmEz8Gv HQJw== 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 k708cfy38Ic4sny (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256 bits)) (Client did not present a certificate); Fri, 8 Apr 2022 20:38:04 +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 07/18] MIPS: DTS: jz4780: fix otg node as reported by dtbscheck Date: Fri, 8 Apr 2022 20:37:50 +0200 Message-Id: <298162bfa2e7225ccc753865e1ffa39ce2722b2a.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: usb@13500000: compatible: 'oneOf' conditional failed, one must be fixed: ['ingenic,jz4780-otg', 'snps,dwc2'] is too long ['ingenic,jz4780-otg', 'snps,dwc2'] is too short 'brcm,bcm2835-usb' was expected 'hisilicon,hi6220-usb' was expected 'rockchip,rk3066-usb' was expected 'ingenic,jz4780-otg' is not one of ['rockchip,px30-usb', 'rockchip,rk3036-usb', 'rockchip,rk3188-usb', 'rockchip,rk3228-usb', 'rockchip,rk3288-usb', 'rockchip,rk3308-usb', 'rockchip,rk3328-usb', 'rockchip,rk3368-usb', 'rockchip,rv1108-usb'] 'lantiq,arx100-usb' was expected 'lantiq,xrx200-usb' was expected 'ingenic,jz4780-otg' is not one of ['amlogic,meson8-usb', 'amlogic,meson8b-usb', 'amlogic,meson-gxbb-usb', 'amlogic,meson-g12a-usb', 'intel,socfpga-agilex-hsotg'] 'amcc,dwc-otg' was expected 'apm,apm82181-dwc-otg' was expected 'snps,dwc2' was expected 'st,stm32f4x9-fsotg' was expected 'st,stm32f4x9-hsotg' was expected 'st,stm32f7-hsotg' was expected 'st,stm32mp15-fsotg' was expected 'st,stm32mp15-hsotg' was expected 'samsung,s3c6400-hsotg' was expected 'intel,socfpga-agilex-hsotg' was expected From schema: Documentation/devicetree/bindings/usb/dwc2.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 2021836983c96..c5124459678b7 100644 --- a/arch/mips/boot/dts/ingenic/jz4780.dtsi +++ b/arch/mips/boot/dts/ingenic/jz4780.dtsi @@ -576,7 +576,7 @@ bch: bch@134d0000 { }; otg: usb@13500000 { - compatible = "ingenic,jz4780-otg", "snps,dwc2"; + compatible = "snps,dwc2"; reg = <0x13500000 0x40000>; interrupt-parent = <&intc>; From patchwork Fri Apr 8 18:37:51 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: 559310 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 653FAC4167B for ; Fri, 8 Apr 2022 18:38:24 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S238805AbiDHSkY (ORCPT ); Fri, 8 Apr 2022 14:40:24 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:41864 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234857AbiDHSkU (ORCPT ); Fri, 8 Apr 2022 14:40:20 -0400 Received: from mo4-p02-ob.smtp.rzone.de (mo4-p02-ob.smtp.rzone.de [85.215.255.83]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 6257D140A3; 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=AififXgRpoTwo6DBtCzSPTWcO0jEFyMvLEtO2+QLpDU=; b=hi+5US5o4fK98V5wdUCXCfgcAH+LHAM+kfnEhexax0KWpkdMBuhTomWsoXV/+9JVgl 4WW7iy3xEdcv79hkR78PAJKs997F7UJYhL0Nm0OWZffg5z9d2VDtD1SivgkoezEIgMI7 leAmx2A8OnAPsW9FO93foEbY9QtqQSkNvVSF9eEEvedPHf+RJEANeyv0Bck/+6a4gCNg Z3JDYXz3nM9QZIm7Uzmwolv0fgnVgh4/VVq+RcayKypEyYKf13T9z0HNIQiX8IB9cH9k YTiyhSqaXsy1eK+1PhAsRPQvU2HzwncSfaNKFsJkJFQiOnbyyvoFRCyqMIbvIxZ+8rSy MFkQ== 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 k708cfy38Ic4snz (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256 bits)) (Client did not present a certificate); Fri, 8 Apr 2022 20:38:04 +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 08/18] MIPS: DTS: jz4780: fix lcd controllers as reported by dtbscheck Date: Fri, 8 Apr 2022 20:37:51 +0200 Message-Id: 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 /Volumes/CaseSensitive/master/arch/mips/boot/dts/ingenic/ci20.dtb: lcdc0@13050000: $nodename:0: 'lcdc0@13050000' does not match '^lcd-controller@[0-9a-f]+$' From schema: /Volumes/CaseSensitive/master/Documentation/devicetree/bindings/display/ingenic,lcd.yaml /Volumes/CaseSensitive/master/arch/mips/boot/dts/ingenic/ci20.dtb: lcdc0@13050000: clock-names:0: 'lcd_pclk' was expected From schema: /Volumes/CaseSensitive/master/Documentation/devicetree/bindings/display/ingenic,lcd.yaml /Volumes/CaseSensitive/master/arch/mips/boot/dts/ingenic/ci20.dtb: lcdc0@13050000: clock-names:1: 'lcd' was expected From schema: /Volumes/CaseSensitive/master/Documentation/devicetree/bindings/display/ingenic,lcd.yaml /Volumes/CaseSensitive/master/arch/mips/boot/dts/ingenic/ci20.dtb: lcdc1@130a0000: $nodename:0: 'lcdc1@130a0000' does not match '^lcd-controller@[0-9a-f]+$' From schema: /Volumes/CaseSensitive/master/Documentation/devicetree/bindings/display/ingenic,lcd.yaml /Volumes/CaseSensitive/master/arch/mips/boot/dts/ingenic/ci20.dtb: lcdc1@130a0000: clock-names:0: 'lcd_pclk' was expected From schema: /Volumes/CaseSensitive/master/Documentation/devicetree/bindings/display/ingenic,lcd.yaml /Volumes/CaseSensitive/master/arch/mips/boot/dts/ingenic/ci20.dtb: lcdc1@130a0000: clock-names:1: 'lcd' was expected From schema: /Volumes/CaseSensitive/master/Documentation/devicetree/bindings/display/ingenic,lcd.yaml Signed-off-by: H. Nikolaus Schaller --- arch/mips/boot/dts/ingenic/jz4780.dtsi | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/arch/mips/boot/dts/ingenic/jz4780.dtsi b/arch/mips/boot/dts/ingenic/jz4780.dtsi index c5124459678b7..8b95486c8afa7 100644 --- a/arch/mips/boot/dts/ingenic/jz4780.dtsi +++ b/arch/mips/boot/dts/ingenic/jz4780.dtsi @@ -457,12 +457,12 @@ hdmi: hdmi@10180000 { status = "disabled"; }; - lcdc0: lcdc0@13050000 { + lcdc0: lcd-controller@13050000 { compatible = "ingenic,jz4780-lcd"; reg = <0x13050000 0x1800>; - clocks = <&cgu JZ4780_CLK_TVE>, <&cgu JZ4780_CLK_LCD0PIXCLK>; - clock-names = "lcd", "lcd_pclk"; + clocks = <&cgu JZ4780_CLK_LCD0PIXCLK>, <&cgu JZ4780_CLK_TVE>; + clock-names = "lcd_pclk", "lcd"; interrupt-parent = <&intc>; interrupts = <31>; @@ -470,12 +470,12 @@ lcdc0: lcdc0@13050000 { status = "disabled"; }; - lcdc1: lcdc1@130a0000 { + lcdc1: lcd-controller@130a0000 { compatible = "ingenic,jz4780-lcd"; reg = <0x130a0000 0x1800>; - clocks = <&cgu JZ4780_CLK_TVE>, <&cgu JZ4780_CLK_LCD1PIXCLK>; - clock-names = "lcd", "lcd_pclk"; + clocks = <&cgu JZ4780_CLK_LCD1PIXCLK>, <&cgu JZ4780_CLK_TVE>; + clock-names = "lcd_pclk", "lcd"; interrupt-parent = <&intc>; interrupts = <23>; From patchwork Fri Apr 8 18:37:52 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: 558962 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 742CFC4321E for ; Fri, 8 Apr 2022 18:38:25 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S238814AbiDHSk1 (ORCPT ); Fri, 8 Apr 2022 14:40:27 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:41984 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S238793AbiDHSkV (ORCPT ); Fri, 8 Apr 2022 14:40:21 -0400 Received: from mo4-p02-ob.smtp.rzone.de (mo4-p02-ob.smtp.rzone.de [85.215.255.84]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 1AE3D62D5; Fri, 8 Apr 2022 11:38:13 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; t=1649443085; 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=Upo1TA3bCbaFVnv0eAVT44wfRU9hzU6iWyYVIpYKZeo=; b=hOCZ0Xc7nYnlekB2MZVTVwo+ADis4WJAmdwXTpoFgutmyqTIWUy5HXcwbT9tjf1RJL jlVzUhefm2G9C/2XNjAZ8aHrO+1PuqiD8YxbtOE2iOHuUHai4rsV+UfgGYv/iFnhBeGs C6ZFYzkzuGtKYtBfjBQ3ejeomwCscyuF/tdL2jmpT0ZEJ9Qn6a5QUcjq5JZJkHe3ssab r2UgDotb/rE9yNXeTHmMiuiWko3woHZH+Nf2gEEaz2tNby8CKJw6gEvuGK/o810wMKBx bEKLCcjFZ6DDCae02JljeAoaAXpFgYT4er8susegr64BlZTkIeQ1cQYsMqP+AdmBmw4W xVgQ== 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 k708cfy38Ic4so0 (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256 bits)) (Client did not present a certificate); Fri, 8 Apr 2022 20:38:04 +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 09/18] MIPS: DTS: jz4780: fix dma-controller as reported by dtbscheck Date: Fri, 8 Apr 2022 20:37:52 +0200 Message-Id: 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 /Volumes/CaseSensitive/master/arch/mips/boot/dts/ingenic/ci20.dtb: dma@13420000: $nodename:0: 'dma@13420000' does not match '^dma-controller(@.*)?$' From schema: /Volumes/CaseSensitive/master/Documentation/devicetree/bindings/dma/ingenic,dma.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 8b95486c8afa7..dc88f9e813453 100644 --- a/arch/mips/boot/dts/ingenic/jz4780.dtsi +++ b/arch/mips/boot/dts/ingenic/jz4780.dtsi @@ -515,7 +515,7 @@ eth0_addr: eth-mac-addr@22 { }; }; - dma: dma@13420000 { + dma: dma-controller@13420000 { compatible = "ingenic,jz4780-dma"; reg = <0x13420000 0x400>, <0x13421000 0x40>; #dma-cells = <2>; From patchwork Fri Apr 8 18:37:53 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: 559309 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 C8382C4332F for ; Fri, 8 Apr 2022 18:38:26 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S238800AbiDHSk1 (ORCPT ); Fri, 8 Apr 2022 14:40:27 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:41986 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S238794AbiDHSkV (ORCPT ); Fri, 8 Apr 2022 14:40:21 -0400 Received: from mo4-p03-ob.smtp.rzone.de (mo4-p03-ob.smtp.rzone.de [85.215.255.101]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 1AEC06307; Fri, 8 Apr 2022 11:38:13 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; t=1649443085; 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=pNpkln2hYOa7ltH/rl/3AxJhi2rBCEU80BdtJRG6SuE=; b=mmqjTW+qYqHH60LNNfdjZdgIlfWGEWIwpAEWszIV0jwyp12w9mmIuAyEkaS44sGZVB siFoPuIUgxXSoRMgg9qqo7zO2vGAurAsOAIYnuw+iP/6iddvgdOLhB6zwoSvyYwMrVZg 7x17HHXmxND675EjmmKepYvgKAA8gSXYuBmLhyjsw8ejYx1u6J3RPjzHbdiaeVReTk4a IrppBVgJ7XLiHNWG5tX8RLAD0YzFMsqspYVn+QAN5amKmV8ctqjWiQibmMP8hkPxnDqR Bp8z2Ka60Wli7urc4PUvLECSWGBjXUHIqUeuDa9mhpNmBPOgup/dWp7si64HXyQyRvlW jmvg== 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 k708cfy38Ic5so1 (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256 bits)) (Client did not present a certificate); Fri, 8 Apr 2022 20:38:05 +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 10/18] MIPS: DTS: jz4780: fix uart dmas as reported by dtbscheck Date: Fri, 8 Apr 2022 20:37:53 +0200 Message-Id: <00ec9d965cac78b252e14444deed8c93f5116bca.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: serial@10030000: 'dmas' is a required property From schema: Documentation/devicetree/bindings/serial/ingenic,uart.yaml arch/mips/boot/dts/ingenic/ci20.dtb: serial@10030000: 'dma-names' is a required property From schema: Documentation/devicetree/bindings/serial/ingenic,uart.yaml arch/mips/boot/dts/ingenic/ci20.dtb: serial@10031000: 'dmas' is a required property From schema: Documentation/devicetree/bindings/serial/ingenic,uart.yaml arch/mips/boot/dts/ingenic/ci20.dtb: serial@10031000: 'dma-names' is a required property From schema: Documentation/devicetree/bindings/serial/ingenic,uart.yaml arch/mips/boot/dts/ingenic/ci20.dtb: serial@10032000: 'dmas' is a required property From schema: Documentation/devicetree/bindings/serial/ingenic,uart.yaml arch/mips/boot/dts/ingenic/ci20.dtb: serial@10032000: 'dma-names' is a required property From schema: Documentation/devicetree/bindings/serial/ingenic,uart.yaml arch/mips/boot/dts/ingenic/ci20.dtb: serial@10033000: 'dmas' is a required property From schema: Documentation/devicetree/bindings/serial/ingenic,uart.yaml arch/mips/boot/dts/ingenic/ci20.dtb: serial@10033000: 'dma-names' is a required property From schema: Documentation/devicetree/bindings/serial/ingenic,uart.yaml arch/mips/boot/dts/ingenic/ci20.dtb: serial@10034000: 'dmas' is a required property From schema: Documentation/devicetree/bindings/serial/ingenic,uart.yaml arch/mips/boot/dts/ingenic/ci20.dtb: serial@10034000: 'dma-names' is a required property From schema: Documentation/devicetree/bindings/serial/ingenic,uart.yaml arch/mips/boot/dts/ingenic/ci20.dtb: i2c@10050000: 'dmas' is a required property Signed-off-by: H. Nikolaus Schaller --- arch/mips/boot/dts/ingenic/jz4780.dtsi | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/arch/mips/boot/dts/ingenic/jz4780.dtsi b/arch/mips/boot/dts/ingenic/jz4780.dtsi index dc88f9e813453..73cd05cf26472 100644 --- a/arch/mips/boot/dts/ingenic/jz4780.dtsi +++ b/arch/mips/boot/dts/ingenic/jz4780.dtsi @@ -283,6 +283,10 @@ uart0: serial@10030000 { clocks = <&ext>, <&cgu JZ4780_CLK_UART0>; clock-names = "baud", "module"; + dmas = <&dma JZ4780_DMA_UART0_RX 0xffffffff>, + <&dma JZ4780_DMA_UART0_TX 0xffffffff>; + dma-names = "rx", "tx"; + status = "disabled"; }; @@ -296,6 +300,10 @@ uart1: serial@10031000 { clocks = <&ext>, <&cgu JZ4780_CLK_UART1>; clock-names = "baud", "module"; + dmas = <&dma JZ4780_DMA_UART1_RX 0xffffffff>, + <&dma JZ4780_DMA_UART1_TX 0xffffffff>; + dma-names = "rx", "tx"; + status = "disabled"; }; @@ -309,6 +317,10 @@ uart2: serial@10032000 { clocks = <&ext>, <&cgu JZ4780_CLK_UART2>; clock-names = "baud", "module"; + dmas = <&dma JZ4780_DMA_UART2_RX 0xffffffff>, + <&dma JZ4780_DMA_UART2_TX 0xffffffff>; + dma-names = "rx", "tx"; + status = "disabled"; }; @@ -322,6 +334,10 @@ uart3: serial@10033000 { clocks = <&ext>, <&cgu JZ4780_CLK_UART3>; clock-names = "baud", "module"; + dmas = <&dma JZ4780_DMA_UART3_RX 0xffffffff>, + <&dma JZ4780_DMA_UART3_TX 0xffffffff>; + dma-names = "rx", "tx"; + status = "disabled"; }; @@ -335,6 +351,10 @@ uart4: serial@10034000 { clocks = <&ext>, <&cgu JZ4780_CLK_UART4>; clock-names = "baud", "module"; + dmas = <&dma JZ4780_DMA_UART4_RX 0xffffffff>, + <&dma JZ4780_DMA_UART4_TX 0xffffffff>; + dma-names = "rx", "tx"; + status = "disabled"; }; From patchwork Fri Apr 8 18:37:54 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: 559304 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 7D1C7C433FE for ; Fri, 8 Apr 2022 18:38:40 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S238855AbiDHSkl (ORCPT ); Fri, 8 Apr 2022 14:40:41 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:42846 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S238832AbiDHSkc (ORCPT ); Fri, 8 Apr 2022 14:40:32 -0400 Received: from mo4-p03-ob.smtp.rzone.de (mo4-p03-ob.smtp.rzone.de [85.215.255.104]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 761A032ECF; Fri, 8 Apr 2022 11:38:19 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; t=1649443085; 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=gcUekKrTLPRq8EGHHTRZ7CwmCNdjRQBiU/2KaAknpeo=; b=ejq19stivQSMvn+YP2dF5MyfVFSeBQ7a2VsIDZoqct+4OxnG5XOUhtEE8Aq0fRvLS/ 204HeDajMxo84m9C5rx0N6dEZm7fR6g46QPGlriP1Z7yUE2An0pA/nqHCwwniae4lqQj RTCXfz3FYLei9mQIXLYTzuWartb9DNvN59VvfqQyUKM/4YBvMUnJlD56oCz9tEt7Spip EuZ1yvvpVrsYhdXo3aZdjVOjCD4Px1poWp9FwydD5I5dzMFGiJJiqfyhrtF2ahOTfUxZ pClPSGuIBz8C5F4moLXUSaqZHguD/0lRfHP/PdyP/GEwFf2Yf4HqmawcInZeN0d6cPKV rs5Q== 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 k708cfy38Ic5so2 (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256 bits)) (Client did not present a certificate); Fri, 8 Apr 2022 20:38:05 +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 11/18] MIPS: DTS: jz4780: fix i2c dmas as reported by dtbscheck Date: Fri, 8 Apr 2022 20:37:54 +0200 Message-Id: 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: i2c@10050000: 'dma-names' is a required property From schema: Documentation/devicetree/bindings/i2c/ingenic,i2c.yaml arch/mips/boot/dts/ingenic/ci20.dtb: i2c@10051000: 'dmas' is a required property From schema: Documentation/devicetree/bindings/i2c/ingenic,i2c.yaml arch/mips/boot/dts/ingenic/ci20.dtb: i2c@10051000: 'dma-names' is a required property From schema: Documentation/devicetree/bindings/i2c/ingenic,i2c.yaml arch/mips/boot/dts/ingenic/ci20.dtb: i2c@10052000: 'dmas' is a required property From schema: Documentation/devicetree/bindings/i2c/ingenic,i2c.yaml arch/mips/boot/dts/ingenic/ci20.dtb: i2c@10052000: 'dma-names' is a required property From schema: Documentation/devicetree/bindings/i2c/ingenic,i2c.yaml arch/mips/boot/dts/ingenic/ci20.dtb: i2c@10053000: 'dmas' is a required property From schema: Documentation/devicetree/bindings/i2c/ingenic,i2c.yaml arch/mips/boot/dts/ingenic/ci20.dtb: i2c@10053000: 'dma-names' is a required property From schema: Documentation/devicetree/bindings/i2c/ingenic,i2c.yaml arch/mips/boot/dts/ingenic/ci20.dtb: i2c@10054000: 'dmas' is a required property From schema: Documentation/devicetree/bindings/i2c/ingenic,i2c.yaml arch/mips/boot/dts/ingenic/ci20.dtb: i2c@10054000: 'dma-names' is a required property From schema: Documentation/devicetree/bindings/i2c/ingenic,i2c.yaml Signed-off-by: H. Nikolaus Schaller --- arch/mips/boot/dts/ingenic/jz4780.dtsi | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/arch/mips/boot/dts/ingenic/jz4780.dtsi b/arch/mips/boot/dts/ingenic/jz4780.dtsi index 73cd05cf26472..dcb93d0158856 100644 --- a/arch/mips/boot/dts/ingenic/jz4780.dtsi +++ b/arch/mips/boot/dts/ingenic/jz4780.dtsi @@ -392,6 +392,10 @@ i2c0: i2c@10050000 { pinctrl-names = "default"; pinctrl-0 = <&pins_i2c0_data>; + dmas = <&dma JZ4780_DMA_SMB0_RX 0xffffffff>, + <&dma JZ4780_DMA_SMB0_TX 0xffffffff>; + dma-names = "rx", "tx"; + status = "disabled"; }; @@ -409,6 +413,10 @@ i2c1: i2c@10051000 { pinctrl-names = "default"; pinctrl-0 = <&pins_i2c1_data>; + dmas = <&dma JZ4780_DMA_SMB1_RX 0xffffffff>, + <&dma JZ4780_DMA_SMB1_TX 0xffffffff>; + dma-names = "rx", "tx"; + status = "disabled"; }; @@ -426,6 +434,10 @@ i2c2: i2c@10052000 { pinctrl-names = "default"; pinctrl-0 = <&pins_i2c2_data>; + dmas = <&dma JZ4780_DMA_SMB2_RX 0xffffffff>, + <&dma JZ4780_DMA_SMB2_TX 0xffffffff>; + dma-names = "rx", "tx"; + status = "disabled"; }; @@ -443,6 +455,10 @@ i2c3: i2c@10053000 { pinctrl-names = "default"; pinctrl-0 = <&pins_i2c3_data>; + dmas = <&dma JZ4780_DMA_SMB3_RX 0xffffffff>, + <&dma JZ4780_DMA_SMB3_TX 0xffffffff>; + dma-names = "rx", "tx"; + status = "disabled"; }; @@ -460,6 +476,10 @@ i2c4: i2c@10054000 { pinctrl-names = "default"; pinctrl-0 = <&pins_i2c4_data>; + dmas = <&dma JZ4780_DMA_SMB4_RX 0xffffffff>, + <&dma JZ4780_DMA_SMB4_TX 0xffffffff>; + dma-names = "rx", "tx"; + status = "disabled"; }; From patchwork Fri Apr 8 18:37:55 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: 559307 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 B8770C433F5 for ; Fri, 8 Apr 2022 18:38:34 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S238835AbiDHSkf (ORCPT ); Fri, 8 Apr 2022 14:40:35 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:42252 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S238806AbiDHSkZ (ORCPT ); Fri, 8 Apr 2022 14:40:25 -0400 Received: from mo4-p03-ob.smtp.rzone.de (mo4-p03-ob.smtp.rzone.de [81.169.146.172]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 554291A3A1; Fri, 8 Apr 2022 11:38:14 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; t=1649443085; 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=0+IDZOg6sjk2fG8LmEu8eygBhYSSr8rO5vvRGf2Xg40=; b=ZzZLJTtbPKrPxtBv8kd322X1jiX5TN0hC7zh6VoIZWKaQ/+5LIJC3YGtpnI1tCfJSL At5EV/qp4t7tJ1igVeA4S7ffOwj4BUpIP6i5F2o7AkkDBMgvBtiLPB6UELCuF4WT9XXX SdCy7cOqyDETrPKzHmxlI8RDlw7u9CUp6bPtw4bY9Gqw/dsFPsp1QvAqbkIIfTV/1/qv Rq2IkOexUoRN4HnUUqdgzTkhWT5hN+Tv5comV8PT7jkEXcDed/b62LWh2Ffwun5gpfYi dkBRZEkKgKSAQLA62995JBYCZfD/oaBwExBzx/cY8SZyYy9gDmJtH2RCJbVfUzBuwacV OqsQ== 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 k708cfy38Ic5so3 (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256 bits)) (Client did not present a certificate); Fri, 8 Apr 2022 20:38:05 +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 12/18] MIPS: DTS: jz4780: fix nemc memory controller as reported by dtbscheck Date: Fri, 8 Apr 2022 20:37:55 +0200 Message-Id: <995a8977d6ecc5798bf6139811698f3493b71249.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: nemc@13410000: $nodename:0: 'nemc@13410000' does not match '^memory-controller@[0-9a-f]+$' From schema: Documentation/devicetree/bindings/memory-controllers/ingenic,nemc.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 dcb93d0158856..cf259dac519ad 100644 --- a/arch/mips/boot/dts/ingenic/jz4780.dtsi +++ b/arch/mips/boot/dts/ingenic/jz4780.dtsi @@ -523,7 +523,7 @@ lcdc1: lcd-controller@130a0000 { status = "disabled"; }; - nemc: nemc@13410000 { + nemc: memory-controller@13410000 { compatible = "ingenic,jz4780-nemc", "simple-mfd"; reg = <0x13410000 0x10000>; #address-cells = <2>; From patchwork Fri Apr 8 18:37:56 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: 559306 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 7752BC433EF for ; Fri, 8 Apr 2022 18:38:36 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S238850AbiDHSki (ORCPT ); Fri, 8 Apr 2022 14:40:38 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:42236 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S238807AbiDHSkZ (ORCPT ); Fri, 8 Apr 2022 14:40:25 -0400 Received: from mo4-p03-ob.smtp.rzone.de (mo4-p03-ob.smtp.rzone.de [85.215.255.103]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 41F592E09D; Fri, 8 Apr 2022 11:38:14 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; t=1649443086; 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=i4fDakP+s/1gf997GR3ZeOPcr+RbLezz1DCLHLX9yR0=; b=qw6WbTrWyXLaC2QLh5Ea9dFbcB/8Yxh0i7IsiPau1ux0fxGuCVcNIewOnGRAlgF2Tg f3ldQR/fUiXKzSuotYI31mneOnrWEqgpPJW8fulOUkXCSUw/3gSDq5u7Oh53m5DiHnF1 wfulXNIrhtuOs6DwJ4wkHGxBD4B3O/nSjPxDbEAKeOHp+lT0lCE1G0PIMhpfiuRCyI3E h9nm9NzXAv783jwmDW4wnE0hTxKKtKiwFABArfvXuHXScp+Z9zVwRUfFzxl3qoocSaAm xZnpgeGhSq7igOpclODf0RWR/cURxOkWOw/p08o5tK0qQmpX9g4MJxgH7xIcR4xYzOgw 6mzw== 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 k708cfy38Ic5so4 (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256 bits)) (Client did not present a certificate); Fri, 8 Apr 2022 20:38:05 +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 13/18] dt-bindings: fix jz4780-nemc issue as reported by dtbscheck Date: Fri, 8 Apr 2022 20:37:56 +0200 Message-Id: <84adfe6237cd4cfd52cb9723416f69926e556e55.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 jz4780-nemc needs to be compatible to simple-mfd as well or we get arch/mips/boot/dts/ingenic/ci20.dtb: memory-controller@13410000: compatible: 'oneOf' conditional failed, one must be fixed: ['ingenic,jz4780-nemc', 'simple-mfd'] is too long 'ingenic,jz4725b-nemc' was expected 'ingenic,jz4740-nemc' was expected From schema: Documentation/devicetree/bindings/memory-controllers/ingenic,nemc.yaml Signed-off-by: H. Nikolaus Schaller --- .../devicetree/bindings/memory-controllers/ingenic,nemc.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/devicetree/bindings/memory-controllers/ingenic,nemc.yaml b/Documentation/devicetree/bindings/memory-controllers/ingenic,nemc.yaml index 24f9e19820282..3b1116588de3d 100644 --- a/Documentation/devicetree/bindings/memory-controllers/ingenic,nemc.yaml +++ b/Documentation/devicetree/bindings/memory-controllers/ingenic,nemc.yaml @@ -17,7 +17,7 @@ properties: oneOf: - enum: - ingenic,jz4740-nemc - - ingenic,jz4780-nemc + - [ ingenic,jz4780-nemc, simple-mfd ] - items: - const: ingenic,jz4725b-nemc - const: ingenic,jz4740-nemc From patchwork Fri Apr 8 18:37:57 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: 558958 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 292B8C4332F for ; Fri, 8 Apr 2022 18:38:37 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S238853AbiDHSki (ORCPT ); Fri, 8 Apr 2022 14:40:38 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:42850 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S238833AbiDHSkd (ORCPT ); Fri, 8 Apr 2022 14:40:33 -0400 Received: from mo4-p03-ob.smtp.rzone.de (mo4-p03-ob.smtp.rzone.de [85.215.255.104]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 7607D6307; Fri, 8 Apr 2022 11:38:19 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; t=1649443086; 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=ZPkdrHl7pnEG/Jm43DYMpPO25252qRF02JzIbYPQX9U=; b=hCZdKnNiFtpIq0vYy0/7oNfa7Wq7Q7+UMXVU9x03cJxZmMGalUe91akaHB/KlefLDO lwrKMNPqiwqY2z0E8x4UqpfM8twGWD/Ypyik7JlydI7/ELdVtwKs/Cc8d9bBwkMDjuph UUyskIFLhXh7+wQVJTxDWovHJBBeHhIBDr5/z48itxS5jY75iaLLIDmtZyOH+PVaTliw vfdHqllDv6pJEMSHYv8mxK2Ti5p5EeM7fe4rKKyjcaRqmeWOXzcrOjyjGggJQ2F6rHTF z+cwELzp0oRzx6lImMOqy1PX7LhOdbsNhtBtgJEXeA0KRERupyLw7tnSY+sQZMsq+Dab jb2A== 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 k708cfy38Ic6so5 (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256 bits)) (Client did not present a certificate); Fri, 8 Apr 2022 20:38:06 +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 14/18] MIPS: DTS: CI20: add missing model as reported by dtbscheck Date: Fri, 8 Apr 2022 20:37:57 +0200 Message-Id: <3de64cf38ab3345745a5a7e53600c93e0679fbf8.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: /: 'model' is a required property From schema: dtschema/schemas/root-node.yaml Signed-off-by: H. Nikolaus Schaller --- arch/mips/boot/dts/ingenic/ci20.dts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/mips/boot/dts/ingenic/ci20.dts b/arch/mips/boot/dts/ingenic/ci20.dts index ab6e3dc0bc1d0..cb5257d32b55e 100644 --- a/arch/mips/boot/dts/ingenic/ci20.dts +++ b/arch/mips/boot/dts/ingenic/ci20.dts @@ -11,6 +11,8 @@ / { compatible = "img,ci20", "ingenic,jz4780"; + model = "Imagination creator CI20"; + aliases { serial0 = &uart0; serial1 = &uart1; From patchwork Fri Apr 8 18:37:58 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: 559308 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 264B8C4332F for ; Fri, 8 Apr 2022 18:38:31 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S238842AbiDHSkd (ORCPT ); Fri, 8 Apr 2022 14:40:33 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:41994 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S238795AbiDHSkV (ORCPT ); Fri, 8 Apr 2022 14:40:21 -0400 Received: from mo4-p03-ob.smtp.rzone.de (mo4-p03-ob.smtp.rzone.de [85.215.255.102]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id B2CB9377C1; Fri, 8 Apr 2022 11:38:14 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; t=1649443086; 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=GdauujCPAC9XZ6laj4JhGHQ69T3VNNNoNVbfWmB49Iw=; b=N9LzsO6ENVHTWv34FY7+41nnacgKQ5LfNBMkQ4ihYh7E7FJhPRcEo3jvrKZxferRuL iLRaZEVdkVj8i1Xsd9hGAowOEMgieMrDFq4kSrasYoFt+my5CETobUuqvVQ1l65Mznva I5OxTXYXU+Qg9ikA0UcA1FLBzHgIs/tfzLYwHqp9ljvvrNmYeZSUBWXd+lZopw4GE06f Vd2xWXSQLUQesypdqoE0sS7KBAltmQrNtd37kLMqQrhixWjcIAe+em4RbfSl4eLkW8Xp 9x8lauvaEtdzU520gT+Jo3zQHpbmpxbe0TJDqrIWA1As1CEe9ozmjHKEATm5xKKNDsNt RdnQ== 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 k708cfy38Ic6so6 (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256 bits)) (Client did not present a certificate); Fri, 8 Apr 2022 20:38:06 +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 15/18] MIPS: DTS: CI20: fix fixed regulators as reported by dtbscheck Date: Fri, 8 Apr 2022 20:37:58 +0200 Message-Id: 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: /: fixedregulator@0: 'anyOf' conditional failed, one must be fixed: 'reg' is a required property 'ranges' is a required property From schema: python/site-packages/dtschema/schemas/root-node.yaml arch/mips/boot/dts/ingenic/ci20.dtb: /: fixedregulator@1: 'anyOf' conditional failed, one must be fixed: 'reg' is a required property 'ranges' is a required property From schema: python/site-packages/dtschema/schemas/root-node.yaml arch/mips/boot/dts/ingenic/ci20.dtb: /: fixedregulator@2: 'anyOf' conditional failed, one must be fixed: 'reg' is a required property 'ranges' is a required property From schema: python/site-packages/dtschema/schemas/root-node.yaml Signed-off-by: H. Nikolaus Schaller --- arch/mips/boot/dts/ingenic/ci20.dts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/arch/mips/boot/dts/ingenic/ci20.dts b/arch/mips/boot/dts/ingenic/ci20.dts index cb5257d32b55e..c045c4f75895e 100644 --- a/arch/mips/boot/dts/ingenic/ci20.dts +++ b/arch/mips/boot/dts/ingenic/ci20.dts @@ -69,7 +69,7 @@ led3 { }; }; - eth0_power: fixedregulator@0 { + eth0_power: eth3v3 { compatible = "regulator-fixed"; regulator-name = "eth0_power"; @@ -99,7 +99,7 @@ ir: ir { gpios = <&gpe 3 GPIO_ACTIVE_LOW>; }; - wlan0_power: fixedregulator@1 { + wlan0_power: wlan_power { compatible = "regulator-fixed"; regulator-name = "wlan0_power"; @@ -108,7 +108,7 @@ wlan0_power: fixedregulator@1 { enable-active-high; }; - otg_power: fixedregulator@2 { + otg_power: otg5v0 { compatible = "regulator-fixed"; regulator-name = "otg_power"; From patchwork Fri Apr 8 18:37:59 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: 559305 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 85544C433EF for ; Fri, 8 Apr 2022 18:38:38 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S238857AbiDHSkj (ORCPT ); Fri, 8 Apr 2022 14:40:39 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:42262 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S238810AbiDHSkZ (ORCPT ); Fri, 8 Apr 2022 14:40:25 -0400 Received: from mo4-p03-ob.smtp.rzone.de (mo4-p03-ob.smtp.rzone.de [81.169.146.172]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 7B77D37A02; Fri, 8 Apr 2022 11:38:15 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; t=1649443087; 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=ETNE/MKzh6NgI9nMo4TPL/Mpswq36h3lQFrpbRqGpA8=; b=nBfInLmJfWD0q0dyPG1nlJ4AfRr9tmR7DNBuTHR6s22q0TLXUnQWRW/MKJgPGNTwVa swcxOgQ+FtdRIWMm8X3QZ4BWy9fg7CQC9ZOp00mnAW0Bk/USwfLhlX31PQJ2Ja6ObMTQ 7MOG8r3Pz6oSuXVKHayZeZuvO3bfkkuUwbfG04R3HVXEsWy9QtGrh4g4uV0lvgBxM4eM xMbPbeMNCl5eBmcKcZ/ePOvRVaOFpvGhFa+QKiKeDTQVnfe8c0oZMaBSnyJO15Vu75Ie MrOdvpdx2PJYKQ7iuK15I9Drg2Bhe/yUr9z3flE4MNz/wvgIse8AWbG3trVKlGAcDHBb ++uw== 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 k708cfy38Ic6so7 (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256 bits)) (Client did not present a certificate); Fri, 8 Apr 2022 20:38:06 +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 16/18] MIPS: DTS: CI20: fix /memory as reported by dtbscheck Date: Fri, 8 Apr 2022 20:37:59 +0200 Message-Id: <47ec9070f9bb5f525017668e8659e3fb0d592d0a.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: /: memory: False schema does not allow {device_type: [memory], reg: [[0, 268435456], [805306368, 805306368]]} From schema: python/site-packages/dtschema/schemas/root-node.yaml Signed-off-by: H. Nikolaus Schaller --- arch/mips/boot/dts/ingenic/ci20.dts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/mips/boot/dts/ingenic/ci20.dts b/arch/mips/boot/dts/ingenic/ci20.dts index c045c4f75895e..98f0a5ccbb4da 100644 --- a/arch/mips/boot/dts/ingenic/ci20.dts +++ b/arch/mips/boot/dts/ingenic/ci20.dts @@ -24,7 +24,7 @@ chosen { stdout-path = &uart4; }; - memory { + memory@0 { device_type = "memory"; reg = <0x0 0x10000000 0x30000000 0x30000000>; From patchwork Fri Apr 8 18:38:00 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: 558959 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 52EE6C433FE for ; Fri, 8 Apr 2022 18:38:35 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S238848AbiDHSkg (ORCPT ); Fri, 8 Apr 2022 14:40:36 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:42274 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S238809AbiDHSkZ (ORCPT ); Fri, 8 Apr 2022 14:40:25 -0400 Received: from mo4-p03-ob.smtp.rzone.de (mo4-p03-ob.smtp.rzone.de [81.169.146.172]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 4A1916177; Fri, 8 Apr 2022 11:38:15 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; t=1649443087; 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=HfyKIvQvUXQtvsFLPqc151vqol/YcRoKi2SxWsPrSm4=; b=fs/I/Jg7IC7qCkLFx2M3Bn4fAs6nvfmOGab5D03qoPv9p68Z2OQJYxu+qmONLKymXR hXJlbPryp4zOmn2+OpcNukI2TEey7Z3FI9yrq8ocx3mODzpWNnX/QEPdSpSK2geLrcMi LRZgyRzWqcOnqMosm0R/LbwlCq6VNt2kzntaQBCksEDDPzq5PKIOvValY3DJ44qAo/7R N+9S+lW29S/1bbXJ6pbt0pj6IE0ryEO0ed09rpmgNj1SCMoYFurAOWkzSTQ3VZle4Y9r HoT4luX1PYvs7LLzn5FnYnqTej6+P+AoQrMppPVftHwe+n5sIUw6UP0J4iyMUhcLKVt5 PT/g== 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 k708cfy38Ic7so8 (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256 bits)) (Client did not present a certificate); Fri, 8 Apr 2022 20:38:07 +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 17/18] MIPS: DTS: CI20: fix wifi as reported by dtbscheck Date: Fri, 8 Apr 2022 20:38:00 +0200 Message-Id: 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: wifi@1: compatible: oneOf conditional failed, one must be fixed: [brcm,bcm4330-fmac] is too short brcm,bcm4329-fmac was expected From schema: Documentation/devicetree/bindings/net/wireless/brcm,bcm4329-fmac.yaml Signed-off-by: H. Nikolaus Schaller Reviewed-by: Krzysztof Kozlowski --- arch/mips/boot/dts/ingenic/ci20.dts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/mips/boot/dts/ingenic/ci20.dts b/arch/mips/boot/dts/ingenic/ci20.dts index 98f0a5ccbb4da..dc587b4b36009 100644 --- a/arch/mips/boot/dts/ingenic/ci20.dts +++ b/arch/mips/boot/dts/ingenic/ci20.dts @@ -176,7 +176,7 @@ &mmc1 { brcmf: wifi@1 { /* reg = <4>;*/ - compatible = "brcm,bcm4330-fmac"; + compatible = "brcm,bcm4330-fmac", "brcm,bcm4329-fmac"; vcc-supply = <&wlan0_power>; device-wakeup-gpios = <&gpd 9 GPIO_ACTIVE_HIGH>; shutdown-gpios = <&gpf 7 GPIO_ACTIVE_LOW>; From patchwork Fri Apr 8 18:38:01 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: 559303 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 E1463C433FE for ; Fri, 8 Apr 2022 18:38:43 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S238868AbiDHSko (ORCPT ); Fri, 8 Apr 2022 14:40:44 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:42278 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S238808AbiDHSkZ (ORCPT ); Fri, 8 Apr 2022 14:40:25 -0400 Received: from mo4-p03-ob.smtp.rzone.de (mo4-p03-ob.smtp.rzone.de [85.215.255.102]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 4A50AE0CD; Fri, 8 Apr 2022 11:38:15 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; t=1649443087; 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=U6xUZX3rABONFQNmgTS5OWTtzD/QUaflv4arT+HMnbE=; b=q0SwJSfo8lEk5kY3urcin5nc4lrE9vXbZ/w4sW+2Yd/bD6UvKmSw4PPQTxBEUCKdVY Fre+U6n0kVVYE6W1nEjeGQDNqK/CbNpwelxbAj4DTA/r75OK4fHKMG7N2FJwTOb2yry0 PNJn1KodvtDVK49O0b4SM6CRfMJodT4mazUMwkmfKmqz8Xq6SY0eebx19TCKAVrhEW4W zUWxzL2to/nnwfJqQiOWfheqhuKYHaffXThmRuqnDwqreAW9Pzcq+Ufl08kH0rSnL2lP Qtp2Yjgs1nUglwcf7hjkqspsjybBz10y2o6rABASmwu2GMa8VqlmYjhUBy9dzANYgLMd GV0Q== 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 k708cfy38Ic7so9 (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256 bits)) (Client did not present a certificate); Fri, 8 Apr 2022 20:38:07 +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 18/18] MIPS: DTS: CI20: fix bluetooth as reported by dtbscheck Date: Fri, 8 Apr 2022 20:38:01 +0200 Message-Id: <32a2afa1a8f1f675a199d1aa9b4469bed2391069.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: bluetooth: vcc-supply does not match any of the regexes: pinctrl-[0-9]+ From schema: Documentation/devicetree/bindings/net/broadcom-bluetooth.yaml Signed-off-by: H. Nikolaus Schaller --- arch/mips/boot/dts/ingenic/ci20.dts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/mips/boot/dts/ingenic/ci20.dts b/arch/mips/boot/dts/ingenic/ci20.dts index dc587b4b36009..8a120f9374331 100644 --- a/arch/mips/boot/dts/ingenic/ci20.dts +++ b/arch/mips/boot/dts/ingenic/ci20.dts @@ -207,7 +207,7 @@ &uart2 { bluetooth { compatible = "brcm,bcm4330-bt"; reset-gpios = <&gpf 8 GPIO_ACTIVE_HIGH>; - vcc-supply = <&wlan0_power>; + vbat-supply = <&wlan0_power>; device-wakeup-gpios = <&gpf 5 GPIO_ACTIVE_HIGH>; host-wakeup-gpios = <&gpf 6 GPIO_ACTIVE_HIGH>; shutdown-gpios = <&gpf 4 GPIO_ACTIVE_LOW>;