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

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%)
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

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!
participants (2)
-
Breno Lima
-
Tom Rini