mbox series

[0/2] reset: meson: add g12a SoC support

Message ID 20190128141330.21927-1-jbrunet@baylibre.com (mailing list archive)
Headers show
Series reset: meson: add g12a SoC support | expand

Message

Jerome Brunet Jan. 28, 2019, 2:13 p.m. UTC
This patchset adds new dt-bindings for the reset lines of amlogic g12a SoC
and the related compatible in the driver.

Jerome Brunet (2):
  dt-bindings: reset: meson: add g12a bindings
  reset: meson: add g12a and generic compatible string

 .../bindings/reset/amlogic,meson-reset.txt    |   7 +-
 drivers/reset/reset-meson.c                   |   1 +
 .../reset/amlogic,meson-g12a-reset.h          | 134 ++++++++++++++++++
 3 files changed, 140 insertions(+), 2 deletions(-)
 create mode 100644 include/dt-bindings/reset/amlogic,meson-g12a-reset.h