diff mbox series

[1/2] dt-bindings: watchdog: change node name to generic

Message ID 20201217000716.11091-2-g-tammana@ti.com
State New
Headers show
Series Add watchdog dt nodes for TI's J7200 SoC | expand

Commit Message

Gowtham Tammana Dec. 17, 2020, 12:07 a.m. UTC
Modifying the example to use generic as node name to keep it consistent
with the generic name recommendation.

Signed-off-by: Gowtham Tammana <g-tammana@ti.com>
---
 Documentation/devicetree/bindings/watchdog/ti,rti-wdt.yaml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
diff mbox series

Patch

diff --git a/Documentation/devicetree/bindings/watchdog/ti,rti-wdt.yaml b/Documentation/devicetree/bindings/watchdog/ti,rti-wdt.yaml
index c1348db59374..e21af390b3e9 100644
--- a/Documentation/devicetree/bindings/watchdog/ti,rti-wdt.yaml
+++ b/Documentation/devicetree/bindings/watchdog/ti,rti-wdt.yaml
@@ -57,8 +57,8 @@  examples:
      */
     #include <dt-bindings/soc/ti,sci_pm_domain.h>
 
-    watchdog0: rti@2200000 {
-        compatible = "ti,rti-wdt";
+    watchdog0: watchdog@2200000 {
+        compatible = "ti,j7-rti-wdt";
         reg = <0x2200000 0x100>;
         clocks = <&k3_clks 252 1>;
         power-domains = <&k3_pds 252 TI_SCI_PD_EXCLUSIVE>;