devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] Devicetree fixes for 5.11, take 2
@ 2021-01-29 22:59 Rob Herring
  2021-01-30 20:01 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Rob Herring @ 2021-01-29 22:59 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-kernel, devicetree, Frank Rowand

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(-)

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [GIT PULL] Devicetree fixes for 5.11, take 2
  2021-01-29 22:59 [GIT PULL] Devicetree fixes for 5.11, take 2 Rob Herring
@ 2021-01-30 20:01 ` pr-tracker-bot
  0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2021-01-30 20:01 UTC (permalink / raw)
  To: Rob Herring; +Cc: Linus Torvalds, linux-kernel, devicetree, Frank Rowand

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!

-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-01-30 20:02 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-01-29 22:59 [GIT PULL] Devicetree fixes for 5.11, take 2 Rob Herring
2021-01-30 20:01 ` pr-tracker-bot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).