From patchwork Mon Feb 18 10:48:06 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Simon Horman X-Patchwork-Id: 10817763 X-Patchwork-Delegate: horms@verge.net.au Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 0F98B17FB for ; Mon, 18 Feb 2019 10:48:32 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id F13A7299D7 for ; Mon, 18 Feb 2019 10:48:31 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id E583B29C1F; Mon, 18 Feb 2019 10:48:31 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-7.7 required=2.0 tests=BAYES_00,DKIM_INVALID, DKIM_SIGNED,MAILING_LIST_MULTI,RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 8C1FC29F0A for ; Mon, 18 Feb 2019 10:48:31 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1730281AbfBRKsX (ORCPT ); Mon, 18 Feb 2019 05:48:23 -0500 Received: from kirsty.vergenet.net ([202.4.237.240]:45386 "EHLO kirsty.vergenet.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729667AbfBRKsX (ORCPT ); Mon, 18 Feb 2019 05:48:23 -0500 Received: from penelope.horms.nl (unknown [62.119.166.9]) by kirsty.vergenet.net (Postfix) with ESMTPA id F100025BE5E; Mon, 18 Feb 2019 21:48:20 +1100 (AEDT) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=verge.net.au; s=mail; t=1550486901; bh=32uaDT+PiOq+2YKnV/pfLTweW+XBn0+t82ttKLcKpWQ=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=cgl0n33ci4ua7NrjKg1l0VXINkVOxQl49vpZxeRLlvQJ5HKDRmuAcbaGsM/vRtFks FVEgoAxHGhVTZbMKmmx+Jar0+34Um6u91ouD6Z4WMRgaIJljqTezNsP4mU3yPuqZB3 nkFsw/yLzRG1yZG70zcz8d8DtTeCPv0qM2UJXEPM= Received: by penelope.horms.nl (Postfix, from userid 7100) id C8838E218D5; Mon, 18 Feb 2019 11:48:07 +0100 (CET) From: Simon Horman To: linux-renesas-soc@vger.kernel.org Cc: linux-arm-kernel@lists.infradead.org, Magnus Damm , Geert Uytterhoeven , Simon Horman Subject: [PATCH 4/4] dt-bindings: arm: renesas: Fix SoC mismatch for Stout Date: Mon, 18 Feb 2019 11:48:06 +0100 Message-Id: X-Mailer: git-send-email 2.11.0 In-Reply-To: References: Sender: linux-renesas-soc-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-renesas-soc@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP From: Geert Uytterhoeven make dtbs_check: arch/arm/boot/dts/r8a7790-stout.dt.yaml: compatible: ['renesas,stout', 'renesas,r8a7790'] is not valid under any of the given schemas The Stout development board has an R-Car H2 (r8a7790) SoC, not an R-Car H1 (r8a7779). Fixes: 12749350567c819d ("dt-bindings: arm: Convert Renesas board/soc bindings to json-schema") Signed-off-by: Geert Uytterhoeven Reviewed-by: Rob Herring Signed-off-by: Simon Horman --- Documentation/devicetree/bindings/arm/renesas.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/devicetree/bindings/arm/renesas.yaml b/Documentation/devicetree/bindings/arm/renesas.yaml index cb9b4417e8a1..19f379863d50 100644 --- a/Documentation/devicetree/bindings/arm/renesas.yaml +++ b/Documentation/devicetree/bindings/arm/renesas.yaml @@ -130,13 +130,13 @@ properties: items: - enum: - renesas,marzen # Marzen (R0P7779A00010S) - - renesas,stout # Stout (ADAS Starterkit, Y-R-CAR-ADAS-SKH2-BOARD) - const: renesas,r8a7779 - description: R-Car H2 (R8A77900) items: - enum: - renesas,lager # Lager (RTP0RC7790SEB00010S) + - renesas,stout # Stout (ADAS Starterkit, Y-R-CAR-ADAS-SKH2-BOARD) - const: renesas,r8a7790 - description: R-Car M2-W (R8A77910)