Re: [GIT PULL] Devicetree fixes for v5.9, take 3

2020-09-29 Thread pr-tracker-bot
The pull request you sent on Tue, 29 Sep 2020 15:54:31 -0500:

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

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/02de58b24d2e1b2cf947d57205bd2221d897193c

Thank you!

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


[GIT PULL] Devicetree fixes for v5.9, take 3

2020-09-29 Thread Rob Herring
Hi Linus,

Please pull a couple more DT related fixes for v5.9.

Rob

The following changes since commit 5cd841d2676a702e5f79a8bacbfbae3bfc2411f7:

  dt-bindings: vendor-prefixes: Remove trailing whitespace (2020-08-21 16:27:57 
-0600)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux.git 
tags/devicetree-fixes-for-5.9-3

for you to fetch changes up to efe84d408bf41975db8506d3a1cc02e794e2309c:

  scripts/dtc: only append to HOST_EXTRACFLAGS instead of overwriting 
(2020-09-29 15:48:08 -0500)


Devicetree fixes for v5.9, take 3:

- Fix handling of HOST_EXTRACFLAGS for dtc

- Several warning fixes for DT bindings


Marek Behún (1):
  dt-bindings: leds: cznic,turris-omnia-leds: fix error in binding

Maxime Ripard (1):
  ARM: dts: bcm2835: Change firmware compatible from simple-bus to 
simple-mfd

Rob Herring (1):
  dt-bindings: Fix 'reg' size issues in zynqmp examples

Tero Kristo (1):
  dt-bindings: crypto: sa2ul: fix a DT binding check warning

Uwe Kleine-König (1):
  scripts/dtc: only append to HOST_EXTRACFLAGS instead of overwriting

 .../devicetree/bindings/arm/bcm/raspberrypi,bcm2835-firmware.yaml | 4 ++--
 Documentation/devicetree/bindings/crypto/ti,sa2ul.yaml| 2 +-
 .../devicetree/bindings/display/xlnx/xlnx,zynqmp-dpsub.yaml   | 8 
 .../devicetree/bindings/dma/xilinx/xlnx,zynqmp-dpdma.yaml | 2 +-
 .../devicetree/bindings/leds/cznic,turris-omnia-leds.yaml | 2 +-
 arch/arm/boot/dts/bcm2835-rpi.dtsi| 2 +-
 scripts/dtc/Makefile  | 2 +-
 7 files changed, 11 insertions(+), 11 deletions(-)