diff options
author | Peter Rosin <peda@axentia.se> | 2019-01-11 18:19:00 +0300 |
---|---|---|
committer | Andrzej Hajda <a.hajda@samsung.com> | 2019-01-18 11:18:33 +0300 |
commit | ad223fe3a6fdc18de696d1a39ff62a43700f93ec (patch) | |
tree | ebc3dee1e2e1124814a6d4cc7c7c33fb687e607f /Documentation/devicetree/bindings | |
parent | 2c6467d29583cba33da6e4265be09968e3d10b3c (diff) | |
download | linux-ad223fe3a6fdc18de696d1a39ff62a43700f93ec.tar.xz |
dt-bindings: display: bridge: lvds-transmitter: cleanup example
Drop #address-cells and #size-cells from the root node in the
example, they are unused.
Reviewed-by: Rob Herring <robh@kernel.org>
Signed-off-by: Peter Rosin <peda@axentia.se>
Signed-off-by: Andrzej Hajda <a.hajda@samsung.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20190111151843.11114-3-peda@axentia.se
Diffstat (limited to 'Documentation/devicetree/bindings')
-rw-r--r-- | Documentation/devicetree/bindings/display/bridge/lvds-transmitter.txt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Documentation/devicetree/bindings/display/bridge/lvds-transmitter.txt b/Documentation/devicetree/bindings/display/bridge/lvds-transmitter.txt index bc6960741cb5..60091db5dfa5 100644 --- a/Documentation/devicetree/bindings/display/bridge/lvds-transmitter.txt +++ b/Documentation/devicetree/bindings/display/bridge/lvds-transmitter.txt @@ -42,8 +42,6 @@ Example lvds-encoder { compatible = "lvds-encoder"; - #address-cells = <1>; - #size-cells = <0>; ports { #address-cells = <1>; |