]> git.proxmox.com Git - mirror_ubuntu-disco-kernel.git/commitdiff
ARM: dts: r8a7791: Reduce size of thermal registers
authorSimon Horman <horms+renesas@verge.net.au>
Wed, 20 Dec 2017 12:14:44 +0000 (13:14 +0100)
committerSimon Horman <horms+renesas@verge.net.au>
Mon, 12 Feb 2018 12:50:55 +0000 (13:50 +0100)
Reduce size of thermal registers in DT for r8a7791 (R-Car M3-W) SoC.

According to the "User's Manual: Hardware" v2.00 the registers at base
0xe61f0000 extend to an offset of 0x10, rather than 0x14 which is the case
on the r8a73a4 (R-Mobile APE6).

This should not have any runtime affect as mapping granularity is PAGE_SIZE.

Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
arch/arm/boot/dts/r8a7791.dtsi

index 008a260f86a565c603627670d1ae842cd0be7ca0..8266a9b7cafdb9d1c145f5b83443b363d0d7b182 100644 (file)
                compatible =    "renesas,thermal-r8a7791",
                                "renesas,rcar-gen2-thermal",
                                "renesas,rcar-thermal";
-               reg = <0 0xe61f0000 0 0x14>, <0 0xe61f0100 0 0x38>;
+               reg = <0 0xe61f0000 0 0x10>, <0 0xe61f0100 0 0x38>;
                interrupts = <GIC_SPI 69 IRQ_TYPE_LEVEL_HIGH>;
                clocks = <&cpg CPG_MOD 522>;
                power-domains = <&sysc R8A7791_PD_ALWAYS_ON>;