]> Git Repo - buildroot-mgba.git/commit
configs/zynqmp_kria_xxx_defconfig: uboot dp pll patch
authorNeal Frager <[email protected]>
Mon, 23 May 2022 05:39:21 +0000 (23:39 -0600)
committerPeter Korsgaard <[email protected]>
Fri, 1 Jul 2022 15:02:15 +0000 (17:02 +0200)
commitda7b674d91e541fdde64cff9181d328562720026
treed291dd85b0061999e342e555b535651a9c757d60
parentd488c94630c9e10976b737b682e222f2f809122c
configs/zynqmp_kria_xxx_defconfig: uboot dp pll patch

This patch fixes the DP audio and video PLL configurations for the zynqmp-sm-k26-revA som.
It needs to be applied for both the kv260 and kr260 starter kits.

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)
  - DP system time clock PLL should use RPLL (0x3)

Register 0xFD1A0070 configures the DP video PLL.
Register 0xFD1A0074 configures the DP audio PLL.
Register 0xFD1A007C configures the DP system time clock PLL.

This patch was build and run tested on a zynqmp-kria-kv260 target board.

Upstream-Status: submitted (https://lore.kernel.org/all/fa7e9abc419c9d7648405d1c62367dbe701d09b8.1652709736[email protected]/)
This patch will be removed from buildroot in a future release when no longer necessary.

Signed-off-by: Neal Frager <[email protected]>
Reviewed-by: Luca Ceresoli <[email protected]>
Signed-off-by: Peter Korsgaard <[email protected]>
board/zynqmp/kria/patches/uboot/0001-arm64-zynqmp-zynqmp-sm-k26-revA-Fix-DP-PLL-configura.patch [new file with mode: 0644]
configs/zynqmp_kria_kv260_defconfig
This page took 0.032609 seconds and 4 git commands to generate.