From mboxrd@z Thu Jan 1 00:00:00 1970 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 DC399C7EE43 for ; Mon, 12 Jun 2023 10:03:09 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S236738AbjFLKDH (ORCPT ); Mon, 12 Jun 2023 06:03:07 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:37090 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S236430AbjFLKBR (ORCPT ); Mon, 12 Jun 2023 06:01:17 -0400 Received: from madras.collabora.co.uk (madras.collabora.co.uk [IPv6:2a00:1098:0:82:1000:25:2eeb:e5ab]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id BA32E30E8; Mon, 12 Jun 2023 02:44:24 -0700 (PDT) Received: from [IPV6:2001:b07:2ed:14ed:c5f8:7372:f042:90a2] (unknown [IPv6:2001:b07:2ed:14ed:c5f8:7372:f042:90a2]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) (Authenticated sender: kholk11) by madras.collabora.co.uk (Postfix) with ESMTPSA id 871996606E8A; Mon, 12 Jun 2023 10:44:22 +0100 (BST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=collabora.com; s=mail; t=1686563063; bh=L9+Fd1Jt5ie6N8kEME3WfF11akqrl+GDjydWidgLGqs=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=EjeOWbbks3EjuI4NqUETG1gV3dsuUDknLu8oMiDShQ4GxbXW7xQj3YKKFjA9UrW7s TWKCgT7xEvM/ZLMaJaA8ioi/nd5KOMUeXkvatvZA5SBMZRrAF3S/FrVNgZLXqcZy2G 9f8glb4VkgnBygg+is8v/YUOfHXCm5DYCYHqFLCFWWMyB3nG6bUQoSM28ADbC4w3mX ZmcjyOyS7KYp5A73+mtui4v0QQrCuXljUGDVnwUluz8HNDGKKPAdus/IiaT31aRdnK hjoxB00bnn4TyNsh5WOYOBj5x0QMD4HiFyT6aNthL9VWc9CQETSlBlrGXQKF5a8GPW LYWFxVt78FLhw== Message-ID: <61c68bd9-aa3a-bd55-0a06-958e4e3a3be2@collabora.com> Date: Mon, 12 Jun 2023 11:44:19 +0200 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.11.2 Subject: Re: [PATCH v2] dt-bindings: iio: rockchip: Fix 'oneOf' condition failed warning Content-Language: en-US To: Shreeya Patel , jic23@kernel.org, lars@metafoo.de, robh+dt@kernel.org, krzysztof.kozlowski+dt@linaro.org, conor+dt@kernel.org, heiko@sntech.de, sebastian.reichel@collabora.com Cc: linux-iio@vger.kernel.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-rockchip@lists.infradead.org, linux-kernel@vger.kernel.org, kernel@collabora.com, gustavo.padovan@collabora.com, serge.broslavsky@collabora.com References: <20230610143601.173307-1-shreeya.patel@collabora.com> From: AngeloGioacchino Del Regno In-Reply-To: <20230610143601.173307-1-shreeya.patel@collabora.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org Il 10/06/23 16:36, Shreeya Patel ha scritto: > rk3588-saradc isn't compatible with the rk3399-saradc variant, > hence, fix the following dtbs_check warning for 'oneOf' condition > failure. > > DTC_CHK arch/arm64/boot/dts/rockchip/rk3588-rock-5b.dtb > /home/shreeya/linux/arch/arm64/boot/dts/rockchip/rk3588-rock-5b.dtb: > saradc@fec10000: compatible: 'oneOf' conditional failed, > one must be fixed: > ['rockchip,rk3588-saradc'] is too short > 'rockchip,saradc' was expected > 'rockchip,rk3066-tsadc' was expected > 'rockchip,rk3399-saradc' was expected > > Fixes: 2daf2ae9793d ("dt-bindings: iio: adc: Add rockchip,rk3588-saradc string") > Signed-off-by: Shreeya Patel > Reviewed-by: Heiko Stuebner Reviewed-by: AngeloGioacchino Del Regno