On Wed, Nov 20, 2013 at 04:59:48PM +0900, Magnus Damm wrote:
> From: Magnus Damm <[email protected]>
>
> Hook up the r8a7791 thermal sensor to the DTS.
>
> Signed-off-by: Magnus Damm <[email protected]>
> ---
>
> arch/arm/boot/dts/r8a7791.dtsi | 7 +++++++
> 1 file changed, 7 insertions(+)
Thanks, I will queue this up.
Assuming all goes will I plan to push this and other updates
today or tomorrow.
>
> --- 0001/arch/arm/boot/dts/r8a7791.dtsi
> +++ work/arch/arm/boot/dts/r8a7791.dtsi 2013-11-20 16:00:29.000000000
> +0900
> @@ -145,6 +145,13 @@
> interrupt-controller;
> };
>
> + thermal@e61f0000 {
> + compatible = "renesas,thermal-r8a7791", "renesas,rcar-thermal";
> + reg = <0 0xe61f0000 0 0x14>, <0 0xe61f0100 0 0x38>;
> + interrupt-parent = <&gic>;
> + interrupts = <0 69 IRQ_TYPE_LEVEL_HIGH>;
> + };
> +
> timer {
> compatible = "arm,armv7-timer";
> interrupts = <1 13 (GIC_CPU_MASK_SIMPLE(4) |
> IRQ_TYPE_LEVEL_LOW)>,
>
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/