Re: [PATCH] dt-bindings: thermal: Remove soc unit address

From: Rob Herring
Date: Tue Jun 30 2020 - 11:03:10 EST


On Tue, Jun 30, 2020 at 8:41 AM Rob Herring <robh@xxxxxxxxxx> wrote:
>
> On Tue, 30 Jun 2020 09:18:04 -0300, Fabio Estevam wrote:
> > Remove the soc unit address to fix the following warning seen with
> > 'make dt_binding_check':
> >
> > Documentation/devicetree/bindings/thermal/thermal-sensor.example.dts:22.20-49.11: Warning (unit_address_vs_reg): /example-0/soc@0: node has a unit name, but no reg or ranges property
> >
> > Signed-off-by: Fabio Estevam <festevam@xxxxxxxxx>
> > ---
> > Documentation/devicetree/bindings/thermal/thermal-sensor.yaml | 2 +-
> > 1 file changed, 1 insertion(+), 1 deletion(-)
> >
>
> Applied, thanks!

thermal-zones.yaml had the same warning, so I added a fix for it to this.

Rob