Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: resolve all compilation warnings #338

Merged
merged 7 commits into from
Jul 1, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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>;
RadxaYuntian marked this conversation as resolved.
Show resolved Hide resolved
num-cs = <2>;
RadxaYuntian marked this conversation as resolved.
Show resolved Hide resolved
cs-gpios = <&gpio4 RK_PC1 GPIO_ACTIVE_LOW>;

ethernet: enc28j60@0 {
RadxaYuntian marked this conversation as resolved.
Show resolved Hide resolved
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