Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

arm64: zynqmp: Enable DP driver for SOMs

DP DMA is already enabled that's why there is no reason to keep DP
disabled.

Signed-off-by: Michal Simek <michal.simek@amd.com>
Link: https://lore.kernel.org/r/15d16b4de933bfae108df6ca368eb2cdf916aa02.1683034376.git.michal.simek@amd.com

+2 -2
+1 -1
arch/arm64/boot/dts/xilinx/zynqmp-sck-kv-g-revA.dtso
··· 95 95 }; 96 96 97 97 &zynqmp_dpsub { 98 - status = "disabled"; 98 + status = "okay"; 99 99 phy-names = "dp-phy0", "dp-phy1"; 100 100 phys = <&psgtr 1 PHY_TYPE_DP 0 0>, <&psgtr 0 PHY_TYPE_DP 1 0>; 101 101 assigned-clock-rates = <27000000>, <25000000>, <300000000>;
+1 -1
arch/arm64/boot/dts/xilinx/zynqmp-sck-kv-g-revB.dtso
··· 76 76 }; 77 77 78 78 &zynqmp_dpsub { 79 - status = "disabled"; 79 + status = "okay"; 80 80 phy-names = "dp-phy0", "dp-phy1"; 81 81 phys = <&psgtr 1 PHY_TYPE_DP 0 0>, <&psgtr 0 PHY_TYPE_DP 1 0>; 82 82 assigned-clock-rates = <27000000>, <25000000>, <300000000>;