Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

dt-bindings: display: xinpeng,xpp055c272: document port

Panels are supposed to have one port (defined in panel-common.yaml
binding):

px30-evb.dtb: panel@0: 'port' does not match any of the regexes: 'pinctrl-[0-9]+'

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Reviewed-by: Jagan Teki <jagan@amarulasolutions.com>
Reviewed-by: Neil Armstrong <neil.armstrong@linaro.org>
Link: https://lore.kernel.org/r/20230326204224.80181-1-krzysztof.kozlowski@linaro.org
Signed-off-by: Rob Herring <robh@kernel.org>

authored by

Krzysztof Kozlowski and committed by
Rob Herring
52fb6663 65fda4b2

+8
+8
Documentation/devicetree/bindings/display/panel/xinpeng,xpp055c272.yaml
··· 17 17 const: xinpeng,xpp055c272 18 18 reg: true 19 19 backlight: true 20 + port: true 20 21 reset-gpios: true 21 22 iovcc-supply: 22 23 description: regulator that supplies the iovcc voltage ··· 28 27 - compatible 29 28 - reg 30 29 - backlight 30 + - port 31 31 - iovcc-supply 32 32 - vci-supply 33 33 ··· 46 44 backlight = <&backlight>; 47 45 iovcc-supply = <&vcc_1v8>; 48 46 vci-supply = <&vcc3v3_lcd>; 47 + 48 + port { 49 + mipi_in_panel: endpoint { 50 + remote-endpoint = <&mipi_out_panel>; 51 + }; 52 + }; 49 53 }; 50 54 }; 51 55