Message ID | 20200328183641.11226-2-festevam@gmail.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | [1/2] dt-bindings: display: ltk500hd1829: Remove the reg property | expand |
On Sat, Mar 28, 2020 at 03:36:41PM -0300, Fabio Estevam wrote: > Commit 52120e8c7ae3 ("dt-bindings: display: fix panel warnings") removed > the dsi unit name, but missed to remove the 'reg' property, which causes > the following 'make dt_binding_check' warning: > > Documentation/devicetree/bindings/display/panel/xinpeng,xpp055c272.example.dts:17.5-29.11: Warning (unit_address_vs_reg): /example-0/dsi: node has a reg or ranges property, but no unit name > > Fix it by removing the unneeded 'reg' property. > > Signed-off-by: Fabio Estevam <festevam@gmail.com> Thanks. Added Fixes: line and applied to drm-misc-next. Sam > --- > .../devicetree/bindings/display/panel/xinpeng,xpp055c272.yaml | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/Documentation/devicetree/bindings/display/panel/xinpeng,xpp055c272.yaml b/Documentation/devicetree/bindings/display/panel/xinpeng,xpp055c272.yaml > index d9fdb58e06b4..6913923df569 100644 > --- a/Documentation/devicetree/bindings/display/panel/xinpeng,xpp055c272.yaml > +++ b/Documentation/devicetree/bindings/display/panel/xinpeng,xpp055c272.yaml > @@ -37,7 +37,6 @@ examples: > dsi { > #address-cells = <1>; > #size-cells = <0>; > - reg = <0xff450000 0x1000>; > > panel@0 { > compatible = "xinpeng,xpp055c272"; > -- > 2.17.1 > > _______________________________________________ > dri-devel mailing list > dri-devel@lists.freedesktop.org > https://lists.freedesktop.org/mailman/listinfo/dri-devel
diff --git a/Documentation/devicetree/bindings/display/panel/xinpeng,xpp055c272.yaml b/Documentation/devicetree/bindings/display/panel/xinpeng,xpp055c272.yaml index d9fdb58e06b4..6913923df569 100644 --- a/Documentation/devicetree/bindings/display/panel/xinpeng,xpp055c272.yaml +++ b/Documentation/devicetree/bindings/display/panel/xinpeng,xpp055c272.yaml @@ -37,7 +37,6 @@ examples: dsi { #address-cells = <1>; #size-cells = <0>; - reg = <0xff450000 0x1000>; panel@0 { compatible = "xinpeng,xpp055c272";
Commit 52120e8c7ae3 ("dt-bindings: display: fix panel warnings") removed the dsi unit name, but missed to remove the 'reg' property, which causes the following 'make dt_binding_check' warning: Documentation/devicetree/bindings/display/panel/xinpeng,xpp055c272.example.dts:17.5-29.11: Warning (unit_address_vs_reg): /example-0/dsi: node has a reg or ranges property, but no unit name Fix it by removing the unneeded 'reg' property. Signed-off-by: Fabio Estevam <festevam@gmail.com> --- .../devicetree/bindings/display/panel/xinpeng,xpp055c272.yaml | 1 - 1 file changed, 1 deletion(-)