dt-bindings: thermal: rcar-gen3-thermal: update register size in example
authorNiklas Söderlund <niklas.soderlund+renesas@ragnatech.se>
Tue, 17 Apr 2018 20:49:58 +0000 (22:49 +0200)
committerRob Herring <robh@kernel.org>
Tue, 24 Apr 2018 14:27:23 +0000 (09:27 -0500)
The datasheet has been expanded with more registers and the DT files
have been updated with the new size. This change updates the example so
writing new DT files can use the enhanced driver which uses the new
registers.

Signed-off-by: Niklas Söderlund <niklas.soderlund+renesas@ragnatech.se>
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
Reviewed-by: Simon Horman <horms+renesas@verge.net.au>
[robh: s/have/has/, s/enchanted/enhanced/]
Signed-off-by: Rob Herring <robh@kernel.org>
Documentation/devicetree/bindings/thermal/rcar-gen3-thermal.txt

index fdf5caa6229b4fffe95853e061e9c62c83307364..39e7d4e61a63c038e003d739c5602f2cc97a55e7 100644 (file)
@@ -27,9 +27,9 @@ Example:
 
        tsc: thermal@e6198000 {
                compatible = "renesas,r8a7795-thermal";
-               reg = <0 0xe6198000 0 0x68>,
-                     <0 0xe61a0000 0 0x5c>,
-                     <0 0xe61a8000 0 0x5c>;
+               reg = <0 0xe6198000 0 0x100>,
+                     <0 0xe61a0000 0 0x100>,
+                     <0 0xe61a8000 0 0x100>;
                interrupts = <GIC_SPI 67 IRQ_TYPE_LEVEL_HIGH>,
                             <GIC_SPI 68 IRQ_TYPE_LEVEL_HIGH>,
                             <GIC_SPI 69 IRQ_TYPE_LEVEL_HIGH>;