2017-03-03 19:26:56

by Richard Genoud

[permalink] [raw]
Subject: [PATCH 1/2] dt-bindings: mfd: Fix path to atmel/hlcdc-dc.txt

Atmel hlcdc-dc documentation is actually in
Documentation/devicetree/bindings/display/atmel/hlcdc-dc.txt

Signed-off-by: Richard Genoud <[email protected]>
---
Documentation/devicetree/bindings/mfd/atmel-hlcdc.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/mfd/atmel-hlcdc.txt b/Documentation/devicetree/bindings/mfd/atmel-hlcdc.txt
index 670831b29565..eec40be7f79a 100644
--- a/Documentation/devicetree/bindings/mfd/atmel-hlcdc.txt
+++ b/Documentation/devicetree/bindings/mfd/atmel-hlcdc.txt
@@ -15,7 +15,7 @@ Required properties:

The HLCDC IP exposes two subdevices:
- a PWM chip: see ../pwm/atmel-hlcdc-pwm.txt
- - a Display Controller: see ../display/atmel-hlcdc-dc.txt
+ - a Display Controller: see ../display/atmel/hlcdc-dc.txt

Example:



2017-03-03 15:53:38

by Richard Genoud

[permalink] [raw]
Subject: [PATCH 2/2] 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 <[email protected]>
---
Documentation/devicetree/bindings/display/atmel/hlcdc-dc.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

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"

2017-03-12 14:08:02

by Rob Herring

[permalink] [raw]
Subject: Re: [PATCH 1/2] dt-bindings: mfd: Fix path to atmel/hlcdc-dc.txt

On Fri, Mar 03, 2017 at 03:41:46PM +0100, Richard Genoud wrote:
> Atmel hlcdc-dc documentation is actually in
> Documentation/devicetree/bindings/display/atmel/hlcdc-dc.txt
>
> Signed-off-by: Richard Genoud <[email protected]>
> ---
> Documentation/devicetree/bindings/mfd/atmel-hlcdc.txt | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)

As these are just binding fixes, I've applied both.

Rob