lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:   Mon, 30 Sep 2019 10:19:03 +0200
From:   Neil Armstrong <narmstrong@...libre.com>
To:     Guillaume La Roque <glaroque@...libre.com>,
        amit.kucheria@...aro.org, rui.zhang@...el.com, edubezval@...il.com,
        daniel.lezcano@...aro.org
Cc:     devicetree@...r.kernel.org, linux-amlogic@...ts.infradead.org,
        linux-kernel@...r.kernel.org, linux-arm-kernel@...ts.infradead.org,
        linux-pm@...r.kernel.org
Subject: Re: [PATCH v6 3/7] arm64: dts: amlogic: g12: add temperature sensor

On 27/09/2019 20:43, Guillaume La Roque wrote:
> Add cpu and ddr temperature sensors for G12 Socs
> 
> Reviewed-by: Martin Blumenstingl <martin.blumenstingl@...glemail.com>
> Tested-by: Christian Hewitt <christianshewitt@...il.com>
> Tested-by: Kevin Hilman <khilman@...libre.com>
> Signed-off-by: Guillaume La Roque <glaroque@...libre.com>
> ---
>  .../boot/dts/amlogic/meson-g12-common.dtsi    | 20 +++++++++++++++++++
>  1 file changed, 20 insertions(+)
> 
> diff --git a/arch/arm64/boot/dts/amlogic/meson-g12-common.dtsi b/arch/arm64/boot/dts/amlogic/meson-g12-common.dtsi
> index 38d70ce1cfc7..0660d9ef6a86 100644
> --- a/arch/arm64/boot/dts/amlogic/meson-g12-common.dtsi
> +++ b/arch/arm64/boot/dts/amlogic/meson-g12-common.dtsi
> @@ -1353,6 +1353,26 @@
>  				};
>  			};
>  
> +			cpu_temp: temperature-sensor@...00 {
> +				compatible = "amlogic,g12a-cpu-thermal",
> +					     "amlogic,g12a-thermal";
> +				reg = <0x0 0x34800 0x0 0x50>;
> +				interrupts = <GIC_SPI 35 IRQ_TYPE_EDGE_RISING>;
> +				clocks = <&clkc CLKID_TS>;
> +				#thermal-sensor-cells = <0>;
> +				amlogic,ao-secure = <&sec_AO>;
> +			};
> +
> +			ddr_temp: temperature-sensor@...00 {
> +				compatible = "amlogic,g12a-ddr-thermal",
> +					     "amlogic,g12a-thermal";
> +				reg = <0x0 0x34c00 0x0 0x50>;
> +				interrupts = <GIC_SPI 36 IRQ_TYPE_EDGE_RISING>;
> +				clocks = <&clkc CLKID_TS>;
> +				#thermal-sensor-cells = <0>;
> +				amlogic,ao-secure = <&sec_AO>;
> +			};
> +
>  			usb2_phy0: phy@...00 {
>  				compatible = "amlogic,g12a-usb2-phy";
>  				reg = <0x0 0x36000 0x0 0x2000>;
> 

Reviewed-by: Neil Armstrong <narmstrong@...libre.com>

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ