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 631B2CE7B17 for ; Thu, 28 Sep 2023 10:27:53 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231250AbjI1K1x (ORCPT ); Thu, 28 Sep 2023 06:27:53 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:55334 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230490AbjI1K1v (ORCPT ); Thu, 28 Sep 2023 06:27:51 -0400 Received: from madras.collabora.co.uk (madras.collabora.co.uk [46.235.227.172]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 82B31180; Thu, 28 Sep 2023 03:27:49 -0700 (PDT) Received: from [192.168.1.100] (2-237-20-237.ip236.fastwebnet.it [2.237.20.237]) (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 F1A776607330; Thu, 28 Sep 2023 11:27:47 +0100 (BST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=collabora.com; s=mail; t=1695896868; bh=vyqtGkPk6PukXN65NbvwhvWD0HwSXHn79AF28WiHhVA=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=jGlOLv1s/LU7KYiSJu/xUOAY0nUqM/mdTJbTkoj+pZAAW0i2rFzePBZhTNICEb5ob zgfCwOiYK9CCBDM4zO5EyZa3b7DQQhC75E4xQX/8uQ94IxvBjUk5NJtmWN3k+vkNjg ddhawPmX2NG+MsaKmnZjwgclWSgKCAWKkdyI0D+XPX3ClQELOwlOgOvmUZbYqt8PJV FfZUpTOsRUdRg8+sC1WvLSLbJiCEGBA4ztl2dJZ4g8N2q6WH82p3DFcrdw8TQ1hodz qKF2i8WOfOrFF9r0gsV7Kl71683SZXjYtDLxbZrevrDPEqEpGW6hbjtTc8GJ0B1BP4 mSbierKK8Habw== Message-ID: <1fa77502-eccf-219e-2641-a2d72a6dedcc@collabora.com> Date: Thu, 28 Sep 2023 12:27:45 +0200 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.15.0 Subject: Re: [PATCH] arm64: dts: mt6358: Drop bogus "regulator-fixed" compatible properties Content-Language: en-US To: Chen-Yu Tsai , Matthias Brugger Cc: devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-mediatek@lists.infradead.org, linux-kernel@vger.kernel.org, Rob Herring , Krzysztof Kozlowski , Conor Dooley References: <20230928091415.3253698-1-wenst@chromium.org> From: AngeloGioacchino Del Regno In-Reply-To: <20230928091415.3253698-1-wenst@chromium.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Il 28/09/23 11:14, Chen-Yu Tsai ha scritto: > Whether a regulator under the MT6358 PMIC is a fixed regulator or not is > derived from the node name. Compatible string properties are not used. > This causes validation errors after the regulator binding is converted > to DT schema. > > Drop the bogus "regulator-fixed" compatible properties from the PMIC's > regulator sub-nodes. > > Fixes: 9f8872221674 ("arm64: dts: mt6358: add PMIC MT6358 related nodes") > Signed-off-by: Chen-Yu Tsai Reviewed-by: AngeloGioacchino Del Regno