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 E840E28D822 for ; Tue, 22 Apr 2025 13:57:24 +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=1745330246; cv=none; b=qSHaZDT5QJrQFl1aIR/d4FPrXlFTi2T5FodXgnGS4iJFRVNYhAuGNVCVz9yeSWf2BSzvcU2hpV4grr+v1NCLhhJMc8fFqWCSBdhoeeItfEnmeGZybRySi9mlaXEsqKJFcmor2EMcInDQOnAwDigT0R8/cBLiTIcPFtkUXOgRR9s= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1745330246; c=relaxed/simple; bh=g7WNVJHclvSj1E2AwbocpEvXvRSkv9UNMU2PgjrPJOc=; h=Message-ID:Date:MIME-Version:Subject:To:Cc:References:From: In-Reply-To:Content-Type; b=RCyYTFscivnb3eb8cH+lO4zB+2YeswvgARwOET9yCfHi11J0aZX0I0U4XFfF4YoEBfzszQpkt5kFJzSrCtDMAReqzyoR0wyxy5OcnIA0s4MW8M7CpQeVNxjOPL6RcG3O80ZJ98uFrwMDI+Joldl5sAdZIuFBAdi7eUf1vPSC5ig= 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=MWo+vVJY; 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="MWo+vVJY" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=collabora.com; s=mail; t=1745330243; bh=g7WNVJHclvSj1E2AwbocpEvXvRSkv9UNMU2PgjrPJOc=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=MWo+vVJYRfk7c9rAarBXaDJbhgJAw6zdNajEpHhQtIXVfuaS7FfN3H/8FEjrycj1o 4FtlL+sU1iHJgH6MVb57VNzAoBQknaxje3CalTenCHPmNDe4W63jz8sUFqB2vokBC4 9VoeSm1aoCRsvH6+sMlU+vYFeMX/6/sQBqETv+T5srm9PLXSj1txRcLrAC+6L1S/Kt 42J+Wb2csC0ReauZ5w4RXI70XRlhwvRkpPxaEECnC24fBl6NBeYoYsFAKnY4zw7syr Q8AaSxemKQMBcbtPlN0+0j73SyM91DU05UiZD0MJoUDAdFFHU/TMYax2dQx7BbbRQI 1Xfmc0eUnm2yw== 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 bali.collaboradmins.com (Postfix) with ESMTPSA id 8068417E157E; Tue, 22 Apr 2025 15:57:22 +0200 (CEST) Message-ID: <26b9b027-b880-4880-9c12-844bd36bcd44@collabora.com> Date: Tue, 22 Apr 2025 15:57:21 +0200 Precedence: bulk X-Mailing-List: chrome-platform@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: [PATCH v2 2/8] dt-bindings: arm: mediatek: Merge MT8186 Voltorb entries To: Chen-Yu Tsai , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Matthias Brugger , Benson Leung , Tzung-Bi Shih , Dmitry Torokhov Cc: devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-mediatek@lists.infradead.org, chrome-platform@lists.linux.dev, linux-input@vger.kernel.org, Douglas Anderson References: <20250421101248.426929-1-wenst@chromium.org> <20250421101248.426929-3-wenst@chromium.org> From: AngeloGioacchino Del Regno Content-Language: en-US In-Reply-To: <20250421101248.426929-3-wenst@chromium.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Il 21/04/25 12:12, Chen-Yu Tsai ha scritto: > There are only two different SKUs of Voltorb, and the only difference > between them is whether a touchscreen is present or not. This can be > detected by a simple I2C transfer to the address, instead of having > separate compatible strings and device trees. > > Drop the SKU-specific compatible strings and just keep the generic > "google,voltorb" one. > > Signed-off-by: Chen-Yu Tsai > Acked-by: Rob Herring (Arm) Reviewed-by: AngeloGioacchino Del Regno