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

Breno Lima brenomatheus at gmail.com
Sat Jul 21 00:48:10 UTC 2018


From: Breno Lima <breno.lima at 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 at 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%)

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
-- 
2.7.4



More information about the U-Boot mailing list