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 CE9A3C4167B for ; Fri, 1 Dec 2023 09:03:33 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1377967AbjLAJDZ (ORCPT ); Fri, 1 Dec 2023 04:03:25 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:51416 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1377855AbjLAJDY (ORCPT ); Fri, 1 Dec 2023 04:03:24 -0500 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 85BEA10A; Fri, 1 Dec 2023 01:03:30 -0800 (PST) Received: from [100.107.97.3] (cola.collaboradmins.com [195.201.22.229]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) (Authenticated sender: kholk11) by madras.collabora.co.uk (Postfix) with ESMTPSA id BB6816607355; Fri, 1 Dec 2023 09:03:28 +0000 (GMT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=collabora.com; s=mail; t=1701421409; bh=Gj9rw14US1N62TlR7bkVl3va+Y5iopHKH+jD5td5RB8=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=iHgq5kfzLC6WFvV56C6MLEo88pVB3IRTw8DsPyFeI0GmGC/r7n3YnIgOlaaKCFOH0 qjLO0UEEFzcFroQqywP2tef/wTCvdPOjuXpgc3d7jaTa3kG8Dtda1Q+K29y0KioS3h KjY+mTok/5dmstXHBL6uPMzKAL1uwGNp3TZLs9jTD6N9aJNmo0D/IlhOF3QXqOJhbB Sdp/WhhI/wIBDhDht3ln0PjtlW8heA7SHYJm3wUD1oFvj5cK/UbOJczBLJkv8SmUFD cSUkGul+nwK3u5OvvsEriqqH3jEYk9YDh97G8pr5nj2RGaw8g7qAIF6ltkzUvP0q0q QWJxC+99TZFhA== Message-ID: <62810181-cfa8-4e2e-b2be-c3c9bf9e3bf9@collabora.com> Date: Fri, 1 Dec 2023 10:03:28 +0100 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: [PATCH 2/3] arm64: dts: mt6358: Drop bogus "regulator-fixed" compatible properties Content-Language: en-US To: Chen-Yu Tsai , Matthias Brugger Cc: Rob Herring , Krzysztof Kozlowski , Conor Dooley , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-mediatek@lists.infradead.org References: <20231130074032.913511-1-wenst@chromium.org> <20231130074032.913511-3-wenst@chromium.org> From: AngeloGioacchino Del Regno In-Reply-To: <20231130074032.913511-3-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 30/11/23 08:40, 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