Re: [PATCH] qcom_defconfig: Enable ethernet and I2C support

2024-03-05 Thread Caleb Connolly
On Mon, 19 Feb 2024 14:11:44 +0530, Sumit Garg wrote: > QCS404 supports Synopsys Designware Ethernet QOS IP and we already have > the corresponding glue layer present upstream as: > drivers/net/dwc_eth_qos_qcom.c. So enable corresponding support. > > Along with that it is possible for Qualcomm p

Re: [PATCH] qcom_defconfig: Enable ethernet and I2C support

2024-03-05 Thread Sumit Garg
On Mon, 19 Feb 2024 at 14:11, Sumit Garg wrote: > > QCS404 supports Synopsys Designware Ethernet QOS IP and we already have > the corresponding glue layer present upstream as: > drivers/net/dwc_eth_qos_qcom.c. So enable corresponding support. > > Along with that it is possible for Qualcomm platfor

[PATCH] qcom_defconfig: Enable ethernet and I2C support

2024-02-19 Thread Sumit Garg
QCS404 supports Synopsys Designware Ethernet QOS IP and we already have the corresponding glue layer present upstream as: drivers/net/dwc_eth_qos_qcom.c. So enable corresponding support. Along with that it is possible for Qualcomm platforms to retrieve MAC address from I2C eeprom present on board.