u-boot/doc/device-tree-bindings
Marek Behún 5534fb4f48 arm64: a37xx: pinctrl: Correct PWM pins definitions
The PWM pins on North Bridge on Armada 37xx can be configured into PWM
or GPIO functions. When in PWM function, each pin can also be configured
to drive low on 0 and tri-state on 1 (LED mode).

The current definitions handle this by declaring two pin groups for each
pin:
- group "pwmN" with functions "pwm" and "gpio"
- group "ledN_od" ("od" for open drain) with functions "led" and "gpio"

This is semantically incorrect. The correct definition for each pin
should be one group with three functions: "pwm", "led" and "gpio".

Change the "pwmN" groups to support "led" function.

Remove "ledN_od" groups. This cannot break backwards compatibility with
older device trees: no device tree uses it since there is no PWM driver
for this SOC yet. Also "ledN_od" groups are not even documented.

Signed-off-by: Marek Behún <marek.behun@nic.cz>
Reviewed-by: Stefan Roese <sr@denx.de>
2021-07-31 09:59:58 +02:00
..
adc
arm firmware: scmi: voltage regulator 2021-04-12 17:17:11 -04:00
ata
axi
bus dm: Add support for simple-pm-bus 2020-07-01 15:01:21 +08:00
clock stm32mp1: clk: configure pll1 with OPP 2020-07-07 16:01:23 +02:00
cpu
exynos
firmware firmware: ti_sci: Add support for Resoure Management at R5 SPL stage. 2021-06-11 19:18:52 +05:30
fpga
fsp/fsp2/apollolake dt-bindings: fsp: Fix Apollo Lake FSP-S devicetree bindings 2021-04-15 10:43:17 +08:00
gpio msm_gpio: Add support for Qualcomm IPQ40xx 2020-07-29 08:43:40 -04:00
gpu
i2c i2c: Add a generic driver to generate ACPI info 2020-09-25 11:27:15 +08:00
input dt-bindings: input: adc-keys bindings documentation 2021-02-18 11:37:26 +01:00
interrupt-controller tpm: cr50: Use the correct GPIO binding 2020-04-16 14:36:28 +08:00
leds
mailbox
memory
memory-controller dt-bindings: memory-controller: Add K3 AM64 DDRSS compatible 2021-05-12 16:30:52 +05:30
memory-controllers ram: stm32mp1: the property st, phy-cal becomes optional 2020-03-24 14:23:30 +01:00
mfd clk: Add K210 clock support 2020-07-01 15:01:21 +08:00
misc Merge tag 'ti-v2020.07-next' of https://gitlab.denx.de/u-boot/custodians/u-boot-ti into next 2020-03-17 11:59:58 -04:00
mmc
mtd ARM: dts: stm32mp1: DT alignment with kernel v5.4 2020-02-13 17:25:34 +01:00
nand
net dt-bindings: net: Update Freescale TSEC to support "queue-group" 2021-04-15 14:22:17 +05:30
pci x86: pci: Allow binding of some devices before relocation 2021-07-15 19:49:50 +08:00
pci_endpoint
phy doc: dt-bindings: add Marvell comphy binding 2021-04-29 07:45:24 +02:00
pinctrl arm64: a37xx: pinctrl: Correct PWM pins definitions 2021-07-31 09:59:58 +02:00
pmic
power
pwm pwm: Add a driver for Chrome OS EC PWM 2021-04-10 16:08:39 +02:00
ram
reboot-mode reboot-mode: read the boot mode from RTC memory 2021-07-23 10:16:39 -04:00
regulator doc: device-tree-bindings: regulator: anatop regulator 2021-04-20 07:31:12 -04:00
remoteproc remoteproc: k3_r5: Sync to upstreamed kernel DT property names 2021-02-04 20:37:56 +05:30
reserved-memory
reset reset: Add generic reset driver 2020-07-01 15:01:21 +08:00
rtc doc: device-tree-bindings: rtc: Abracon AB x80x i2c rtc 2021-01-27 17:07:48 -05:00
serial msm_serial: Read bit rate register value from DT 2020-07-29 08:43:40 -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 spi: dw: Document devicetree binding 2020-12-18 16:16:37 +05:30
spmi
sysinfo sysinfo: Add gpio-sysinfo driver 2021-05-04 07:57:18 -04:00
sysreset
thermal
timer
tpm2 tpm2: tis_spi: add linux compatible fallback string 2020-07-08 15:38:32 -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
w1-eeprom
README
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
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