Merge tag 'devicetree-fixes-for-4.17' of git://git.kernel.org/pub/scm/linux/kernel...
authorLinus Torvalds <torvalds@linux-foundation.org>
Mon, 7 May 2018 15:33:29 +0000 (05:33 -1000)
committerLinus Torvalds <torvalds@linux-foundation.org>
Mon, 7 May 2018 15:33:29 +0000 (05:33 -1000)
Pull DeviceTree fixes from Rob Herring:

 - fix path to display timing binding

 - fix some typos in interrupt-names and clock-names

 - fix a resource leak on overlay removal

 - add missing documentation for R8A77965 DMA, serial, and net

 - cleanup sunxi pinctrl description

 - add Kieback & Peter GmbH vendor prefix

* tag 'devicetree-fixes-for-4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux:
  dt-bindings: panel: lvds: Fix path to display timing bindings
  dt-bindings: mvebu-uart: DT fix s/interrupts-names/interrupt-names/
  dt-bindings: meson-uart: DT fix s/clocks-names/clock-names/
  of: overlay: Stop leaking resources on overlay removal
  dtc: checks: drop warning for missing PCI bridge bus-range
  dt-bindings: dmaengine: rcar-dmac: document R8A77965 support
  dt-bindings: serial: sh-sci: Add support for r8a77965 (H)SCIF
  dt-bindings: net: ravb: Add support for r8a77965 SoC
  dt-bindings: pinctrl: sunxi: Fix reference to driver
  doc: Add vendor prefix for Kieback & Peter GmbH

1  2 
Documentation/devicetree/bindings/serial/renesas,sci-serial.txt

index a006ea4d065f7cdd0781ef2ef1ab1ee35827c5da,0cc5417904ddc370e4a2e5d050840c9083227e5b..106808b55b6da64d97d8d727673b14445b45bbb5
@@@ -17,8 -17,6 +17,8 @@@ Required properties
      - "renesas,scifa-r8a7745" for R8A7745 (RZ/G1E) SCIFA compatible UART.
      - "renesas,scifb-r8a7745" for R8A7745 (RZ/G1E) SCIFB compatible UART.
      - "renesas,hscif-r8a7745" for R8A7745 (RZ/G1E) HSCIF compatible UART.
 +    - "renesas,scif-r8a77470" for R8A77470 (RZ/G1C) SCIF compatible UART.
 +    - "renesas,hscif-r8a77470" for R8A77470 (RZ/G1C) HSCIF compatible UART.
      - "renesas,scif-r8a7778" for R8A7778 (R-Car M1) SCIF compatible UART.
      - "renesas,scif-r8a7779" for R8A7779 (R-Car H1) SCIF compatible UART.
      - "renesas,scif-r8a7790" for R8A7790 (R-Car H2) SCIF compatible UART.
@@@ -43,6 -41,8 +43,8 @@@
      - "renesas,hscif-r8a7795" for R8A7795 (R-Car H3) HSCIF compatible UART.
      - "renesas,scif-r8a7796" for R8A7796 (R-Car M3-W) SCIF compatible UART.
      - "renesas,hscif-r8a7796" for R8A7796 (R-Car M3-W) HSCIF compatible UART.
+     - "renesas,scif-r8a77965" for R8A77965 (R-Car M3-N) SCIF compatible UART.
+     - "renesas,hscif-r8a77965" for R8A77965 (R-Car M3-N) HSCIF compatible UART.
      - "renesas,scif-r8a77970" for R8A77970 (R-Car V3M) SCIF compatible UART.
      - "renesas,hscif-r8a77970" for R8A77970 (R-Car V3M) HSCIF compatible UART.
      - "renesas,scif-r8a77980" for R8A77980 (R-Car V3H) SCIF compatible UART.