layerscape: add patches-5.4
[oweals/openwrt.git] / target / linux / layerscape / patches-5.4 / 302-dts-0072-arm64-ls1028ardb-Add-support-DP-nodes-for-LS1028ARDB.patch
1 From b778a15d8781263bb768c404965dd5ec4bbe80c8 Mon Sep 17 00:00:00 2001
2 From: Wen He <wen.he_1@nxp.com>
3 Date: Wed, 17 Jul 2019 15:04:13 +0800
4 Subject: [PATCH] arm64: ls1028ardb: Add support DP nodes for LS1028ARDB
5
6 This patch add HDP PHY Controller related nodes on the LS1028ARDB.
7
8 Signed-off-by: Alison Wang <alison.wang@nxp.com>
9 Signed-off-by: Wen He <wen.he_1@nxp.com>
10 ---
11  arch/arm64/boot/dts/freescale/fsl-ls1028a-rdb.dts | 12 ++++++++++++
12  1 file changed, 12 insertions(+)
13
14 --- a/arch/arm64/boot/dts/freescale/fsl-ls1028a-rdb.dts
15 +++ b/arch/arm64/boot/dts/freescale/fsl-ls1028a-rdb.dts
16 @@ -215,3 +215,15 @@
17  &sata {
18         status = "okay";
19  };
20 +
21 +&hdptx0 {
22 +       fsl,no_edid;
23 +       resolution = "3840x2160@60",
24 +                  "1920x1080@60",
25 +                  "1280x720@60",
26 +                  "720x480@60";
27 +       lane_mapping = <0x4e>;
28 +       edp_link_rate = <0x6>;
29 +       edp_num_lanes = <0x4>;
30 +       status = "okay";
31 +};