All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 01/11] arm64: dts: qcom: sdm845-cheza: use just "port" in Innolux panel
@ 2023-03-26 15:57 Krzysztof Kozlowski
  2023-03-26 15:57 ` [PATCH 02/11] arm64: dts: qcom: sc8280xp-lenovo-thinkpad-x13s: use just "port" in panel Krzysztof Kozlowski
                   ` (10 more replies)
  0 siblings, 11 replies; 23+ messages in thread
From: Krzysztof Kozlowski @ 2023-03-26 15:57 UTC (permalink / raw)
  To: Andy Gross, Bjorn Andersson, Konrad Dybcio, Rob Herring,
	Krzysztof Kozlowski, linux-arm-msm, devicetree, linux-kernel
  Cc: Krzysztof Kozlowski

The panel bindings expect to have only one port, thus they do not allow
to use "ports" node:

  sdm845-cheza-r2.dtb: panel: 'ports' does not match any of the regexes: 'pinctrl-[0-9]+'

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
---
 arch/arm64/boot/dts/qcom/sdm845-cheza.dtsi | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/arch/arm64/boot/dts/qcom/sdm845-cheza.dtsi b/arch/arm64/boot/dts/qcom/sdm845-cheza.dtsi
index f2b48241d15c..59ad6a8403d2 100644
--- a/arch/arm64/boot/dts/qcom/sdm845-cheza.dtsi
+++ b/arch/arm64/boot/dts/qcom/sdm845-cheza.dtsi
@@ -135,11 +135,9 @@ panel: panel {
 		backlight = <&backlight>;
 		no-hpd;
 
-		ports {
-			panel_in: port {
-				panel_in_edp: endpoint {
-					remote-endpoint = <&sn65dsi86_out>;
-				};
+		panel_in: port {
+			panel_in_edp: endpoint {
+				remote-endpoint = <&sn65dsi86_out>;
 			};
 		};
 	};
-- 
2.34.1


^ permalink raw reply related	[flat|nested] 23+ messages in thread

end of thread, other threads:[~2023-03-28 14:57 UTC | newest]

Thread overview: 23+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-26 15:57 [PATCH 01/11] arm64: dts: qcom: sdm845-cheza: use just "port" in Innolux panel Krzysztof Kozlowski
2023-03-26 15:57 ` [PATCH 02/11] arm64: dts: qcom: sc8280xp-lenovo-thinkpad-x13s: use just "port" in panel Krzysztof Kozlowski
2023-03-26 22:19   ` Dmitry Baryshkov
2023-03-26 15:57 ` [PATCH 03/11] arm64: dts: qcom: sc8280xp-crd: " Krzysztof Kozlowski
2023-03-26 22:19   ` Dmitry Baryshkov
2023-03-26 15:57 ` [PATCH 04/11] arm64: dts: qcom: sc7180-idp: " Krzysztof Kozlowski
2023-03-26 22:19   ` Dmitry Baryshkov
2023-03-26 15:57 ` [PATCH 05/11] arm64: dts: qcom: sc7180-trogdor-quackingstick: " Krzysztof Kozlowski
2023-03-27 10:21   ` Dmitry Baryshkov
2023-03-26 15:57 ` [PATCH 06/11] arm64: dts: qcom: sc7180-trogdor-wormdingler: " Krzysztof Kozlowski
2023-03-27 10:21   ` Dmitry Baryshkov
2023-03-26 15:57 ` [PATCH 07/11] arm64: dts: qcom: sc7180-qcard: " Krzysztof Kozlowski
2023-03-27 10:21   ` Dmitry Baryshkov
2023-03-26 15:57 ` [PATCH 08/11] arm64: dts: qcom: sc7180-trogdor-lazor: correct panel compatible Krzysztof Kozlowski
2023-03-27 10:22   ` Dmitry Baryshkov
2023-03-26 15:57 ` [PATCH 09/11] arm64: dts: qcom: sdm845-oneplus: drop invalid panel properties Krzysztof Kozlowski
2023-03-27 10:22   ` Dmitry Baryshkov
2023-03-28 14:57   ` Caleb Connolly
2023-03-26 15:57 ` [PATCH 10/11] arm64: dts: qcom: sdm845-xiaomi-beryllium: " Krzysztof Kozlowski
2023-03-27 10:22   ` Dmitry Baryshkov
2023-03-26 15:57 ` [PATCH 11/11] arm64: dts: qcom: sdm845-xiaomi-beryllium: correct compatible Krzysztof Kozlowski
2023-03-27 10:23   ` Dmitry Baryshkov
2023-03-26 22:19 ` [PATCH 01/11] arm64: dts: qcom: sdm845-cheza: use just "port" in Innolux panel Dmitry Baryshkov

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.