[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <282b07a1-2e39-2dbe-dd7b-eed2ae9e25fb@somainline.org>
Date: Sun, 24 Jan 2021 16:04:13 +0100
From: Konrad Dybcio <konrad.dybcio@...ainline.org>
To: Iskren Chernev <iskren.chernev@...il.com>,
Bjorn Andersson <bjorn.andersson@...aro.org>
Cc: Andy Gross <agross@...nel.org>, Rob Herring <robh+dt@...nel.org>,
linux-arm-msm@...r.kernel.org, devicetree@...r.kernel.org,
linux-kernel@...r.kernel.org,
~postmarketos/upstreaming@...ts.sr.ht,
Samuel Pascua <pascua.samuel.14@...il.com>,
Alexey Minnekhanov <alexeymin@...tmarketos.org>
Subject: Re: [PATCH 3/4] ARM: dts: qcom: msm8974-klte: add support for display
> + mdss@...00000 {
> + status = "ok";
> +
> + mdp@...00000 {
> + status = "ok";
> + };
> +
> + dsi@...22800 {
> + status = "ok";
> +
> + vdda-supply = <&pma8084_l2>;
> + vdd-supply = <&pma8084_l22>;
> + vddio-supply = <&pma8084_l12>;
> +
> + #address-cells = <1>;
> + #size-cells = <0>;
> +
> + ports {
> + port@1 {
> + endpoint {
> + remote-endpoint = <&panel_in>;
> + data-lanes = <0 1 2 3>;
> + };
> + };
> + };
> +
> + panel: panel@0 {
> + reg = <0>;
> + compatible = "samsung,s6e3fa2";
> +
> + pinctrl-names = "default";
> + pinctrl-0 = <&panel_pin>;
> +
> + port {
> + panel_in: endpoint {
> + remote-endpoint = <&dsi0_out>;
> + };
> + };
> + };
> + };
> +
> + dsi-phy@...22a00 {
> + status = "ok";
> +
> + vddio-supply = <&pma8084_l12>;
> + };
> + };
> };
>
Please use &label here. If there's none, add them in msm8974.dtsi.
Konrad
Powered by blists - more mailing lists