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

From: Dan Murphy
Date: Wed Sep 25 2019 - 14:11:26 EST


Fabio

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

On Wed, Sep 25, 2019 at 2:41 PM Dan Murphy <dmurphy@xxxxxx> 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