Skip to content

Commit

Permalink
fix: modify correct node index
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeChenL committed Jul 1, 2024
1 parent c6f83b8 commit 33d7d7f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ INT=15";
max-freq = <50000000>;
num-cs = <2>;

ethernet: enc28j60@0 {
ethernet: enc28j60@1 {
compatible = "microchip,enc28j60";
reg = <1>;
spi-max-frequency = <20000000>;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ INT=15";
#size-cells = <0>;
num-cs = <2>;

can_mcp2515: can-mcp2515@0 {
can_mcp2515: can-mcp2515@1 {
status = "okay";
compatible = "microchip,mcp2515";
reg = <1>;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
max-freq = <50000000>;
num-cs = <2>;

spidev@0 {
spidev@1 {
compatible = "rockchip,spidev";
status = "okay";
reg = <1>;
Expand Down

0 comments on commit 33d7d7f

Please sign in to comment.