Re: [PATCH v9 11/15] ARM: dts: imx6dl-yapp4: Add reg property to the lp5562 channel node

2019-09-25 Thread Dan Murphy

Fabio

On 9/25/19 1:00 PM, Fabio Estevam wrote:

Hi Dan,

On Wed, Sep 25, 2019 at 2:41 PM Dan Murphy  wrote:


 chan0 {

This should be chan@0


 chan-name = "R";
 led-cur = /bits/ 8 <0x20>;
 max-cur = /bits/ 8 <0x60>;
+   reg = <0>;

Passing reg without its corresponding @ entry gives a dtc warning when
building with W=1.



Ack



Re: [PATCH v9 11/15] ARM: dts: imx6dl-yapp4: Add reg property to the lp5562 channel node

2019-09-25 Thread Fabio Estevam
Hi Dan,

On Wed, Sep 25, 2019 at 2:41 PM Dan Murphy  wrote:

>
> chan0 {

This should be chan@0

> chan-name = "R";
> led-cur = /bits/ 8 <0x20>;
> max-cur = /bits/ 8 <0x60>;
> +   reg = <0>;

Passing reg without its corresponding @ entry gives a dtc warning when
building with W=1.