diff options
author | Richard Genoud <richard.genoud@gmail.com> | 2017-03-03 15:41:47 +0100 |
---|---|---|
committer | Rob Herring <robh@kernel.org> | 2017-03-21 14:45:39 -0500 |
commit | 4ed91d48259d9ddd378424d008f2e6559f7e78f8 (patch) | |
tree | 6c33ad6550d660e9cfc58488fcba7c17d89802a9 /Documentation | |
parent | b0bb7b196627640fc38bea1d5859855bfee62ee2 (diff) |
dt-bindings: display: atmel: Fix path to atmel-hlcdc.txt
The relative path pointed to
Documentation/devicetree/bindings/display/mfd/atmel-hlcdc.txt
instead of
Documentation/devicetree/bindings/mfd/atmel-hlcdc.txt
Signed-off-by: Richard Genoud <richard.genoud@gmail.com>
Signed-off-by: Rob Herring <robh@kernel.org>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/devicetree/bindings/display/atmel/hlcdc-dc.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/display/atmel/hlcdc-dc.txt b/Documentation/devicetree/bindings/display/atmel/hlcdc-dc.txt index ebc1a914bda3..ec94468b35be 100644 --- a/Documentation/devicetree/bindings/display/atmel/hlcdc-dc.txt +++ b/Documentation/devicetree/bindings/display/atmel/hlcdc-dc.txt @@ -1,7 +1,7 @@ Device-Tree bindings for Atmel's HLCDC (High LCD Controller) DRM driver The Atmel HLCDC Display Controller is subdevice of the HLCDC MFD device. -See ../mfd/atmel-hlcdc.txt for more details. +See ../../mfd/atmel-hlcdc.txt for more details. Required properties: - compatible: value should be "atmel,hlcdc-display-controller" |