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 3CD2F22963E; Tue, 14 Jan 2025 10:32:50 +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=1736850772; cv=none; b=B73N1m2tcVqw2e9q0Wa0XZd9H+20ZPZxQmqz5fJgQiLp3LogugNRSBJ6dK3oWTt3K3MB+65X82lfTSHYg4MJ0DOsz3fX2D6SJqkkIbc5apuAb4ryP6QaXi+jX5oOTaCR2KHqoq9pEdfAifjqDdmVP/Bb1IMxM3F1rrclW+D54ps= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1736850772; c=relaxed/simple; bh=CTC+YbdW4Ewiuk5FcL00CLGEcAVWv1OsHzDignm0Dfk=; h=Message-ID:Date:MIME-Version:Subject:To:Cc:References:From: In-Reply-To:Content-Type; b=Z4Bv2TBiw9mEt8Rz6R/Fbu+b4X6axefkVI/3ORWOLCDpU/lwFTKCgQVekAImEQlk6kt9nWeN94+V0pRlzzlScBvU2lD1F7l10vUmjFSWf3H257zoGQQ1i31NiwkVzksUXSTsqLQiBderclrPcdf1ZPRjIh8H0QE3mVnDMUhAgmk= 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=PdcrG14S; 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="PdcrG14S" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=collabora.com; s=mail; t=1736850768; bh=CTC+YbdW4Ewiuk5FcL00CLGEcAVWv1OsHzDignm0Dfk=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=PdcrG14S6Z8tQwvZqSpbmC9+EgKft7369xnEBRao/VV9sZ0L0oxqOpjnTp+j9eIoB DfjnsVz/GLC0uiebelotYE0uwMBWKmxn4af9JwniStDAs6TtDGwrJ1y0oGmxcXfh99 fTnjmYoOLDgMUL4cL/UCk8YyGeY6f7Yw3g2XqoNArZ37WgP+cWpO8uaanwi1RFWV83 WjG/3L6M22xgFH0aQ3LWPzkaJk1DyspeZDm/HJCZMK0O5Zsm/BRW5yI6iTodGnhCCb PExLXwiZTqZfwTj3iwghKJNrsfX+WPS+H8ZrJv1cwWAHwS19u1t+8Z+Uu6nlGylEKd ZM77aX0xh2uxg== 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 1A4D517E0DB7; Tue, 14 Jan 2025 11:32:48 +0100 (CET) Message-ID: Date: Tue, 14 Jan 2025 11:32:47 +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 1/3] dt-bindings: arm: mediatek: add mt8370-evk board To: Louis-Alexis Eyraud , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Matthias Brugger , Sean Wang Cc: devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-mediatek@lists.infradead.org, kernel@collabora.com References: <20250114-dts_mt8370-genio-510-v1-0-8517ee0fdbe8@collabora.com> <20250114-dts_mt8370-genio-510-v1-1-8517ee0fdbe8@collabora.com> From: AngeloGioacchino Del Regno Content-Language: en-US In-Reply-To: <20250114-dts_mt8370-genio-510-v1-1-8517ee0fdbe8@collabora.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Il 14/01/25 08:38, Louis-Alexis Eyraud ha scritto: > Add bindings for the MediaTek mt8370-evk board, also known > as the "Genio 510-EVK". > > Signed-off-by: Louis-Alexis Eyraud Reviewed-by: AngeloGioacchino Del Regno