Skip to content

Commit

Permalink
fix: correct wrong reg values
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeChenL committed Jun 28, 2024
1 parent 40e1479 commit 5345628
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 @@ -28,7 +28,7 @@ INT=15";

ethernet: enc28j60@0 {
compatible = "microchip,enc28j60";
reg = <1>;
reg = <0>;
spi-max-frequency = <20000000>;

pinctrl-names = "default";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ INT=15";
can_mcp2515: can-mcp2515@0 {
status = "okay";
compatible = "microchip,mcp2515";
reg = <1>;
reg = <0>;
interrupt-parent = <&gpio4>;
interrupts = <RK_PC6 IRQ_TYPE_EDGE_FALLING>;
spi-max-frequency = <10000000>;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
spidev@0 {
compatible = "rockchip,spidev";
status = "okay";
reg = <1>;
reg = <0>;
spi-max-frequency = <50000000>;
};
};

0 comments on commit 5345628

Please sign in to comment.