2020-07-02 23:30:56 +08:00
|
|
|
From 4de1f70135fa4b44eb5016e36ba08ffd0bc62414 Mon Sep 17 00:00:00 2001
|
|
|
|
From: Wen He <wen.he_1@nxp.com>
|
|
|
|
Date: Wed, 27 Nov 2019 17:48:17 +0800
|
|
|
|
Subject: [PATCH] arm64: dts: ls1028a: Add DP DT nodes
|
|
|
|
|
|
|
|
Add DP DT nodes for configure and enable the HD Display
|
|
|
|
controller on LS1028ARDB and LS1028AQDS boards.
|
|
|
|
|
|
|
|
Signed-off-by: Wen He <wen.he_1@nxp.com>
|
|
|
|
---
|
|
|
|
arch/arm64/boot/dts/freescale/fsl-ls1028a-qds.dts | 9 +--------
|
|
|
|
arch/arm64/boot/dts/freescale/fsl-ls1028a-rdb.dts | 9 +--------
|
|
|
|
2 files changed, 2 insertions(+), 16 deletions(-)
|
|
|
|
|
|
|
|
--- a/arch/arm64/boot/dts/freescale/fsl-ls1028a-qds.dts
|
|
|
|
+++ b/arch/arm64/boot/dts/freescale/fsl-ls1028a-qds.dts
|
2022-01-28 01:53:03 +08:00
|
|
|
@@ -274,14 +274,7 @@
|
2020-07-02 23:30:56 +08:00
|
|
|
};
|
|
|
|
|
|
|
|
&hdptx0 {
|
|
|
|
- fsl,no_edid;
|
|
|
|
- resolution = "3840x2160@60",
|
|
|
|
- "1920x1080@60",
|
|
|
|
- "1280x720@60",
|
|
|
|
- "720x480@60";
|
|
|
|
- lane_mapping = <0x4e>;
|
|
|
|
- edp_link_rate = <0x6>;
|
|
|
|
- edp_num_lanes = <0x4>;
|
|
|
|
+ lane-mapping = <0x4e>;
|
|
|
|
status = "okay";
|
|
|
|
};
|
|
|
|
|
|
|
|
--- a/arch/arm64/boot/dts/freescale/fsl-ls1028a-rdb.dts
|
|
|
|
+++ b/arch/arm64/boot/dts/freescale/fsl-ls1028a-rdb.dts
|
kernel: bump to 4.14.193, 4.19.138, 5.4.59 (#5350)
kernel: bump to 4.14.193, 4.19.138, 5.4.59 (#5350)
431fb8c mac80211: add AQL improvements
6bdd4c9 mac80211: add missing backports for building with 4.14 kernels
0106820 mac80211: add missing return code checks in AQL improvements
e7f7101 mac80211: rework encapsulation offload support
[package]
base-files: add function for generating random MAC
dnsmasq: abort dhcp_check on interface state
boot: sync upstream source code
ath10k-ct-firmware/mt76/sch_cake: update to latest git HEAD
[script]
download: add China Mirror Station
[target]
Sync: arc770, ath79, bcm63xx, kirkwood, lantiq, layerscape,
mediatek, mvebu, octeon, oxnas, pistachio, uml
Sync most of the target patches.
Run-compiled-on: ipq40xx (4.19 & 5.4), ramips
2020-08-26 11:31:50 +08:00
|
|
|
@@ -262,13 +262,6 @@
|
2020-07-02 23:30:56 +08:00
|
|
|
};
|
|
|
|
|
|
|
|
&hdptx0 {
|
|
|
|
- fsl,no_edid;
|
|
|
|
- resolution = "3840x2160@60",
|
|
|
|
- "1920x1080@60",
|
|
|
|
- "1280x720@60",
|
|
|
|
- "720x480@60";
|
|
|
|
- lane_mapping = <0x4e>;
|
|
|
|
- edp_link_rate = <0x6>;
|
|
|
|
- edp_num_lanes = <0x4>;
|
|
|
|
+ lane-mapping = <0x4e>;
|
|
|
|
status = "okay";
|
|
|
|
};
|