u-boot/doc/device-tree-bindings
Patrick Delaunay 9819fe345c stm32mp1: ram: remove the support of calibration result
The support of a predefined DDR PHY tuning result is removed for
STM32MP1 driver because it is not needed at the supported frequency
when built-in calibration is executed.

The calibration parameters were provided in the device tree by the
optional node "st,phy-cal", activated in ddr helper file by the
compilation flag DDR_PHY_CAL_SKIP and filled with values generated
by the CubeMX DDR utilities.

This patch
- updates the binding file to remove "st,phy-cal" support
- updates the device trees and remove the associated defines
- simplifies the STM32MP1 DDR driver and remove the support of
  the optional parameter "st,phy-cal"

After this patch, the built-in calibration is always executed
and the calibration registers are moved in the phy dynamic part;
that allows manual tests.

Signed-off-by: Patrick Delaunay <patrick.delaunay@foss.st.com>
Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com>
2021-11-30 16:43:28 +01:00
..
adc doc: stm32mp1: add page for device tree bindings 2021-08-14 20:54:41 +02:00
arm dt-bindings: arm: scmi: OP-TEE as transport channel for SCMI messages 2021-11-23 13:53:03 -05:00
ata
axi
bus
clock doc: stm32mp1: add page for device tree bindings 2021-08-14 20:54:41 +02:00
cpu
exynos
firmware WS cleanup: remove excessive empty lines 2021-09-30 08:08:56 -04:00
fpga
fsp/fsp2/apollolake dt-bindings: fsp: Fix Apollo Lake FSP-S devicetree bindings 2021-04-15 10:43:17 +08:00
gpio drivers/gpio: add support for MAX7320 i2c i/o expander 2021-10-19 11:25:24 -04:00
gpu
i2c doc: stm32mp1: add page for device tree bindings 2021-08-14 20:54:41 +02:00
input dt-bindings: input: adc-keys bindings documentation 2021-02-18 11:37:26 +01:00
interrupt-controller
iommu iommu: Add IOMMU uclass 2021-10-31 08:46:44 -04:00
leds
mailbox WS cleanup: remove SPACE(s) followed by TAB 2021-09-30 09:08:16 -04:00
memory
memory-controller WS cleanup: remove SPACE(s) followed by TAB 2021-09-30 09:08:16 -04:00
memory-controllers stm32mp1: ram: remove the support of calibration result 2021-11-30 16:43:28 +01:00
mfd
misc
mmc sandbox: mmc: Support a backing file 2021-11-28 16:51:51 -07:00
mtd doc: stm32mp1: add page for device tree bindings 2021-08-14 20:54:41 +02:00
nand
net WS cleanup: remove SPACE(s) followed by TAB 2021-09-30 09:08:16 -04:00
pci x86: pci: Allow binding of some devices before relocation 2021-07-15 19:49:50 +08:00
pci_endpoint
phy doc: stm32mp1: add page for device tree bindings 2021-08-14 20:54:41 +02:00
pinctrl pinctrl: Add Apple pinctrl driver 2021-11-17 17:04:58 -05:00
pmic
power
pwm dt-bindings: pwm: pwm-at91: Add PWM bindings for A5D2 2021-10-12 15:18:39 +03:00
ram
reboot-mode reboot-mode: read the boot mode from RTC memory 2021-07-23 10:16:39 -04:00
regulator WS cleanup: remove SPACE(s) followed by TAB 2021-09-30 09:08:16 -04:00
remoteproc remoteproc: k3_r5: Sync to upstreamed kernel DT property names 2021-02-04 20:37:56 +05:30
reserved-memory
reset doc: stm32mp1: add page for device tree bindings 2021-08-14 20:54:41 +02:00
rtc doc: device-tree-bindings: rtc: Abracon AB x80x i2c rtc 2021-01-27 17:07:48 -05:00
serial serial: qcom: add support for GENI serial driver 2021-10-31 08:46:44 -04:00
soc/fsl/cpm_qe/qe net, qe: add DM support for QE UEC ethernet 2020-09-17 06:09:53 +02:00
sound sound: Add an ACPI driver for Maxim MAX98357ac 2020-07-17 14:32:24 +08:00
spi WS cleanup: remove SPACE(s) followed by TAB 2021-09-30 09:08:16 -04:00
spmi
sysinfo sysinfo: Add gpio-sysinfo driver 2021-05-04 07:57:18 -04:00
sysreset
thermal
timer
tpm2 WS cleanup: remove SPACE(s) followed by TAB 2021-09-30 09:08:16 -04:00
usb dt-bindings: usb: mtk-xhci: add optional properies to disable ports 2021-02-10 22:23:24 +01:00
video video: seps525: Add dt binding description 2021-01-05 11:54:53 +01:00
w1 WS cleanup: remove trailing empty lines 2021-09-30 08:08:56 -04:00
w1-eeprom WS cleanup: remove trailing empty lines 2021-09-30 08:08:56 -04:00
watchdog watchdog: add gpio watchdog driver 2021-08-31 12:04:03 +02:00
bootcount-syscon.txt bootcount: add a new driver with syscon as backend 2021-08-22 11:04:52 +02:00
chosen.txt x86: Add a way to add to the e820 memory table 2020-09-25 11:27:25 +08:00
config.txt treewide: fdt: Move fdt_get_config_... to ofnode_conf_read... 2021-09-25 09:46:15 -06:00
device.txt x86: Add wake sources for the acpi_gpe driver 2020-09-25 11:27:15 +08:00
README
root.txt

Device Tree Bindings Staging Area
=================================

This directory contains device tree bindings for U-Boot.

These follow along with Linux kernel bindings, with a few additions. By
adding the files here, U-Boot patches can clearly show thees additions.
This makes it easier for device tree people to review these additions in
patches sent to the U-Boot mailing list.

The intent IS to commit these files to U-Boot. Hopefully at some point
the files will be stored in another repo (shared with Linux) which is
brought in as needed. Changes here are intended to mirror changes in the
Linux Documentation/devicetree/bindings/ directory.

sjg@chromium.org
17-Jan-12