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