diff options
| author | Krzysztof Kozlowski <[email protected]> | 2023-03-26 17:57:47 +0200 |
|---|---|---|
| committer | Bjorn Andersson <[email protected]> | 2023-03-27 12:35:31 -0700 |
| commit | 88904a12fbcbd97e56d341080845ce0807164fb5 (patch) | |
| tree | b2ce005a60ee296832e5523d80ae7691a414bb4d | |
| parent | 746bda7d9dd9518793034d7008a19e4cf5c3004d (diff) | |
arm64: dts: qcom: sc7180-trogdor-quackingstick: use just "port" in panel
The panel bindings expect to have only one port, thus they do not allow
to use "ports" node:
sc7180-trogdor-quackingstick-r0.dtb: panel@0: 'ports' does not match any of the regexes: 'pinctrl-[0-9]+'
Signed-off-by: Krzysztof Kozlowski <[email protected]>
Reviewed-by: Dmitry Baryshkov <[email protected]>
Signed-off-by: Bjorn Andersson <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
| -rw-r--r-- | arch/arm64/boot/dts/qcom/sc7180-trogdor-quackingstick.dtsi | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/arch/arm64/boot/dts/qcom/sc7180-trogdor-quackingstick.dtsi b/arch/arm64/boot/dts/qcom/sc7180-trogdor-quackingstick.dtsi index cb41ccdaccfd..8e7b42f843d4 100644 --- a/arch/arm64/boot/dts/qcom/sc7180-trogdor-quackingstick.dtsi +++ b/arch/arm64/boot/dts/qcom/sc7180-trogdor-quackingstick.dtsi @@ -65,14 +65,9 @@ backlight = <&backlight>; rotation = <270>; - ports { - #address-cells = <1>; - #size-cells = <0>; - port@0 { - reg = <0>; - panel_in: endpoint { - remote-endpoint = <&dsi0_out>; - }; + port { + panel_in: endpoint { + remote-endpoint = <&dsi0_out>; }; }; }; |