mbox series

[GIT,PULL] Devicetree fixes for 5.11, take 2

Message ID 20210129225915.GA3859663@robh.at.kernel.org
State Not Applicable, archived
Headers show
Series [GIT,PULL] Devicetree fixes for 5.11, take 2 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux.git tags/devicetree-fixes-for-5.11-2

Checks

Context Check Description
robh/checkpatch warning total: 2 errors, 1 warnings, 0 lines checked

Message

Rob Herring Jan. 29, 2021, 10:59 p.m. UTC
Linus,

Please pull some more DT fixes for 5.11.

Rob


The following changes since commit 5c8fe583cce542aa0b84adc939ce85293de36e5e:

  Linux 5.11-rc1 (2020-12-27 15:30:22 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux.git tags/devicetree-fixes-for-5.11-2

for you to fetch changes up to 32ada6b0980d86133d080d62371a5787ea2ec5ed:

  dt-bindings: Cleanup standard unit properties (2021-01-29 16:36:06 -0600)

----------------------------------------------------------------
Devicetree fixes for v5.11, take 2:

- Cleanups on properties with standard unit suffixes

- Fix overwriting dma_range_map if there's no 'dma-ranges' property

- Fix a bug when creating a /chosen node from ARM ATAGs

- Add missing properties for TI j721e USB binding

- Several doc reference updates due to DT schema conversions

----------------------------------------------------------------
Grygorii Strashko (1):
      dt-bindings: usb: j721e: add ranges and dma-coherent props

Mauro Carvalho Chehab (4):
      ASoC: audio-graph-card: update audio-graph-card.yaml reference
      dt-bindings: display: mediatek: update mediatek,dpi.yaml reference
      dt-bindings: memory: mediatek: update mediatek,smi-larb.yaml references
      dt-bindings:iio:adc: update adc.yaml reference

Rob Herring (2):
      ARM: zImage: atags_to_fdt: Fix node names on added root nodes
      dt-bindings: Cleanup standard unit properties

Yong Wu (1):
      of/device: Update dma_range_map only when dev has valid dma-ranges

 Documentation/devicetree/bindings/arm/cpus.yaml    |  1 -
 .../devicetree/bindings/display/bridge/sii902x.txt |  2 +-
 .../bindings/display/mediatek/mediatek,disp.txt    |  4 +--
 .../devicetree/bindings/extcon/wlf,arizona.yaml    |  1 -
 .../devicetree/bindings/hwmon/adi,ltc2947.yaml     |  1 -
 .../devicetree/bindings/hwmon/baikal,bt1-pvt.yaml  |  8 ++---
 .../devicetree/bindings/hwmon/ti,tmp513.yaml       |  1 -
 .../devicetree/bindings/i2c/i2c-gpio.yaml          |  2 --
 .../bindings/i2c/snps,designware-i2c.yaml          |  3 --
 .../devicetree/bindings/iio/adc/adi,ad7192.yaml    |  2 +-
 .../devicetree/bindings/iio/adc/maxim,max9611.yaml |  1 -
 .../devicetree/bindings/iio/adc/st,stm32-adc.yaml  |  1 -
 .../bindings/iio/adc/ti,palmas-gpadc.yaml          |  2 --
 .../devicetree/bindings/iio/dac/adi,ad5758.yaml    | 41 ++++++++++++++--------
 .../bindings/iio/health/maxim,max30100.yaml        |  1 -
 .../bindings/input/touchscreen/touchscreen.yaml    |  2 --
 .../bindings/media/mediatek-jpeg-decoder.txt       |  2 +-
 .../bindings/media/mediatek-jpeg-encoder.txt       |  2 +-
 .../devicetree/bindings/media/mediatek-mdp.txt     |  2 +-
 .../devicetree/bindings/mmc/mmc-controller.yaml    |  1 -
 .../devicetree/bindings/mmc/mmc-pwrseq-simple.yaml |  2 --
 .../bindings/net/ethernet-controller.yaml          |  2 --
 .../devicetree/bindings/net/snps,dwmac.yaml        |  1 -
 .../devicetree/bindings/power/supply/battery.yaml  |  3 --
 .../devicetree/bindings/power/supply/bq2515x.yaml  |  1 -
 .../devicetree/bindings/regulator/dlg,da9121.yaml  |  1 -
 .../bindings/regulator/fixed-regulator.yaml        |  2 --
 Documentation/devicetree/bindings/rtc/rtc.yaml     |  2 --
 .../devicetree/bindings/serial/pl011.yaml          |  2 --
 .../devicetree/bindings/sound/sgtl5000.yaml        |  2 --
 .../devicetree/bindings/usb/ti,j721e-usb.yaml      |  4 +++
 .../devicetree/bindings/watchdog/watchdog.yaml     |  1 -
 arch/arm/boot/compressed/atags_to_fdt.c            |  3 +-
 drivers/of/device.c                                | 10 ++++--
 34 files changed, 49 insertions(+), 67 deletions(-)

Comments

pr-tracker-bot@kernel.org Jan. 30, 2021, 8:01 p.m. UTC | #1
The pull request you sent on Fri, 29 Jan 2021 16:59:15 -0600:

> git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux.git tags/devicetree-fixes-for-5.11-2

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/8c947645151cc2c279c75c7f640dd8f0fc0b9aa2

Thank you!