Commit 10bb5cf4d0a4d079c1463df6d4cb3f51f1b5ad18

Authored by Breno Lima
Committed by Ye Li
1 parent f800cd6890

MLK-19722-1 doc: Move device tree bindings documentation to doc/device-tree-bindings

Currently the U-Boot project contains 2 documentation directories:

- doc/
- Documentation/

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

This commit is based in a previous submission in U-Boot upstream:
http://git.denx.de/?p=u-boot.git;a=commit;h=ad7061ed742e1312289644268859a0f4b512aaee

Signed-off-by: Breno Lima <breno.lima@nxp.com>

Showing 4 changed files with 38 additions and 38 deletions Inline Diff

Documentation/devicetree/bindings/phy/no-op.txt
1 NOP PHY driver File was deleted
2
3 This driver is used to stub PHY operations in a driver (USB, SATA).
4 This is useful when the 'client' driver (USB, SATA, ...) uses the PHY framework
5 and there is no actual PHY harwdare to drive.
6
7 Required properties:
8 - compatible : must contain "nop-phy"
9 - #phy-cells : must contain <0>
10
11 Example:
12
13 nop_phy {
14 compatible = "nop-phy";
15 #phy-cells = <0>;
16 };
17 1 NOP PHY driver
Documentation/devicetree/bindings/rtc/brcm,brcmstb-waketimer.txt
1 Broadcom STB wake-up Timer File was deleted
2
3 The Broadcom STB wake-up timer provides a 27Mhz resolution timer, with the
4 ability to wake up the system from low-power suspend/standby modes.
5
6 Required properties:
7 - compatible : should contain "brcm,brcmstb-waketimer"
8 - reg : the register start and length for the WKTMR block
9 - interrupts : The TIMER interrupt
10 - interrupt-parent: The phandle to the Always-On (AON) Power Management (PM) L2
11 interrupt controller node
12 - clocks : The phandle to the UPG fixed clock (27Mhz domain)
13
14 Example:
15
16 waketimer@f0411580 {
17 compatible = "brcm,brcmstb-waketimer";
18 reg = <0xf0411580 0x14>;
19 interrupts = <0x3>;
20 interrupt-parent = <&aon_pm_l2_intc>;
21 clocks = <&upg_fixed>;
22 };
23 1 Broadcom STB wake-up Timer
doc/device-tree-bindings/phy/no-op.txt
File was created 1 NOP PHY driver
2
3 This driver is used to stub PHY operations in a driver (USB, SATA).
4 This is useful when the 'client' driver (USB, SATA, ...) uses the PHY framework
5 and there is no actual PHY harwdare to drive.
6
7 Required properties:
8 - compatible : must contain "nop-phy"
9 - #phy-cells : must contain <0>
10
11 Example:
12
13 nop_phy {
14 compatible = "nop-phy";
15 #phy-cells = <0>;
16 };
17
doc/device-tree-bindings/rtc/brcm,brcmstb-waketimer.txt
File was created 1 Broadcom STB wake-up Timer
2
3 The Broadcom STB wake-up timer provides a 27Mhz resolution timer, with the
4 ability to wake up the system from low-power suspend/standby modes.
5
6 Required properties:
7 - compatible : should contain "brcm,brcmstb-waketimer"
8 - reg : the register start and length for the WKTMR block
9 - interrupts : The TIMER interrupt
10 - interrupt-parent: The phandle to the Always-On (AON) Power Management (PM) L2
11 interrupt controller node
12 - clocks : The phandle to the UPG fixed clock (27Mhz domain)
13
14 Example:
15
16 waketimer@f0411580 {
17 compatible = "brcm,brcmstb-waketimer";
18 reg = <0xf0411580 0x14>;
19 interrupts = <0x3>;
20 interrupt-parent = <&aon_pm_l2_intc>;
21 clocks = <&upg_fixed>;
22 };
23