Skip to content

Commit

Permalink
Sun Jun 2 03:52:39 UTC 2024 Kernel update
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Jun 2, 2024
1 parent 20165ce commit c83a972
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions arch/arm64/boot/dts/allwinner/sun55i-t527-longanpi-4b.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -2468,8 +2468,8 @@
wlan_power = "axp2202-aldo3", "axp2202-bldo1"; /* vcc-pl/vcc-pg/vcc-pm */
wlan_power_vol= <3300000>, <1800000>;
wlan_busnum = <0x1>;
wlan_regon = <&pio PM 1 GPIO_ACTIVE_HIGH>;
wlan_hostwake = <&pio PM 0 GPIO_ACTIVE_HIGH>;
wlan_regon = <&r_pio PM 1 GPIO_ACTIVE_HIGH>;
wlan_hostwake = <&r_pio PM 0 GPIO_ACTIVE_HIGH>;
wakeup-source;
};

Expand All @@ -2480,7 +2480,7 @@
clock-names;
bt_power = "axp2202-aldo3", "axp2202-bldo1"; /* vcc-pl/vcc-pg/vcc-pm */
bt_power_vol = <3300000>, <1800000>;
bt_rst_n = <&pio PM 2 GPIO_ACTIVE_LOW>;
bt_rst_n = <&r_pio PM 2 GPIO_ACTIVE_LOW>;
};
};

Expand All @@ -2495,8 +2495,8 @@
&btlpm {
compatible = "allwinner,sunxi-btlpm";
uart_index = <0x1>;
bt_wake = <&pio PM 3 GPIO_ACTIVE_HIGH>;
bt_hostwake = <&pio PM 4 GPIO_ACTIVE_HIGH>;
bt_wake = <&r_pio PM 3 GPIO_ACTIVE_HIGH>;
bt_hostwake = <&r_pio PM 4 GPIO_ACTIVE_HIGH>;
wakeup-source;
status = "okay";
};
Expand Down

0 comments on commit c83a972

Please sign in to comment.