]> git.dujemihanovic.xyz Git - u-boot.git/commit
board: phytec: common: Introduce a method to inject DDR timings deltas
authorWadim Egorov <w.egorov@phytec.de>
Wed, 22 May 2024 07:55:04 +0000 (09:55 +0200)
committerTom Rini <trini@konsulko.com>
Fri, 7 Jun 2024 20:02:26 +0000 (14:02 -0600)
commitcbf5c99ef317a135ffa9127794d3442a687e4fb8
treed40aee6599b46ab27a8172a1d6a3b7149b5efeb0
parente63908adbdf0b2dfada86fe848006f572f7df4a3
board: phytec: common: Introduce a method to inject DDR timings deltas

Introduce fdt_apply_ddrss_timings_patch() to allow board code to
override DDR settings in the device tree prior to DDRSS driver probing.

Signed-off-by: Wadim Egorov <w.egorov@phytec.de>
Tested-by: John Ma <jma@phytec.com>
board/phytec/common/Makefile
board/phytec/common/k3/Makefile
board/phytec/common/k3/k3_ddrss_patch.c [new file with mode: 0644]
board/phytec/common/k3/k3_ddrss_patch.h [new file with mode: 0644]
board/phytec/phycore_am62x/MAINTAINERS