]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commit5c9b866eee6c323a2c9734be8e98f37067487fa6
tree08261167120c1921566b4701bf369db326b8399c
parent1424184ebc38084aa8e980acb79d52eb4aa4a633
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