Linus, Please pull DT fixes for 5.8. I wouldn't normally update dtc at this point in the cycle, but I've been waiting on fixes to land upstream for a while now. Rob The following changes since commit b3a9e3b9622ae10064826dccb4f7a52bd88c7407: Linux 5.8-rc1 (2020-06-14 12:45:04 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux.git tags/devicetree-fixes-for-5.8-2 for you to fetch changes up to 0115e6c98c22f3fc7ff7da2a41480483abe95b37: dt-bindings: clock: imx: Fix e-mail address (2020-07-01 16:29:11 -0600) ---------------------------------------------------------------- Devicetree fixes for v5.8, take 2: - Sync dtc to upstream to pick up fixes for I2C bus checks and quiet warnings - Various fixes for DT binding check warnings - A couple of build fixes/improvements for binding checks - ReST formatting improvements for writing-schema.rst - Document reference fixes ---------------------------------------------------------------- Fabio Estevam (5): dt-bindings: usb: aspeed: Remove the leading zeroes dt-bindings: display: arm: versatile: Pass the sysreg unit name dt-bindings: thermal: Remove soc unit address dt-bindings: thermal: k3: Fix the reg property dt-bindings: clock: imx: Fix e-mail address Flavio Suligoi (1): doc: devicetree: bindings: fix spelling mistake Kangmin Park (1): dt-bindings: mailbox: zynqmp_ipi: fix unit address Masahiro Yamada (4): dt-bindings: bus: uniphier-system-bus: fix warning in example dt-bindings: fix error in 'make clean' after 'make dt_binding_check' dt-bindings: do not build processed-schema.yaml for 'make dt_binding_check' dt-bindings: copy process-schema-examples.yaml to process-schema.yaml Mauro Carvalho Chehab (5): dt: update a reference for reneases pcar file renamed to yaml dt: fix broken links due to txt->yaml renames dt: Fix broken references to renamed docs dt: fix reference to olpc,xo1.75-ec.txt docs: dt: minor adjustments at writing-schema.rst Rob Herring (1): scripts/dtc: Update to upstream version v1.6.0-11-g9d7888cbf19c Documentation/devicetree/bindings/Makefile | 38 +++++++++++++++------ .../devicetree/bindings/arm/freescale/fsl,scu.txt | 2 +- .../bus/socionext,uniphier-system-bus.yaml | 4 +-- .../devicetree/bindings/clock/imx27-clock.yaml | 2 +- .../devicetree/bindings/clock/imx31-clock.yaml | 2 +- .../devicetree/bindings/clock/imx5-clock.yaml | 2 +- .../devicetree/bindings/display/bridge/sii902x.txt | 2 +- .../bindings/display/imx/fsl-imx-drm.txt | 4 +-- .../devicetree/bindings/display/imx/ldb.txt | 4 +-- .../display/panel/arm,versatile-tft-panel.yaml | 2 +- .../bindings/display/rockchip/rockchip-drm.yaml | 2 +- .../bindings/gpio/mediatek,mt7621-gpio.txt | 2 +- .../bindings/interrupt-controller/csky,mpintc.txt | 2 +- .../bindings/mailbox/xlnx,zynqmp-ipi-mailbox.txt | 2 +- .../devicetree/bindings/misc/olpc,xo1.75-ec.txt | 2 +- .../devicetree/bindings/net/mediatek-bluetooth.txt | 2 +- .../bindings/pinctrl/renesas,pfc-pinctrl.txt | 2 +- .../devicetree/bindings/sound/audio-graph-card.txt | 2 +- .../devicetree/bindings/sound/st,sti-asoc-card.txt | 2 +- .../devicetree/bindings/spi/qcom,spi-geni-qcom.txt | 2 +- .../bindings/thermal/thermal-sensor.yaml | 2 +- .../devicetree/bindings/thermal/thermal-zones.yaml | 2 +- .../bindings/thermal/ti,am654-thermal.yaml | 2 +- .../devicetree/bindings/timer/csky,mptimer.txt | 2 +- .../devicetree/bindings/usb/aspeed,usb-vhub.yaml | 4 +-- Documentation/devicetree/writing-schema.rst | 9 +++-- Documentation/mips/ingenic-tcu.rst | 2 +- MAINTAINERS | 8 ++--- scripts/Makefile.lib | 7 +++- scripts/dtc/checks.c | 39 ++++++++++++++++++++-- scripts/dtc/dtc.h | 31 +++++++++++++++++ scripts/dtc/flattree.c | 2 +- scripts/dtc/libfdt/fdt_rw.c | 2 +- scripts/dtc/libfdt/fdt_sw.c | 2 +- scripts/dtc/libfdt/libfdt.h | 8 +++++ scripts/dtc/treesource.c | 8 ++--- scripts/dtc/version_gen.h | 2 +- scripts/dtc/yamltree.c | 6 ++-- 38 files changed, 159 insertions(+), 61 deletions(-)