From nobody Wed Oct 1 22:33:20 2025 Received: from out-173.mta1.migadu.com (out-173.mta1.migadu.com [95.215.58.173]) (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 7A20A1ADC97 for ; Sat, 27 Sep 2025 03:23:09 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=95.215.58.173 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1758943392; cv=none; b=LXzDGflvmdXiAj622pDv7Hm2M/XxDHL7qBMPi6mEpiaZfOTlXb7JJSzmDMQtbvR5inc/KQnfHpvKi+siq+F0GBR9cb1ppnzeqE8xE5CvKteU2K5pB1Kv3z9+woYaU84s5C4a13Je43jyZRouk30s8Yn7/YnyQ1KMCDhN7Zdd7Bw= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1758943392; c=relaxed/simple; bh=ibAp27QMck5+GCF2v6MZNNDbYsRl+c91cqSLQJktu5k=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version; b=qu6CSE0JF+w8anIQhb3m9n/8tTzoVUJZa1ZZLCXpM8Hd/sw+/UARUkrOhKkP+jqa6uUxb9TU4T4s/1HM12HGSCK3O17lUdKijLhMsMJo2x9MXuAYut057H3Z5qUUmV7cjS66+ZWiyPxs3eefLCGHS6EkZsEb2F0pe8UjFwAuz6A= 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=P0DNo63o; arc=none smtp.client-ip=95.215.58.173 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="P0DNo63o" 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=1758943387; 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; bh=eG5FlfxeVXDWKvokhCaq7u1PWavtxnZJyjs2IS3VKao=; b=P0DNo63otVfI7bjvakwG3WZ7PLpQYc7dIyDvA+gNy57POI3d3Q4lA1kjaMEERYU69S2EtN 9qlKkns34brJrT/WN6GJrloSAzKvqE0NETGpGUxBSfJkXfmlVMUhfMrdQRXA28yPQg86dV hVkkKFnBlx2yWIPFTlMR6CDv7XpKtyAx5VkJj+wQK8XEZWwauOdSBngWSgvWUqAGSbOo9u DAbpGsTggTp0MXB9ONWmvJsLoR/8l6QoZ7MxzPHiX9PsK2wVVIxWbtw3YW/Ark1sS+vFDV /IwhYoFgdndwyZ6Gh6GbzRWjN2M8T1O6FxWbxNT9l2N3nWP8W40sgcQ0d1UhVA== From: Val Packett To: Bjorn Andersson , Konrad Dybcio , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Val Packett , Laurentiu Tudor , "Bryan O'Donoghue" Cc: Konrad Dybcio , linux-arm-msm@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH] arm64: dts: qcom: x1-dell-thena: remove dp data-lanes Date: Sat, 27 Sep 2025 00:22:24 -0300 Message-ID: <20250927032240.20759-1-val@packett.cool> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable X-Migadu-Flow: FLOW_OUT Content-Type: text/plain; charset="utf-8" The commit that moved data-lanes into the SoC dtsi (458de5842) got merged in parallel with the Thena dtsi (e7733b42) so these lines remained. Remove them to enable 4-lane DP on the X1E Dell Inspiron/Latitude. Fixes: e7733b42111c ("arm64: dts: qcom: Add support for Dell Inspiron 7441 = / Latitude 7455") Signed-off-by: Val Packett Reviewed-by: Bryan O'Donoghue --- arch/arm64/boot/dts/qcom/x1-dell-thena.dtsi | 2 -- 1 file changed, 2 deletions(-) diff --git a/arch/arm64/boot/dts/qcom/x1-dell-thena.dtsi b/arch/arm64/boot/= dts/qcom/x1-dell-thena.dtsi index d71b67824a99..ef83e87e1b7a 100644 --- a/arch/arm64/boot/dts/qcom/x1-dell-thena.dtsi +++ b/arch/arm64/boot/dts/qcom/x1-dell-thena.dtsi @@ -1090,7 +1090,6 @@ &mdss_dp0 { }; =20 &mdss_dp0_out { - data-lanes =3D <0 1>; link-frequencies =3D /bits/ 64 <1620000000 2700000000 5400000000 81000000= 00>; }; =20 @@ -1099,7 +1098,6 @@ &mdss_dp1 { }; =20 &mdss_dp1_out { - data-lanes =3D <0 1>; link-frequencies =3D /bits/ 64 <1620000000 2700000000 5400000000 81000000= 00>; }; =20 --=20 2.51.0