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