linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] dts: arm64: lx2160a-rdb: fix shunt-resistor
@ 2020-06-19  8:46 Biwen Li
  2020-07-11 13:55 ` Shawn Guo
  0 siblings, 1 reply; 3+ messages in thread
From: Biwen Li @ 2020-06-19  8:46 UTC (permalink / raw)
  To: leoyang.li, shawnguo, robh+dt, meenakshi.aggarwal
  Cc: devicetree, linux-kernel, jiafei.pan, Biwen Li

From: Biwen Li <biwen.li@nxp.com>

Fix value of shunt-resistor property

Signed-off-by: Biwen Li <biwen.li@nxp.com>
---
 arch/arm64/boot/dts/freescale/fsl-lx2160a-rdb.dts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm64/boot/dts/freescale/fsl-lx2160a-rdb.dts b/arch/arm64/boot/dts/freescale/fsl-lx2160a-rdb.dts
index e266d8a170ea..dce79018d397 100644
--- a/arch/arm64/boot/dts/freescale/fsl-lx2160a-rdb.dts
+++ b/arch/arm64/boot/dts/freescale/fsl-lx2160a-rdb.dts
@@ -141,7 +141,7 @@
 			power-monitor@40 {
 				compatible = "ti,ina220";
 				reg = <0x40>;
-				shunt-resistor = <1000>;
+				shunt-resistor = <500>;
 			};
 		};
 
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] dts: arm64: lx2160a-rdb: fix shunt-resistor
  2020-06-19  8:46 [PATCH] dts: arm64: lx2160a-rdb: fix shunt-resistor Biwen Li
@ 2020-07-11 13:55 ` Shawn Guo
  2020-07-14  6:52   ` Biwen Li (OSS)
  0 siblings, 1 reply; 3+ messages in thread
From: Shawn Guo @ 2020-07-11 13:55 UTC (permalink / raw)
  To: Biwen Li
  Cc: leoyang.li, robh+dt, meenakshi.aggarwal, devicetree,
	linux-kernel, jiafei.pan, Biwen Li

On Fri, Jun 19, 2020 at 04:46:07PM +0800, Biwen Li wrote:
> From: Biwen Li <biwen.li@nxp.com>
> 
> Fix value of shunt-resistor property
> 
> Signed-off-by: Biwen Li <biwen.li@nxp.com>

'arm64: dts: ...' as subject prefix please.

Also can you improve commit log to better describe the problem the patch
is fixing?

Shawn

> ---
>  arch/arm64/boot/dts/freescale/fsl-lx2160a-rdb.dts | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/arch/arm64/boot/dts/freescale/fsl-lx2160a-rdb.dts b/arch/arm64/boot/dts/freescale/fsl-lx2160a-rdb.dts
> index e266d8a170ea..dce79018d397 100644
> --- a/arch/arm64/boot/dts/freescale/fsl-lx2160a-rdb.dts
> +++ b/arch/arm64/boot/dts/freescale/fsl-lx2160a-rdb.dts
> @@ -141,7 +141,7 @@
>  			power-monitor@40 {
>  				compatible = "ti,ina220";
>  				reg = <0x40>;
> -				shunt-resistor = <1000>;
> +				shunt-resistor = <500>;
>  			};
>  		};
>  
> -- 
> 2.17.1
> 

^ permalink raw reply	[flat|nested] 3+ messages in thread

* RE: [PATCH] dts: arm64: lx2160a-rdb: fix shunt-resistor
  2020-07-11 13:55 ` Shawn Guo
@ 2020-07-14  6:52   ` Biwen Li (OSS)
  0 siblings, 0 replies; 3+ messages in thread
From: Biwen Li (OSS) @ 2020-07-14  6:52 UTC (permalink / raw)
  To: Shawn Guo, Biwen Li (OSS)
  Cc: Leo Li, robh+dt, Meenakshi Aggarwal, devicetree, linux-kernel,
	Jiafei Pan

> On Fri, Jun 19, 2020 at 04:46:07PM +0800, Biwen Li wrote:
> > From: Biwen Li <biwen.li@nxp.com>
> >
> > Fix value of shunt-resistor property
> >
> > Signed-off-by: Biwen Li <biwen.li@nxp.com>
> 
> 'arm64: dts: ...' as subject prefix please.
> 
> Also can you improve commit log to better describe the problem the patch is
> fixing?
Sure, will update in v2.
> 
> Shawn
> 
> > ---
> >  arch/arm64/boot/dts/freescale/fsl-lx2160a-rdb.dts | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> >
> > diff --git a/arch/arm64/boot/dts/freescale/fsl-lx2160a-rdb.dts
> > b/arch/arm64/boot/dts/freescale/fsl-lx2160a-rdb.dts
> > index e266d8a170ea..dce79018d397 100644
> > --- a/arch/arm64/boot/dts/freescale/fsl-lx2160a-rdb.dts
> > +++ b/arch/arm64/boot/dts/freescale/fsl-lx2160a-rdb.dts
> > @@ -141,7 +141,7 @@
> >  			power-monitor@40 {
> >  				compatible = "ti,ina220";
> >  				reg = <0x40>;
> > -				shunt-resistor = <1000>;
> > +				shunt-resistor = <500>;
> >  			};
> >  		};
> >
> > --
> > 2.17.1
> >

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-07-14  6:52 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-06-19  8:46 [PATCH] dts: arm64: lx2160a-rdb: fix shunt-resistor Biwen Li
2020-07-11 13:55 ` Shawn Guo
2020-07-14  6:52   ` Biwen Li (OSS)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).