Message ID | 20210527100120.266796-3-eugen.hristev@microchip.com |
---|---|
State | Accepted |
Commit | 12dbbf085fa1a78b6cafb02cf0f40b21160206e7 |
Headers | show |
Series | [1/3] dt-bindings: watchdog: sama5d4-wdt: convert to yaml | expand |
On Thu, 27 May 2021 13:01:20 +0300, Eugen Hristev wrote: > This driver is also compatible with the watchdog on sama7g5 SoC. > Add the corresponding compatible string to the binding. > > Signed-off-by: Eugen Hristev <eugen.hristev@microchip.com> > --- > .../devicetree/bindings/watchdog/atmel,sama5d4-wdt.yaml | 1 + > 1 file changed, 1 insertion(+) > Reviewed-by: Rob Herring <robh@kernel.org>
diff --git a/Documentation/devicetree/bindings/watchdog/atmel,sama5d4-wdt.yaml b/Documentation/devicetree/bindings/watchdog/atmel,sama5d4-wdt.yaml index 0d0ab81da040..9856cd76c28d 100644 --- a/Documentation/devicetree/bindings/watchdog/atmel,sama5d4-wdt.yaml +++ b/Documentation/devicetree/bindings/watchdog/atmel,sama5d4-wdt.yaml @@ -17,6 +17,7 @@ properties: enum: - atmel,sama5d4-wdt - microchip,sam9x60-wdt + - microchip,sama7g5-wdt reg: maxItems: 1
This driver is also compatible with the watchdog on sama7g5 SoC. Add the corresponding compatible string to the binding. Signed-off-by: Eugen Hristev <eugen.hristev@microchip.com> --- .../devicetree/bindings/watchdog/atmel,sama5d4-wdt.yaml | 1 + 1 file changed, 1 insertion(+)