On 17.06.2023 19:15, Krzysztof Kozlowski wrote: > Panel takes only one port: > > sc8180x-primus.dtb: panel: 'ports' does not match any of the regexes: 'pinctrl-[0-9]+' > > Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxx> > --- Reviewed-by: Konrad Dybcio <konrad.dybcio@xxxxxxxxxx> Konrad > arch/arm64/boot/dts/qcom/sc8180x-primus.dts | 8 +++----- > 1 file changed, 3 insertions(+), 5 deletions(-) > > diff --git a/arch/arm64/boot/dts/qcom/sc8180x-primus.dts b/arch/arm64/boot/dts/qcom/sc8180x-primus.dts > index fc038474cb71..9b8695b92c48 100644 > --- a/arch/arm64/boot/dts/qcom/sc8180x-primus.dts > +++ b/arch/arm64/boot/dts/qcom/sc8180x-primus.dts > @@ -377,11 +377,9 @@ panel { > > backlight = <&backlight>; > > - ports { > - port { > - auo_b133han05_in: endpoint { > - remote-endpoint = <&mdss_edp_out>; > - }; > + port { > + auo_b133han05_in: endpoint { > + remote-endpoint = <&mdss_edp_out>; > }; > }; > };