ath79/mikrotik: use routerbootpart partitions
[oweals/openwrt.git] / target / linux / layerscape / patches-5.4 / 302-dts-0092-arm64-dts-ls1028a-Add-DP-DT-nodes.patch
1 From 4de1f70135fa4b44eb5016e36ba08ffd0bc62414 Mon Sep 17 00:00:00 2001
2 From: Wen He <wen.he_1@nxp.com>
3 Date: Wed, 27 Nov 2019 17:48:17 +0800
4 Subject: [PATCH] arm64: dts: ls1028a: Add DP DT nodes
5
6 Add DP DT nodes for configure and enable the HD Display
7 controller on LS1028ARDB and LS1028AQDS boards.
8
9 Signed-off-by: Wen He <wen.he_1@nxp.com>
10 ---
11  arch/arm64/boot/dts/freescale/fsl-ls1028a-qds.dts | 9 +--------
12  arch/arm64/boot/dts/freescale/fsl-ls1028a-rdb.dts | 9 +--------
13  2 files changed, 2 insertions(+), 16 deletions(-)
14
15 --- a/arch/arm64/boot/dts/freescale/fsl-ls1028a-qds.dts
16 +++ b/arch/arm64/boot/dts/freescale/fsl-ls1028a-qds.dts
17 @@ -273,14 +273,7 @@
18  };
19  
20  &hdptx0 {
21 -       fsl,no_edid;
22 -       resolution = "3840x2160@60",
23 -                  "1920x1080@60",
24 -                  "1280x720@60",
25 -                  "720x480@60";
26 -       lane_mapping = <0x4e>;
27 -       edp_link_rate = <0x6>;
28 -       edp_num_lanes = <0x4>;
29 +       lane-mapping = <0x4e>;
30         status = "okay";
31  };
32  
33 --- a/arch/arm64/boot/dts/freescale/fsl-ls1028a-rdb.dts
34 +++ b/arch/arm64/boot/dts/freescale/fsl-ls1028a-rdb.dts
35 @@ -272,13 +272,6 @@
36  };
37  
38  &hdptx0 {
39 -       fsl,no_edid;
40 -       resolution = "3840x2160@60",
41 -                  "1920x1080@60",
42 -                  "1280x720@60",
43 -                  "720x480@60";
44 -       lane_mapping = <0x4e>;
45 -       edp_link_rate = <0x6>;
46 -       edp_num_lanes = <0x4>;
47 +       lane-mapping = <0x4e>;
48         status = "okay";
49  };