From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from bali.collaboradmins.com (bali.collaboradmins.com [148.251.105.195]) (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 329781E049B; Tue, 3 Dec 2024 09:40:44 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=148.251.105.195 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1733218845; cv=none; b=aM3LP6hrnxyOTo76vg33/pnKO7nUKaZkqe/k+RL6i0fXHVE68Z5mFtFZFMHs/5RkbXHHxawroLXzgzJLTQpxgVBleJmfhNWvtrnXTP4XnQDIXS7BkPQM5reAhcw3wJp/POhupLsTbKkqUzTd4xPGM0s2z/yyIfJPNLtDLvFI2EQ= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1733218845; c=relaxed/simple; bh=X8DnvKOsy8Q7p+hLfz6S3wy2J2XkRfwLbEEcEyyAutk=; h=Message-ID:Date:MIME-Version:Subject:To:Cc:References:From: In-Reply-To:Content-Type; b=o4D6OrugoHi0AoSTMFGlv/7QInLrlz7ZVvRBOyhNxQcOyotGepIZWkQv5fcw2Ep8Z4/09FRVJ3IOIpilrO00QIuV/vG21DXwzmmiZlulZbPSiCfOIo44WFLh6AiQP2Vn3/WKX+TC7dEev+M/L/5HJ8pg3K5TfWuI18TyCj0yqL8= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none 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=VoOCBt7f; arc=none smtp.client-ip=148.251.105.195 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none 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="VoOCBt7f" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=collabora.com; s=mail; t=1733218841; bh=X8DnvKOsy8Q7p+hLfz6S3wy2J2XkRfwLbEEcEyyAutk=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=VoOCBt7f5YnWRrkMOomdsA3CgvKUYH+mzfVAKkfJnjjJMlXSKLV2zxNQk5u791ySh dZWtNUqgyEleqxvMwpHw+RByVUdeMazhlL8Jhh/k9UWngKgJXqikIC0yKIyLBTK4Wb hCp5ZoFYlneZptkfVI6s409MwB3Mt1P3pV9gFow6QfKI/cdUqojUKn3y7ZLlIqHebw L5QENX7cRitUePFtkL9xC05eEIoGD58ROpsdc7I6Tlh1rHDBvKIlRSoHU9gXimSiCA kCmUKz3NKT2o3E2UVt/tdUArzU5V++2BvZkYgjuHqtxfWAO53xMyWyOEMMjGfN3t3O 1Gy5JxLKWx1ow== 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) server-digest SHA256) (No client certificate requested) (Authenticated sender: kholk11) by bali.collaboradmins.com (Postfix) with ESMTPSA id AD8DE17E35F2; Tue, 3 Dec 2024 10:40:40 +0100 (CET) Message-ID: Date: Tue, 3 Dec 2024 10:40:40 +0100 Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: [PATCH v2 06/18] arm64: dts: mediatek: mt7988: add thermal trips to bpi-r4 To: Frank Wunderlich , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Matthias Brugger Cc: Frank Wunderlich , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-mediatek@lists.infradead.org References: <20241202122602.30734-1-linux@fw-web.de> <20241202122602.30734-7-linux@fw-web.de> From: AngeloGioacchino Del Regno Content-Language: en-US In-Reply-To: <20241202122602.30734-7-linux@fw-web.de> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Il 02/12/24 13:25, Frank Wunderlich ha scritto: > From: Frank Wunderlich > arm64: dts: mediatek: mt7988a-bpi-r4: Add thermal configuration > Add additional thermal trips to Bananapi R4 board. > SoC only contains the critical trip. > > Signed-off-by: Frank Wunderlich Reviewed-by: AngeloGioacchino Del Regno