Hi Tony, > Am 07.01.2019 um 17:05 schrieb Tony Lindgren <tony@xxxxxxxxxxx>: > > We're currently getting a warning with make dtbs: > > arch/arm/boot/dts/omap3-gta04.dtsi:720.7-727.4: Warning (graph_port): > /ocp@68000000/dss@48050000/encoder@48050c0 0/port: graph node unit > address error, expected "0" yes, dtc has become more critical nowadays... To me it looks like redundant information, but it is how it is. > > Cc: H. Nikolaus Schaller <hns@xxxxxxxxxxxxx> > Signed-off-by: Tony Lindgren <tony@xxxxxxxxxxx> > --- > arch/arm/boot/dts/omap3-gta04.dtsi | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/arch/arm/boot/dts/omap3-gta04.dtsi b/arch/arm/boot/dts/omap3-gta04.dtsi > --- a/arch/arm/boot/dts/omap3-gta04.dtsi > +++ b/arch/arm/boot/dts/omap3-gta04.dtsi > @@ -717,7 +717,7 @@ > #address-cells = <1>; > #size-cells = <0>; > > - port { > + port@0 { > reg = <0>; > venc_out: endpoint { > remote-endpoint = <&opa_in>; Looks good to me. BR and thanks, NIkolaus