arm64: zynqmp: zynqmp-zcu106-rev1.0: Fix DP PLL configuration
authorNeal Frager <neal.frager@amd.com>
Tue, 10 May 2022 14:18:42 +0000 (16:18 +0200)
committerMichal Simek <michal.simek@amd.com>
Wed, 18 May 2022 11:17:18 +0000 (13:17 +0200)
commit80b8bbbf98fcb062d7bbc7bff10ef51086d3c422
tree08261167120c1921566b4701bf369db326b8399c
parent155353234ec2259efae88c9973f81a53a2b9afb5
arm64: zynqmp: zynqmp-zcu106-rev1.0: Fix DP PLL configuration

This patch fixes the DP audio and video PLL configurations for the zynqmp-zcu106-rev1.0 evaluation board.

The Linux DP driver expects the DP to be using the following PLL config:
  - DP video PLL should use the VPLL (0x0)
  - DP audio PLL should use the RPLL (0x3)

Register 0xFD1A0070 configures the DP video PLL.
Register 0xFD1A0074 configures the DP audio PLL.

Signed-off-by: Neal Frager <neal.frager@amd.com>
Signed-off-by: Michal Simek <michal.simek@amd.com>
Link: https://lore.kernel.org/r/ae42ad6185418713a473660c8d15903299af7764.1652192319.git.michal.simek@amd.com
board/xilinx/zynqmp/zynqmp-zcu106-rev1.0/psu_init_gpl.c