Skip to content

Commit

Permalink
drivers: k230: support ap6212 wifi
Browse files Browse the repository at this point in the history
Signed-off-by: wycwyhwyq <[email protected]>
  • Loading branch information
wycwyhwyq committed Oct 14, 2024
1 parent b5c8e48 commit c25b2c2
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
11 changes: 11 additions & 0 deletions arch/riscv/boot/dts/canaan/k230-canmv.dts
Original file line number Diff line number Diff line change
Expand Up @@ -104,3 +104,14 @@
&vo {
vth_line = <10>;
};

&mmc_sd0 {
status = "okay";
io_fixed_1v8;
rx_delay_line = <0x0d>;
tx_delay_line = <0x00>;
bcmdhd_wlan {
compatible = "android,bcmdhd_wlan";
gpio_wl_reg_on = <&gpio0_ports 1 GPIO_ACTIVE_HIGH>;
};
};
3 changes: 3 additions & 0 deletions arch/riscv/configs/k230_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -297,3 +297,6 @@ CONFIG_V4L_PLATFORM_DRIVERS=y
CONFIG_VPU_CANAAN=y
CONFIG_DRM_DISPLAY_CONNECTOR=y
CONFIG_DRM_LONTIUM_LT9611=y
CONFIG_CFG80211=y
CONFIG_CFG80211_WEXT=y
CONFIG_MAC80211=y

0 comments on commit c25b2c2

Please sign in to comment.