u-boot-brain/doc/device-tree-bindings
Suman Anna 468ec2f3ef remoteproc: k3_r5: Sync to upstreamed kernel DT property names
The K3 R5F remoteproc driver in U-Boot was upstreamed prior to the
equivalent remoteproc driver in the Linux kernel. Some of the DT
properties used in U-Boot got upstreamed using different names
in Linux kernel.

The modified property names include the R5F cluster mode configuration
property "lockstep-mode"; and three different individual R5F core config
properties - "atcm-enable", "btcm-enable" and "loczrama". The property
names were updated as follows:
  lockstep-mode => ti,cluster-mode
  atcm-enable   => ti,atcm-enable
  btcm-enable   => ti,btcm-enable
  loczrama      => ti,loczrama

Update the K3 R5F remoteproc driver, the corresponding binding, and
all the existing usage in AM65x, J721E and J7200 dts files all at
once to use the new properties and to not break any bisectability.

Signed-off-by: Suman Anna <s-anna@ti.com>
2021-02-04 20:37:56 +05:30
..
adc
arm dt-bindings: arm: SCMI bindings documentation 2020-09-30 11:55:23 -04:00
ata
axi
bus
clock
cpu
exynos
firmware
fpga
fsp/fsp2/apollolake x86: fsp: Replace e-mmc with emmc in devicetree bindings 2020-09-21 16:41:35 +08:00
gpio
gpu
i2c i2c: Add a generic driver to generate ACPI info 2020-09-25 11:27:15 +08:00
input
interrupt-controller
leds
mailbox
memory
memory-controller
memory-controllers
mfd
misc
mmc
mtd
nand
net net: tsec: Add the compatible string "gianfar" support 2020-09-24 08:27:44 -04:00
pci
pci_endpoint
phy phy: stm32: usbphyc: manage optional vbus regulator on phy_power_on/off 2020-11-25 12:02:58 +01:00
pinctrl dt-bindings: pinctrl: at91-pio4: add property for drive strength 2021-01-22 15:09:59 +02:00
pmic
power
pwm
ram
regulator
remoteproc remoteproc: k3_r5: Sync to upstreamed kernel DT property names 2021-02-04 20:37:56 +05:30
reserved-memory
reset
rtc doc: device-tree-bindings: rtc: Abracon AB x80x i2c rtc 2021-01-27 17:07:48 -05:00
serial
soc/fsl/cpm_qe/qe net, qe: add DM support for QE UEC ethernet 2020-09-17 06:09:53 +02:00
sound
spi spi: dw: Document devicetree binding 2020-12-18 16:16:37 +05:30
spmi
sysinfo smbios: Add documentation and devicetree binding 2020-11-06 10:18:20 +08:00
sysreset
thermal
timer
tpm2
usb dt-bindings: usb: mtu3: add bindings for MediaTek USB3 DRD 2020-10-20 00:49:05 +02:00
video video: seps525: Add dt binding description 2021-01-05 11:54:53 +01:00
w1
w1-eeprom
chosen.txt x86: Add a way to add to the e820 memory table 2020-09-25 11:27:25 +08:00
config.txt
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