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";