erstrom / linux-ath

Linux qca/ath wireless driver tree (based on git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git)
Other
21 stars 12 forks source link

DeviceTree documentation update #5

Open pletom opened 6 years ago

pletom commented 6 years ago

Hi,

is there maybe update of the Documentation/devicetree/bindings/net/wireless related to SDIO? I assume that this concerns Documentation/devicetree/bindings/net/wireless/qcom,ath10k.txt file.

erstrom commented 6 years ago

No, I don't think so. Do you have any issues related to device trees (like setup of the SDIO host controller)? As far as I can see, the file you are referring to is only applicable for PCI and AHB devices. It is possible to pass calibration data to the device via the device tree, but this is nothing I have tried. As far as I understand, the board file should be sufficient.

pletom commented 6 years ago

Hi,

I have two Ath10k devices on my board (don't ask me why) and second one seems configured correctly whereas first one not (this is another problem that I will need to investigate). I hope that there is no limitation in the driver and that it will be able to support both cards.

I am slowly making linux booting (I have only JTAG, serial interface and WiFi so I want to make minimal ramdisk with all what is needed).

I will let you know if I have any issues.