Firefly开源社区

打印 上一主题 下一主题

[Android] 请教SDIOwifi的问题

160

积分

0

威望

0

贡献

技术小白

积分
160

请教SDIOwifi的问题

发表于 2018-8-22 10:29:30      浏览:5868 | 回复:0        打印      只看该作者   [复制链接] 楼主
在3399上的wifi信号比较差,想改信号强度,但sdio的dts配置中没有相关描述只看到emmc的信息。

《Rockchip RK3399 TRM V1.4 Part2-20170408.pdf》里的emmc host controller章节有如下描述:

The ‘phyctrl_dr_ty[2:0]’ are used to program the drive strength of the IO in push/pull
mode of operation by programming the source/sink impedance of EMMC51 IO. The PAD
source/sink impedance can be programmed to 50, 33, 66, 100 or 40 Ohms


drivers/phy/phy-rockchiop-emmc.c文件中有
   68 #define PHYCTRL_DR_50OHM        0x0
   69 #define PHYCTRL_DR_33OHM        0x1
   70 #define PHYCTRL_DR_66OHM        0x2
   71 #define PHYCTRL_DR_100OHM       0x3
   72 #define PHYCTRL_DR_40OHM        0x4


/* Drive impedance: 50 Ohm */  292     regmap_write(rk_phy->reg_base,  293              rk_phy->reg_offset + GRF_EMMCPHY_CON6,  294              HIWORD_UPDATE(PHYCTRL_DR_50OHM,  295                    PHYCTRL_DR_MASK,  296                    PHYCTRL_DR_SHIFT));更改PHYCTRL_DR_50OHM  >  PHYCTRL_DR_100OHM
但发现sdio0的驱动强度没有改变 ,请问这里的drive strength是指什么意思?
硬件sdio0接到wifi网卡,这里也没有看到改的是哪一路sdio,如果我想要改sdio0的驱动强度应该怎么改呢?



回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

友情链接 : 爱板网 电子发烧友论坛 云汉电子社区 粤ICP备14022046号-2
快速回复 返回顶部 返回列表