Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Luis A. Plana authored Mar 22, 2022
1 parent 88e3beb commit a8a9b9e
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions spif-driver/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,17 +55,15 @@ The memory size must be adjusted for the number of event-processing pipes.

Finally, support to drive the Ethernet RJ45 connector LEDs requires the following addtion:

<pre><code>
&gem0 {
<pre><code>&gem0 {
status = "okay";
ethernet_phy0: ethernet-phy@0 {
compatible = "marvell,88e1510";
device_type = "ethernet-phy";
reg = <0>;
<b>marvell,reg-init = <3 16 0xff00 0x12 3 17 0xfff0 0x5>;</b>
};
};
</code></pre>
};</code></pre>

Installation
------------
Expand Down

0 comments on commit a8a9b9e

Please sign in to comment.