[PATCH v5 0/2] Enable ethernet for qcs8300

Yijie Yang posted 2 patches 1 week, 5 days ago
arch/arm64/boot/dts/qcom/qcs8300-ride.dts | 112 ++++++++++++++++++++++++++++++
arch/arm64/boot/dts/qcom/qcs8300.dtsi     |  43 ++++++++++++
2 files changed, 155 insertions(+)
[PATCH v5 0/2] Enable ethernet for qcs8300
Posted by Yijie Yang 1 week, 5 days ago
Add dts nodes to enable ethernet interface on qcs8300-ride.
The EMAC, SerDes and EPHY version are the same as those in sa8775p.

Signed-off-by: Yijie Yang <quic_yijiyang@quicinc.com>
---
This patch series depends on below patch series:
https://lore.kernel.org/all/20240925-qcs8300_initial_dtsi-v2-0-494c40fa2a42@quicinc.com/ - Reviewed
https://lore.kernel.org/all/20241010-schema-v1-0-98b2d0a2f7a2@quicinc.com/ - Applied

Changes in v5:
- Pad the register with zero for both 'ethernet0' and 'serdes0'.
- Change PHY name from 'sgmii_phy0' to 'phy0'.
- Link to v4: https://lore.kernel.org/r/20241123-dts_qcs8300-v4-0-b10b8ac634a9@quicinc.com

---
Yijie Yang (2):
      arm64: dts: qcom: qcs8300: add the first 2.5G ethernet
      arm64: dts: qcom: qcs8300-ride: enable ethernet0

 arch/arm64/boot/dts/qcom/qcs8300-ride.dts | 112 ++++++++++++++++++++++++++++++
 arch/arm64/boot/dts/qcom/qcs8300.dtsi     |  43 ++++++++++++
 2 files changed, 155 insertions(+)
---
base-commit: c83f0b825741bcb9d8a7be67c63f6b9045d30f5a
change-id: 20241111-dts_qcs8300-f8383ef0f5ef

Best regards,
-- 
Yijie Yang <quic_yijiyang@quicinc.com>
Re: [PATCH v5 0/2] Enable ethernet for qcs8300
Posted by Tingwei Zhang 1 week, 5 days ago
On 12/6/2024 9:35 AM, Yijie Yang wrote:
> Add dts nodes to enable ethernet interface on qcs8300-ride.
> The EMAC, SerDes and EPHY version are the same as those in sa8775p.
> 
> Signed-off-by: Yijie Yang <quic_yijiyang@quicinc.com>
> ---
> This patch series depends on below patch series:
> https://lore.kernel.org/all/20240925-qcs8300_initial_dtsi-v2-0-494c40fa2a42@quicinc.com/ - Reviewed

Above series was already applied. I would say there's no dependency to 
block this series to be applied now. No need to respin for this but 
update the dependency status if a new version is required.

> https://lore.kernel.org/all/20241010-schema-v1-0-98b2d0a2f7a2@quicinc.com/ - Applied
> 
> Changes in v5:
> - Pad the register with zero for both 'ethernet0' and 'serdes0'.
> - Change PHY name from 'sgmii_phy0' to 'phy0'.
> - Link to v4: https://lore.kernel.org/r/20241123-dts_qcs8300-v4-0-b10b8ac634a9@quicinc.com
> 
> ---
> Yijie Yang (2):
>        arm64: dts: qcom: qcs8300: add the first 2.5G ethernet
>        arm64: dts: qcom: qcs8300-ride: enable ethernet0
> 
>   arch/arm64/boot/dts/qcom/qcs8300-ride.dts | 112 ++++++++++++++++++++++++++++++
>   arch/arm64/boot/dts/qcom/qcs8300.dtsi     |  43 ++++++++++++
>   2 files changed, 155 insertions(+)
> ---
> base-commit: c83f0b825741bcb9d8a7be67c63f6b9045d30f5a
> change-id: 20241111-dts_qcs8300-f8383ef0f5ef
> 
> Best regards,


-- 
Thanks,
Tingwei
Re: [PATCH v5 0/2] Enable ethernet for qcs8300
Posted by Yijie Yang 1 week, 5 days ago

On 2024-12-06 10:37, Tingwei Zhang wrote:
> On 12/6/2024 9:35 AM, Yijie Yang wrote:
>> Add dts nodes to enable ethernet interface on qcs8300-ride.
>> The EMAC, SerDes and EPHY version are the same as those in sa8775p.
>>
>> Signed-off-by: Yijie Yang <quic_yijiyang@quicinc.com>
>> ---
>> This patch series depends on below patch series:
>> https://lore.kernel.org/all/20240925-qcs8300_initial_dtsi- 
>> v2-0-494c40fa2a42@quicinc.com/ - Reviewed
> 
> Above series was already applied. I would say there's no dependency to 
> block this series to be applied now. No need to respin for this but 
> update the dependency status if a new version is required.
> 

I will take care of it next time.

>> https://lore.kernel.org/all/20241010-schema- 
>> v1-0-98b2d0a2f7a2@quicinc.com/ - Applied
>>
>> Changes in v5:
>> - Pad the register with zero for both 'ethernet0' and 'serdes0'.
>> - Change PHY name from 'sgmii_phy0' to 'phy0'.
>> - Link to v4: https://lore.kernel.org/r/20241123-dts_qcs8300-v4-0- 
>> b10b8ac634a9@quicinc.com
>>
>> ---
>> Yijie Yang (2):
>>        arm64: dts: qcom: qcs8300: add the first 2.5G ethernet
>>        arm64: dts: qcom: qcs8300-ride: enable ethernet0
>>
>>   arch/arm64/boot/dts/qcom/qcs8300-ride.dts | 112 ++++++++++++++++++++ 
>> ++++++++++
>>   arch/arm64/boot/dts/qcom/qcs8300.dtsi     |  43 ++++++++++++
>>   2 files changed, 155 insertions(+)
>> ---
>> base-commit: c83f0b825741bcb9d8a7be67c63f6b9045d30f5a
>> change-id: 20241111-dts_qcs8300-f8383ef0f5ef
>>
>> Best regards,
> 
> 

-- 
Best Regards,
Yijie