Skip to content

Commit

Permalink
sunxi: disable wifi and yt8512 hacks
Browse files Browse the repository at this point in the history
  • Loading branch information
srdgame committed Jul 23, 2024
1 parent 8cac0dd commit a5d6a2c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,7 @@
+ cap-sdio-irq;
+ keep-power-in-suspend;
+ ignore-pm-notify;
+ status = "okay";
+ status = "disabled";
+
+ aw869a: sdio_wifi@1 {
+ reg = <1>;
Expand Down Expand Up @@ -409,7 +409,7 @@
+ ext_rmii_phy: ethernet-phy@3 {
+ compatible = "ethernet-phy-ieee802.3-c22";
+ reg = <3>;
+ tlink,yt8512b-hack;
+ // tlink,yt8512b-hack;
+ motorcomm,led0 = <0x30>;
+ motorcomm,led1 = <0x331>;
+ };
Expand Down

0 comments on commit a5d6a2c

Please sign in to comment.