diff options
author | Peter Rosin <peda@axentia.se> | 2019-01-11 16:19:00 +0100 |
---|---|---|
committer | Andrzej Hajda <a.hajda@samsung.com> | 2019-01-18 09:18:33 +0100 |
commit | ad223fe3a6fdc18de696d1a39ff62a43700f93ec (patch) | |
tree | ebc3dee1e2e1124814a6d4cc7c7c33fb687e607f /Documentation | |
parent | dt-bindings: display: bridge: fork out ti, ds90c185 from lvds-transmitter (diff) | |
download | linux-ad223fe3a6fdc18de696d1a39ff62a43700f93ec.tar.xz linux-ad223fe3a6fdc18de696d1a39ff62a43700f93ec.zip |
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')
-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>; |