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