Commit 1482e664 authored by Linus Torvalds's avatar Linus Torvalds
Browse files

Merge tag 'devicetree-fixes-for-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux

Pull Devicetree fixes from Rob Herring:

 - Fix for dependency tracking caused by unittest interaction

 - Fix some schema errors in Tegra memory controller schema

 - Update Maxime Ripard's email address

 - Review fixes to TI cpsw-switch

 - Add wakeup-source prop for STM32 rproc. Got dropped in the schema
   conversion.

* tag 'devicetree-fixes-for-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux:
  of/platform: Unconditionally pause/resume sync state during kernel init
  dt-bindings: memory-controllers: tegra: Fix type references
  dt-bindings: Change maintainer address
  dt-bindings: net: ti: cpsw-switch: update to fix comments
  dt-bindings: remoteproc: stm32: add wakeup-source property
parents dd79b536 ee9b280e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -8,7 +8,7 @@ title: Allwinner platforms device tree bindings

maintainers:
  - Chen-Yu Tsai <wens@csie.org>
  - Maxime Ripard <maxime.ripard@bootlin.com>
  - Maxime Ripard <mripard@kernel.org>

properties:
  $nodename:
+1 −1
Original line number Diff line number Diff line
@@ -8,7 +8,7 @@ title: Allwinner A64 Display Engine Bus Device Tree Bindings

maintainers:
  - Chen-Yu Tsai <wens@csie.org>
  - Maxime Ripard <maxime.ripard@bootlin.com>
  - Maxime Ripard <mripard@kernel.org>

properties:
  $nodename:
+1 −1
Original line number Diff line number Diff line
@@ -8,7 +8,7 @@ title: Allwinner A23 RSB Device Tree Bindings

maintainers:
  - Chen-Yu Tsai <wens@csie.org>
  - Maxime Ripard <maxime.ripard@bootlin.com>
  - Maxime Ripard <mripard@kernel.org>

properties:
  "#address-cells":
+1 −1
Original line number Diff line number Diff line
@@ -8,7 +8,7 @@ title: Allwinner Clock Control Unit Device Tree Bindings

maintainers:
  - Chen-Yu Tsai <wens@csie.org>
  - Maxime Ripard <maxime.ripard@bootlin.com>
  - Maxime Ripard <mripard@kernel.org>

properties:
  "#clock-cells":
+1 −1
Original line number Diff line number Diff line
@@ -8,7 +8,7 @@ title: Allwinner A10 Security System Device Tree Bindings

maintainers:
  - Chen-Yu Tsai <wens@csie.org>
  - Maxime Ripard <maxime.ripard@bootlin.com>
  - Maxime Ripard <mripard@kernel.org>

properties:
  compatible:
Loading