Skip to content

Commit

Permalink
fix: remove redundant GPIO definitions
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeChenL committed Jul 1, 2024
1 parent 3cbdf84 commit 4cae5bf
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,7 @@ INT=15";
#size-cells = <0>;
pinctrl-names = "default";
max-freq = <50000000>;
pinctrl-0 = <&spi0_csn1 &spi0_pins>;
num-cs = <2>;
cs-gpios = <&gpio4 RK_PC1 GPIO_ACTIVE_LOW>;

ethernet: enc28j60@0 {
compatible = "microchip,enc28j60";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,7 @@ INT=15";
max-freq = <10000000>;
#address-cells = <1>;
#size-cells = <0>;
pinctrl-0 = <&spi0_csn1 &spi0_pins>;
num-cs = <2>;
cs-gpios = <&gpio4 RK_PC1 GPIO_ACTIVE_LOW>;

can_mcp2515: can-mcp2515@0 {
status = "okay";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,7 @@
#address-cells = <1>;
#size-cells = <0>;
max-freq = <50000000>;
pinctrl-0 = <&spi0_csn1 &spi0_pins>;
num-cs = <2>;
cs-gpios = <&gpio4 RK_PC1 GPIO_ACTIVE_LOW>;

spidev@0 {
compatible = "rockchip,spidev";
Expand Down

0 comments on commit 4cae5bf

Please sign in to comment.