rv1126-uboot/doc/device-tree-bindings
Felix Brack 8f3d02601c UPSTREAM: doc: Fix statements on case sensitivity for regulator prefix
The regulator bindings state that regulator prefixes are allowd to be
in upper or lower case. However pmic_bind_children from pmic_uclass uses
strncmp to compare DT node name against prefix. This comparison is case
sensitive hence the regulator driver prefix case matters.

Change-Id: I991a56a1cae736c22012318612e7a4d1f8f25f31
Signed-off-by: Felix Brack <fb@ltec.ch>
Signed-off-by: Kever Yang <kever.yang@rock-chips.com>
(cherry picked from commit bd2259e3c40c097c47e1dfc58a03b1df66b44840)
2018-01-17 15:27:28 +08:00
..
adc
ata
clock rockchip: rk3368: add DRAM controller driver with DRAM initialisation 2017-08-13 17:12:33 +02:00
cpu
exynos
firmware
gpio
gpu
i2c i2c: add i2c driver for stm32 2017-08-23 07:04:40 +02:00
input
leds dm: led: add BCM6358 led driver 2017-05-10 16:16:09 +02:00
mailbox
misc x86: baytrail: Change lpe/lpss-sio/scc FSP properties to integer 2017-06-05 08:55:22 +08:00
mmc
mtd
nand
net
pci
pinctrl
pmic
power
pwm doc: dtbinding: add pwm binding file 2017-05-10 13:37:21 -06:00
ram ram: stm32: add second SDRAM bank management 2017-07-26 11:29:15 -04:00
regulator UPSTREAM: doc: Fix statements on case sensitivity for regulator prefix 2018-01-17 15:27:28 +08:00
remoteproc
reset
serial
spi
spmi
thermal
timer
usb
video at91: video: DT binding for HLCDC driver 2017-04-14 15:42:42 +02:00
README
chosen.txt UPSTREAM: rockchip: spl: support a 'same-as-spl'-specifier in the spl-boot-order 2018-01-17 15:27:28 +08:00
config.txt doc: document u-boot, mmc-env-offset and u-boot, mmc-env-offset-redund 2017-05-29 17:28:52 +09:00
root.txt

README

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