Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1477740 > unrolled thread
| Started by | Stefan Agner <stefan@agner.ch> |
|---|---|
| First post | 2016-09-06 20:40 +0200 |
| Last post | 2016-09-06 20:40 +0200 |
| Articles | 1 — 1 participant |
Back to article view | Back to linux.kernel
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Re: [PATCH RESEND] ARM: dts: ls1021a: Add of_graph dt nodes to describe the panel Stefan Agner <stefan@agner.ch> - 2016-09-06 20:40 +0200
| From | Stefan Agner <stefan@agner.ch> |
|---|---|
| Date | 2016-09-06 20:40 +0200 |
| Subject | Re: [PATCH RESEND] ARM: dts: ls1021a: Add of_graph dt nodes to describe the panel |
| Message-ID | <setrQ-5CI-39@gated-at.bofh.it> |
On 2016-09-06 02:45, Meng Yi wrote:
> add of_graph dt nodes to describe the panel, and removed
> "fsl,panel" property
>
> Signed-off-by: Meng Yi <meng.yi@nxp.com>
Shawn, the changes required to the DCU driver made it into v4.8, so this
can be applied now. I will send out a patch which does the same
conversion for the remaining boards.
Acked-by: Stefan Agner <stefan@agner.ch>
--
Stefan
> ---
> arch/arm/boot/dts/ls1021a-twr.dts | 13 ++++++++++++-
> 1 file changed, 12 insertions(+), 1 deletion(-)
>
> diff --git a/arch/arm/boot/dts/ls1021a-twr.dts
> b/arch/arm/boot/dts/ls1021a-twr.dts
> index 75ecaed..a8b148a 100644
> --- a/arch/arm/boot/dts/ls1021a-twr.dts
> +++ b/arch/arm/boot/dts/ls1021a-twr.dts
> @@ -108,12 +108,23 @@
>
> panel: panel {
> compatible = "nec,nl4827hc19-05b";
> +
> + port {
> + panel_in: endpoint {
> + remote-endpoint = <&dcu_out>;
> + };
> + };
> };
> };
>
> &dcu {
> - fsl,panel = <&panel>;
> status = "okay";
> +
> + port {
> + dcu_out: endpoint {
> + remote-endpoint = <&panel_in>;
> + };
> + };
> };
>
> &dspi1 {
Back to top | Article view | linux.kernel
csiph-web