diff options
author | Nicolas Ferre <nicolas.ferre@microchip.com> | 2019-02-06 21:12:20 +0300 |
---|---|---|
committer | Sebastian Reichel <sre@kernel.org> | 2019-02-20 02:40:25 +0300 |
commit | e03423c4530e96e65274551a1139ce0f9f5db0ed (patch) | |
tree | 0713221df4cc07e7ba6b083643989692adba25cb | |
parent | 6a88b285d5317e84fd792d7b06b36f3a2958dbe2 (diff) | |
download | linux-e03423c4530e96e65274551a1139ce0f9f5db0ed.tar.xz |
dt-bindings: arm: atmel: add new sam9x60 reset controller binding
Update the Reset Controller's binding to add new SoC compatibility string.
Signed-off-by: Nicolas Ferre <nicolas.ferre@microchip.com>
Reviewed-by: Rob Herring <robh@kernel.org>
Acked-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com>
-rw-r--r-- | Documentation/devicetree/bindings/arm/atmel-sysregs.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/arm/atmel-sysregs.txt b/Documentation/devicetree/bindings/arm/atmel-sysregs.txt index 36952cc39993..badce6ef3ab3 100644 --- a/Documentation/devicetree/bindings/arm/atmel-sysregs.txt +++ b/Documentation/devicetree/bindings/arm/atmel-sysregs.txt @@ -22,6 +22,7 @@ Its subnodes can be: RSTC Reset Controller required properties: - compatible: Should be "atmel,<chip>-rstc". <chip> can be "at91sam9260", "at91sam9g45", "sama5d3" or "samx7" + it also can be "microchip,sam9x60-rstc" - reg: Should contain registers location and length - clocks: phandle to input clock. |