diff options
author | Fabio Estevam <festevam@gmail.com> | 2020-03-28 21:36:41 +0300 |
---|---|---|
committer | Sam Ravnborg <sam@ravnborg.org> | 2020-04-14 19:37:00 +0300 |
commit | b7bc41d6cf60fd150bfc9aee7910628208b5f098 (patch) | |
tree | a38df18cacb3648c1d2717988520bd533595a2ce /Documentation/devicetree | |
parent | 41ece5d341fd8a7c1cbf83ab2dd0ff161bb33bef (diff) | |
download | linux-b7bc41d6cf60fd150bfc9aee7910628208b5f098.tar.xz |
dt-bindings: display: xpp055c272: Remove the reg property
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.
Fixes: 52120e8c7ae3 ("dt-bindings: display: fix panel warnings")
Signed-off-by: Fabio Estevam <festevam@gmail.com>
Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
Link: https://patchwork.freedesktop.org/patch/msgid/20200328183641.11226-2-festevam@gmail.com
(cherry picked from commit b1e44754af50e567c2a3caffffe462a432d796bb)
Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
Diffstat (limited to 'Documentation/devicetree')
-rw-r--r-- | Documentation/devicetree/bindings/display/panel/xinpeng,xpp055c272.yaml | 1 |
1 files changed, 0 insertions, 1 deletions
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"; |