From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from madrid.collaboradmins.com (madrid.collaboradmins.com [46.235.227.194]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id D58E0174EE3; Wed, 29 May 2024 08:16:24 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=46.235.227.194 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1716970586; cv=none; b=pCslEs4rJNmlXYaKfV0Kf1L6He9SZyWhnVMGeFrhLj3Kx3rVQ/O7kbnLl9A44H/rQEJkffr3CecBj7AyHUGJUuZ94fVAjUvK+M6nCwUUdOh+5CJDoX6s5zuBnn+86mh3u+pdfDLVZtWENZZ86H0EcCg/J83cw8dmK+IIMEsHF90= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1716970586; c=relaxed/simple; bh=oSk3SYtQaPiocu1KldOp/z0QMNO1CKxus862pBLLiu4=; h=Message-ID:Date:MIME-Version:Subject:To:Cc:References:From: In-Reply-To:Content-Type; b=gqMK79DGwjD3l1sfLzCFwWcHEOgvXZ/sjSaOY5K1XFAYD9KzQQ8nMa7sSJZoaOgqXfgiCCbBQKj8OhKQUKbLE0QU8mm3o82Q3YtzIP4rFmJ6ylIBbqq04SwJmGlFJ5f6GDPI1oFyQ27W1WRcgVJVSI9So33DGX9lfBezq258VPg= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=collabora.com; spf=pass smtp.mailfrom=collabora.com; dkim=pass (2048-bit key) header.d=collabora.com header.i=@collabora.com header.b=ZTnhcggR; arc=none smtp.client-ip=46.235.227.194 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=collabora.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=collabora.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=collabora.com header.i=@collabora.com header.b="ZTnhcggR" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=collabora.com; s=mail; t=1716970583; bh=oSk3SYtQaPiocu1KldOp/z0QMNO1CKxus862pBLLiu4=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=ZTnhcggR/aTkIWPr4EjsRN1TLFaejQWIO4UpTDCGoGHQs1uy/kQnRug7VHQjf3JVs A7ZmhZKByBOC/Q0P5zdkuzPoemQCWMFwXLYQttGFP9OwAG5oWGS1UFhDgJaPd64Uv5 UrAf8P0KUQ/WXH4lM6VSGxsOJN/DId7v4VO8CRn2mHXhIBzsIrLsNXm/C8VNbx2ucC yi68VzFiq9C1KwM6WcEIbJrE56M/G22g10jD7YkEvxR3iwPrqO6E2gnhfJpRmoHGp0 Bc1XH4QvpOm/Grqwa5Dq9Rt3nmRpm618+XYsL8j0kD9UQXBn0iUo34limkL4fAXu7A w3NkUNs9d+mQA== Received: from [100.113.186.2] (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 madrid.collaboradmins.com (Postfix) with ESMTPSA id 514F43782162; Wed, 29 May 2024 08:16:22 +0000 (UTC) Message-ID: Date: Wed, 29 May 2024 10:16:22 +0200 Precedence: bulk X-Mailing-List: linux-pm@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: [PATCH v6 1/6] dt-bindings: thermal: mediatek: Fix thermal zone definition for MT8186 To: Julien Panis , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Matthias Brugger , Daniel Lezcano , Nicolas Pitre , "Rafael J. Wysocki" , Zhang Rui , Lukasz Luba Cc: devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-mediatek@lists.infradead.org, linux-pm@vger.kernel.org, Krzysztof Kozlowski References: <20240529-mtk-thermal-mt818x-dtsi-v6-0-0c71478a9c37@baylibre.com> <20240529-mtk-thermal-mt818x-dtsi-v6-1-0c71478a9c37@baylibre.com> From: AngeloGioacchino Del Regno Content-Language: en-US In-Reply-To: <20240529-mtk-thermal-mt818x-dtsi-v6-1-0c71478a9c37@baylibre.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Il 29/05/24 07:57, Julien Panis ha scritto: > Fix a thermal zone name for consistency with the other SoCs: > MFG contains GPU, the latter is more specific and must be used here. > > The naming must be fixed "atomically" so compilation does not break. > As a result, the change is made in the dt-bindings and in the LVTS > driver within a single commit, despite the checkpatch warning. > > The definition can be modified safely here because it is used only > in the LVTS driver, which is modified accordingly. > > Fixes: a2ca202350f9 ("dt-bindings: thermal: mediatek: Add LVTS thermal controller definition for MT8186") > Signed-off-by: Julien Panis Reviewed-by: AngeloGioacchino Del Regno