diff mbox series

[v2,05/16] dt-bindings: thermal: Fix node descriptions in uniphier-thermal example

Message ID 20221207055405.30940-6-hayashi.kunihiko@socionext.com
State New
Headers show
Series dt-bindings: soc: Introduce UniPhier miscellaneous register blocks and fix examples | expand

Commit Message

Kunihiko Hayashi Dec. 7, 2022, 5:53 a.m. UTC
Prior to adding dt-bindings for SoC-dependent controllers, rename the
thermal node and its parent node to the generic names in the example.

Signed-off-by: Kunihiko Hayashi <hayashi.kunihiko@socionext.com>
---
 .../bindings/thermal/socionext,uniphier-thermal.yaml          | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
diff mbox series

Patch

diff --git a/Documentation/devicetree/bindings/thermal/socionext,uniphier-thermal.yaml b/Documentation/devicetree/bindings/thermal/socionext,uniphier-thermal.yaml
index c5b25ce44956..dcc02f86ac5a 100644
--- a/Documentation/devicetree/bindings/thermal/socionext,uniphier-thermal.yaml
+++ b/Documentation/devicetree/bindings/thermal/socionext,uniphier-thermal.yaml
@@ -46,12 +46,12 @@  examples:
   - |
     // The UniPhier thermal should be a subnode of a "syscon" compatible node.
 
-    sysctrl@61840000 {
+    syscon@61840000 {
         compatible = "socionext,uniphier-ld20-sysctrl",
                      "simple-mfd", "syscon";
         reg = <0x61840000 0x10000>;
 
-        pvtctl: thermal {
+        pvtctl: thermal-sensor {
             compatible = "socionext,uniphier-ld20-thermal";
             interrupts = <0 3 1>;
             #thermal-sensor-cells = <0>;