diff mbox series

[U-Boot] doc: Move device tree bindings documentation to doc/device-tree-bindings

Message ID 1532134090-4270-1-git-send-email-brenomatheus@gmail.com
State Accepted
Delegated to: Tom Rini
Headers show
Series [U-Boot] doc: Move device tree bindings documentation to doc/device-tree-bindings | expand

Commit Message

Breno Matheus Lima July 21, 2018, 12:48 a.m. UTC
From: Breno Lima <breno.lima@nxp.com>

Currently the U-Boot project contains 2 documentation directories:

- doc/
- Documentation/

The Documentation directory only contains device tree bindings related
content, so move the 3 files to doc/device-tree-bindings/.

Signed-off-by: Breno Lima <breno.lima@nxp.com>
---
 .../devicetree/bindings => doc/device-tree-bindings}/phy/no-op.txt        | 0
 .../bindings => doc/device-tree-bindings}/phy/phy-stm32-usbphyc.txt       | 0
 .../bindings => doc/device-tree-bindings}/rtc/brcm,brcmstb-waketimer.txt  | 0
 3 files changed, 0 insertions(+), 0 deletions(-)
 rename {Documentation/devicetree/bindings => doc/device-tree-bindings}/phy/no-op.txt (100%)
 rename {Documentation/devicetree/bindings => doc/device-tree-bindings}/phy/phy-stm32-usbphyc.txt (100%)
 rename {Documentation/devicetree/bindings => doc/device-tree-bindings}/rtc/brcm,brcmstb-waketimer.txt (100%)

Comments

Tom Rini July 26, 2018, 7:54 p.m. UTC | #1
On Fri, Jul 20, 2018 at 09:48:10PM -0300, Breno Lima wrote:

> From: Breno Lima <breno.lima@nxp.com>
> 
> Currently the U-Boot project contains 2 documentation directories:
> 
> - doc/
> - Documentation/
> 
> The Documentation directory only contains device tree bindings related
> content, so move the 3 files to doc/device-tree-bindings/.
> 
> Signed-off-by: Breno Lima <breno.lima@nxp.com>

Applied to u-boot/master, thanks!
diff mbox series

Patch

diff --git a/Documentation/devicetree/bindings/phy/no-op.txt b/doc/device-tree-bindings/phy/no-op.txt
similarity index 100%
rename from Documentation/devicetree/bindings/phy/no-op.txt
rename to doc/device-tree-bindings/phy/no-op.txt
diff --git a/Documentation/devicetree/bindings/phy/phy-stm32-usbphyc.txt b/doc/device-tree-bindings/phy/phy-stm32-usbphyc.txt
similarity index 100%
rename from Documentation/devicetree/bindings/phy/phy-stm32-usbphyc.txt
rename to doc/device-tree-bindings/phy/phy-stm32-usbphyc.txt
diff --git a/Documentation/devicetree/bindings/rtc/brcm,brcmstb-waketimer.txt b/doc/device-tree-bindings/rtc/brcm,brcmstb-waketimer.txt
similarity index 100%
rename from Documentation/devicetree/bindings/rtc/brcm,brcmstb-waketimer.txt
rename to doc/device-tree-bindings/rtc/brcm,brcmstb-waketimer.txt