From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from out-171.mta1.migadu.com (out-171.mta1.migadu.com [95.215.58.171]) (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 BC51B2BE020 for ; Sun, 6 Jul 2025 20:59:00 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=95.215.58.171 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1751835542; cv=none; b=sZifkgm8Bn2IgSwFXHwmNSZxXeF8/xNoyhdr2JqYBCG+ZaSnYG4e6oKwU0OQRNPnPoZDq4iAt92+5atnO9EiFqKRe1HIwskScvGs+/AKyxhZfPiro+PyBnzrOvZNZQnTKhOa5sohuykDWyIB73pZVlU/Ehn/1y5ue7sX2agmHIg= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1751835542; c=relaxed/simple; bh=ho2rwTSdEsBwxt3Tg5cPYOoKqzB5TlXOnmxJt71JOnQ=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=iwbBbbo5CC7tWgNCt0Zu0t5Df+5wfNHkcmN+e0dHxtau9pPe6rv4r8G3KPPEU97ITnX0SAOeMSlX36zkSZMaqqZfDGOoezk6h+4YaGysPLoEAWSNxmhgzopkH2ogoVekCJkuVOhWfh/IZns8CIC8nR9CTKxeAC7tmD2+un5izHE= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=packett.cool; spf=pass smtp.mailfrom=packett.cool; dkim=pass (2048-bit key) header.d=packett.cool header.i=@packett.cool header.b=YLHExb1l; arc=none smtp.client-ip=95.215.58.171 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=packett.cool Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=packett.cool Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=packett.cool header.i=@packett.cool header.b="YLHExb1l" X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=packett.cool; s=key1; t=1751835538; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=OpPPvZlTf161qo41zEM/rvDpNb0+czAede4+ebWXEe0=; b=YLHExb1l8hwWbzRscCHRVhQFL7m6ipWFBWsK39JzxQp/AzdWicAyU+dIswq3Q3wn9F4pc4 tMimOuMYJu2YgIJg8sUuny5S64yAi3L5CuB8YJ8OA8hgVYY3dAY3mhXeQ/f0S3OrE4Olm2 NwU/Wexbje/waXXP0xn+KxDn2p+5eox7UAShNgyvKycX8M57o/+e+EMUA9NM+Jo38/sjwh AB9PLQUkoRZhNkcvQqaiyH3n6rltDJb88bJNE5FY/6yNPQzxzshZloBIZenEvJnE206WvQ VGR9NUPG1z/IS75SvAu5Feco18JubzRo95N8WuFexGkHU1FuySD4rWaJs5fIFg== From: Val Packett To: Bjorn Andersson , Konrad Dybcio , Rob Herring , Krzysztof Kozlowski , Conor Dooley Cc: Val Packett , Krzysztof Kozlowski , linux-arm-msm@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH v3 2/5] dt-bindings: arm: qcom: Add Dell Latitude 7455 Date: Sun, 6 Jul 2025 17:50:24 -0300 Message-ID: <20250706205723.9790-4-val@packett.cool> In-Reply-To: <20250706205723.9790-2-val@packett.cool> References: <20250706205723.9790-2-val@packett.cool> Precedence: bulk X-Mailing-List: devicetree@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Migadu-Flow: FLOW_OUT Document the X1E80100-based Dell Latitude 7455 laptop, codename Thena (the codename is shared with the near-identical Inspiron 14 Plus 7441). Signed-off-by: Val Packett Acked-by: Krzysztof Kozlowski --- Documentation/devicetree/bindings/arm/qcom.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/arm/qcom.yaml b/Documentation/devicetree/bindings/arm/qcom.yaml index 8e3b804864fa..162f80123cf6 100644 --- a/Documentation/devicetree/bindings/arm/qcom.yaml +++ b/Documentation/devicetree/bindings/arm/qcom.yaml @@ -1147,6 +1147,7 @@ properties: - asus,vivobook-s15 - asus,zenbook-a14-ux3407ra - dell,inspiron-14-plus-7441 + - dell,latitude-7455 - dell,xps13-9345 - hp,elitebook-ultra-g1q - hp,omnibook-x14 -- 2.49.0