From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from out-179.mta1.migadu.com (out-179.mta1.migadu.com [95.215.58.179]) (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 521D429E10F for ; Sun, 6 Jul 2025 20:58:55 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=95.215.58.179 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1751835538; cv=none; b=dvo7a/qe2smIKr8LLk5H6EQPi4qxQ2WMH2rxRJ10Zf2tpKUCIEAopyZgEbiHi9ztXdFRzJAIM3Qt9DUdFfXfXzRL58uQSqqufkHQt6Egtv22oTmc1kuI0FZaWAF9F4pkeK6rZNJLxaAR018ZLVVOtdOy7qtJ5QzKWXyLVY4Qrgw= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1751835538; c=relaxed/simple; bh=tHAOfmWrKC2MO0J8+E3XQ1TtW8obhRiT/OhAQjCNz0o=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=TWrIu8ImOlmqipxbf+E9OJzrLdoO5GaPfNDewSzdtFIypOqUoJJQD0wNTiZaWHKohwlgyTbNd6SCVMBJFi1s/qIaOakcHbLFUx3UNY+SfUJ1GwEgzizEg7AUVqrDANIV0br3VZ8fFWta+lTYx+AtcXf7WZfi6Jkxd7yisIZtT34= 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=q3JDerJC; arc=none smtp.client-ip=95.215.58.179 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="q3JDerJC" 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=1751835533; 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=8fVALWoYDFjauVrLrvxQSV8FxyXgrZXKC9VSebAbBFY=; b=q3JDerJCH4yA1V77IcVNXt37It6U1muIsf9Sft6UVW4HQ/uZanqkNUZXmFMGEZv57OGPml PDPDZ+Ml/Nxze5VSNi1im/XwUmJauqXawogeYPcmRkA8xid+kz9ySWePnX/RkH8w4Kw9tN dr54fkzZkkPsTKy3N4ww5b+GLb+OWCUoIWt4/abYtvZZ8uDAY/uMSt0ngs5MFOMvgeaWq1 Qtf/3dV+kqj2MsSeJ2ePx5t+O2oo6E47h9WSQzPTQS4M42W/JDn2T6ZfSvvGjzo/w/bv2e daVDeXQnqDBk7HJKjOJuRG1mCzv+OWbQ6VDX2Ja+pZgYxXPKOdVy8Pyt1dHkow== From: Val Packett To: Bjorn Andersson , Konrad Dybcio , Rob Herring , Krzysztof Kozlowski , Conor Dooley Cc: Bryan O'Donoghue , Krzysztof Kozlowski , Val Packett , linux-arm-msm@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH v3 1/5] dt-bindings: arm: qcom: Add Dell Inspiron 14 Plus 7441 Date: Sun, 6 Jul 2025 17:50:23 -0300 Message-ID: <20250706205723.9790-3-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 From: Bryan O'Donoghue Document the X1E80100-based Dell Inspiron 14 Plus 7441 laptop, codename: Thena. Signed-off-by: Bryan O'Donoghue Acked-by: Krzysztof Kozlowski Signed-off-by: Val Packett --- 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 ae43b3556580..8e3b804864fa 100644 --- a/Documentation/devicetree/bindings/arm/qcom.yaml +++ b/Documentation/devicetree/bindings/arm/qcom.yaml @@ -1146,6 +1146,7 @@ properties: - enum: - asus,vivobook-s15 - asus,zenbook-a14-ux3407ra + - dell,inspiron-14-plus-7441 - dell,xps13-9345 - hp,elitebook-ultra-g1q - hp,omnibook-x14 -- 2.49.0