Message ID | 20230326155753.92007-7-krzysztof.kozlowski@linaro.org |
---|---|
State | Accepted |
Commit | ff5508b93b9c5dd723ac68c315be1cf727845063 |
Headers | show |
Series | [01/11] arm64: dts: qcom: sdm845-cheza: use just "port" in Innolux panel | expand |
On 26/03/2023 18:57, Krzysztof Kozlowski wrote: > The panel bindings expect to have only one port, thus they do not allow > to use "ports" node: > > sc7280-herobrine-zombie-nvme-lte.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/sc7280-qcard.dtsi | 11 +++-------- > 1 file changed, 3 insertions(+), 8 deletions(-) Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
diff --git a/arch/arm64/boot/dts/qcom/sc7280-qcard.dtsi b/arch/arm64/boot/dts/qcom/sc7280-qcard.dtsi index 95d9e4a19d76..9137db066d9e 100644 --- a/arch/arm64/boot/dts/qcom/sc7280-qcard.dtsi +++ b/arch/arm64/boot/dts/qcom/sc7280-qcard.dtsi @@ -354,14 +354,9 @@ edp_panel: panel { backlight = <&pm8350c_pwm_backlight>; - ports { - #address-cells = <1>; - #size-cells = <0>; - port@0 { - reg = <0>; - edp_panel_in: endpoint { - remote-endpoint = <&mdss_edp_out>; - }; + port { + edp_panel_in: endpoint { + remote-endpoint = <&mdss_edp_out>; }; }; };
The panel bindings expect to have only one port, thus they do not allow to use "ports" node: sc7280-herobrine-zombie-nvme-lte.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/sc7280-qcard.dtsi | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-)