lkml.org 
[lkml]   [2019]   [May]   [24]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
Date
SubjectRe: [PATCH] arm64: dts: ls1028a: Add temperature sensor node
On Thu, May 23, 2019 at 8:30 PM Yuantian Tang <andy.tang@nxp.com> wrote:
>
> Add nxp sa56004 chip node for temperature monitor.
>
> Signed-off-by: Yuantian Tang <andy.tang@nxp.com>
> ---
> arch/arm64/boot/dts/freescale/fsl-ls1028a-qds.dts | 5 +++++
> arch/arm64/boot/dts/freescale/fsl-ls1028a-rdb.dts | 5 +++++
> 2 files changed, 10 insertions(+)
>
> diff --git a/arch/arm64/boot/dts/freescale/fsl-ls1028a-qds.dts b/arch/arm64/boot/dts/freescale/fsl-ls1028a-qds.dts
> index b359068d9605..31fd626dd344 100644
> --- a/arch/arm64/boot/dts/freescale/fsl-ls1028a-qds.dts
> +++ b/arch/arm64/boot/dts/freescale/fsl-ls1028a-qds.dts
> @@ -131,6 +131,11 @@
> compatible = "atmel,24c512";
> reg = <0x57>;
> };
> +
> + temp@4c {

The recommended name for temperature senor in dts spec is temperature-sensor.

> + compatible = "nxp,sa56004";

The binding says the following property is required. If it is not the
case, probably we should update the binding.
- vcc-supply: vcc regulator for the supply voltage.

> + reg = <0x4c>;
> + };
> };
>
> i2c@5 {
> diff --git a/arch/arm64/boot/dts/freescale/fsl-ls1028a-rdb.dts b/arch/arm64/boot/dts/freescale/fsl-ls1028a-rdb.dts
> index f9c272fb0738..012b3f8696b7 100644
> --- a/arch/arm64/boot/dts/freescale/fsl-ls1028a-rdb.dts
> +++ b/arch/arm64/boot/dts/freescale/fsl-ls1028a-rdb.dts
> @@ -119,6 +119,11 @@
> compatible = "nxp,pcf2129";
> reg = <0x51>;
> };
> +
> + temp@4c {
> + compatible = "nxp,sa56004";
> + reg = <0x4c>;
> + };
> };
> };
> };
> --
> 2.17.1
>

\
 
 \ /
  Last update: 2019-05-25 00:33    [W:0.471 / U:0.808 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site