Skip to content

Commit

Permalink
Fix on z8102ax SIM
Browse files Browse the repository at this point in the history
  • Loading branch information
Ysurac committed Oct 18, 2024
1 parent b4dc277 commit 0c7e292
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions 6.6/target/linux/mediatek/dts/mt7981b-zbt-z8102ax.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -113,14 +113,14 @@

sim1 {
gpio-export,name = "sim1";
gpio-export,output = <1>;
gpios = <&pio 6 GPIO_ACTIVE_HIGH>;
gpio-export,output = <0>;
gpios = <&pio 6 GPIO_ACTIVE_LOW>;
};

sim2 {
gpio-export,name = "sim2";
gpio-export,output = <1>;
gpios = <&pio 7 GPIO_ACTIVE_HIGH>;
gpio-export,output = <0>;
gpios = <&pio 7 GPIO_ACTIVE_LOW>;
};
};
};
Expand Down

0 comments on commit 0c7e292

Please sign in to comment.