diff options
| author | Tom Rini <[email protected]> | 2020-06-23 14:43:47 -0400 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2020-06-23 14:43:47 -0400 |
| commit | 331c7438104149655a5fe96ed4a3d29b00d422de (patch) | |
| tree | d7199a387a4fad25e82cf5932950a7e452d0ff10 /doc | |
| parent | 4ff63383e3497389e66cf70943a83bdb1810462a (diff) | |
| parent | 1c078ad7d954759d9021b126ad05d063a90ebae6 (diff) | |
Merge branch '2020-06-23-misc-minor-fixes'
- Assorted minor fixes
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/board/sifive/fu540.rst | 4 | ||||
| -rw-r--r-- | doc/device-tree-bindings/net/phy/atheros.txt | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/doc/board/sifive/fu540.rst b/doc/board/sifive/fu540.rst index f7c2c9f5bdc..739eefa6697 100644 --- a/doc/board/sifive/fu540.rst +++ b/doc/board/sifive/fu540.rst @@ -27,7 +27,7 @@ Building -------- 1. Add the RISC-V toolchain to your PATH. -2. Setup ARCH & cross compilation enviornment variable: +2. Setup ARCH & cross compilation environment variable: .. code-block:: none @@ -217,7 +217,7 @@ Or if you want to use a compressed kernel image file such as Image.gz =>setenv kernel_comp_addr_r 0x90000000 =>setenv kernel_comp_size 0x500000 -By this time, correct kernel image is loaded and required enviornment variables +By this time, correct kernel image is loaded and required environment variables are set. You can proceed to load the ramdisk and device tree from the tftp server as well. diff --git a/doc/device-tree-bindings/net/phy/atheros.txt b/doc/device-tree-bindings/net/phy/atheros.txt index 97e97b8c13d..a72c6b050d3 100644 --- a/doc/device-tree-bindings/net/phy/atheros.txt +++ b/doc/device-tree-bindings/net/phy/atheros.txt @@ -23,7 +23,7 @@ Example: ethernet-phy@0 { reg = <0>; - qca-clk-out-frequency = <125000000>; + qca,clk-out-frequency = <125000000>; qca,keep-pll-enabled; vddio-supply = <&vddio>; |
