This patchset adds the required DTS changes for providing the ethernet
functionality on the Actions S500 SoCs family.
For the moment I have been able to test the Ethernet MAC on the RoseaplePi
SBC only.
Also, please note the patches depend on some clock changes that are
currently under review:
https://lore.kernel.org/lkml/cover.1623354574.git.cristian.ciocaltea@gmail.com/
Thanks,
Cristi
Changes in v2:
- Added Reviewed-by tag from Mani in patch 1/2
- Joined the groups sharing common function "eth_rmii" and switch the
order of "ref_clk-pinconf" and "phy_clk-pinmux", per Mani's review,
in patch 2/2
Cristian Ciocaltea (2):
ARM: dts: owl-s500: Add ethernet support
ARM: dts: owl-s500-roseapplepi: Add ethernet support
arch/arm/boot/dts/owl-s500-roseapplepi.dts | 45 ++++++++++++++++++++++
arch/arm/boot/dts/owl-s500.dtsi | 10 +++++
2 files changed, 55 insertions(+)
--
2.32.0
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
Add pinctrl configuration for enabling the Ethernet MAC on RoseapplePi
SBC. Additionally, provide the necessary properties for the generic S500
ethernet node in order to setup PHY and MDIO.
Signed-off-by: Cristian Ciocaltea <cristian.ciocaltea@gmail.com>
---
arch/arm/boot/dts/owl-s500-roseapplepi.dts | 45 ++++++++++++++++++++++
1 file changed, 45 insertions(+)
On Fri, Jun 11, 2021 at 12:11:33PM +0300, Cristian Ciocaltea wrote:
Add pinctrl configuration for enabling the Ethernet MAC on RoseapplePi
SBC. Additionally, provide the necessary properties for the generic S500
ethernet node in order to setup PHY and MDIO.
Signed-off-by: Cristian Ciocaltea <cristian.ciocaltea@gmail.com>
On Fri, Jun 11, 2021 at 12:11:31PM +0300, Cristian Ciocaltea wrote:
This patchset adds the required DTS changes for providing the ethernet
functionality on the Actions S500 SoCs family.
For the moment I have been able to test the Ethernet MAC on the RoseaplePi
SBC only.
Also, please note the patches depend on some clock changes that are
currently under review:
https://lore.kernel.org/lkml/cover.1623354574.git.cristian.ciocaltea@gmail.com/
Waiting for the clk patches to be merged...
Thanks,
Mani
Thanks,
Cristi
Changes in v2:
- Added Reviewed-by tag from Mani in patch 1/2
- Joined the groups sharing common function "eth_rmii" and switch the
order of "ref_clk-pinconf" and "phy_clk-pinmux", per Mani's review,
in patch 2/2
Cristian Ciocaltea (2):
ARM: dts: owl-s500: Add ethernet support
ARM: dts: owl-s500-roseapplepi: Add ethernet support
arch/arm/boot/dts/owl-s500-roseapplepi.dts | 45 ++++++++++++++++++++++
arch/arm/boot/dts/owl-s500.dtsi | 10 +++++
2 files changed, 55 insertions(+)
--
2.32.0
On Mon, Jun 14, 2021 at 04:58:31PM +0530, Manivannan Sadhasivam wrote:
On Fri, Jun 11, 2021 at 12:11:31PM +0300, Cristian Ciocaltea wrote:
quoted
This patchset adds the required DTS changes for providing the ethernet
functionality on the Actions S500 SoCs family.
For the moment I have been able to test the Ethernet MAC on the RoseaplePi
SBC only.
Also, please note the patches depend on some clock changes that are
currently under review:
https://lore.kernel.org/lkml/cover.1623354574.git.cristian.ciocaltea@gmail.com/
Waiting for the clk patches to be merged...
Thanks, Mani!
Hopefully Stephen is going to pick them up in time..
Kind regards,
Cristi
Thanks,
Mani
quoted
Thanks,
Cristi
Changes in v2:
- Added Reviewed-by tag from Mani in patch 1/2
- Joined the groups sharing common function "eth_rmii" and switch the
order of "ref_clk-pinconf" and "phy_clk-pinmux", per Mani's review,
in patch 2/2
Cristian Ciocaltea (2):
ARM: dts: owl-s500: Add ethernet support
ARM: dts: owl-s500-roseapplepi: Add ethernet support
arch/arm/boot/dts/owl-s500-roseapplepi.dts | 45 ++++++++++++++++++++++
arch/arm/boot/dts/owl-s500.dtsi | 10 +++++
2 files changed, 55 insertions(+)
--
2.32.0
Error: arch/arm/boot/dts/owl-s500.dtsi:332.19-20 syntax error
FATAL ERROR: Unable to parse input tree
Did you look into this error? Looks like CLK_ETHERNET is not defined in
the s500 CMU binding.
Today I saw that the clk patches are applied but then it is later for me
to send the dts patches for v5.14. So please fix this error and
resubmit, I'll take them for v5.15.
Thanks,
Mani
Error: arch/arm/boot/dts/owl-s500.dtsi:332.19-20 syntax error
FATAL ERROR: Unable to parse input tree
Did you look into this error? Looks like CLK_ETHERNET is not defined in
the s500 CMU binding.
CLK_ETHERNET is introduced through patches 5 & 6 from the patch series:
"[PATCH v3 0/6] Improve clock support for Actions S500 SoC"
Most probably those patches were not applied to the tested kernel tree
and that's why the robot reported the error.
Thanks,
Cristi
Today I saw that the clk patches are applied but then it is later for me
to send the dts patches for v5.14. So please fix this error and
resubmit, I'll take them for v5.15.
Thanks,
Mani
Error: arch/arm/boot/dts/owl-s500.dtsi:332.19-20 syntax error
FATAL ERROR: Unable to parse input tree
Did you look into this error? Looks like CLK_ETHERNET is not defined in
the s500 CMU binding.
CLK_ETHERNET is introduced through patches 5 & 6 from the patch series:
"[PATCH v3 0/6] Improve clock support for Actions S500 SoC"
Most probably those patches were not applied to the tested kernel tree
and that's why the robot reported the error.
Ah, okay. I didn't see it. Then I'll just push the dts changes and see
if they get applied for 5.14.
Thanks,
Mani
Thanks,
Cristi
quoted
Today I saw that the clk patches are applied but then it is later for me
to send the dts patches for v5.14. So please fix this error and
resubmit, I'll take them for v5.15.
Thanks,
Mani