mbox series

[0/3] ARM: dts: meson8b: ec100: improvements

Message ID 20190118234339.16050-1-martin.blumenstingl@googlemail.com (mailing list archive)
Headers show
Series ARM: dts: meson8b: ec100: improvements | expand

Message

Martin Blumenstingl Jan. 18, 2019, 11:43 p.m. UTC
This brings various small improvements for the Endless Mini EC-100
board:
- the Ethernet PHY status is not polled anymore, instead interrupt
  support from the IP101GR PHY is used
- general update for the regulators which adds missing ones, links
  the parents correctly and adds some notes about the actual components
  on the board for anyone who is curious
- show the GPIO line names in debugfs for easier comparison of the GPIO
  definitions from the .dts and the schematics / vendor kernel sources

This applies on top of version 2 of my other patchset "ARM: dts: meson:
chip temperature (hwmon) support" from [0]


[0] https://patchwork.kernel.org/cover/10771753/


Martin Blumenstingl (3):
  ARM: dts: meson8b: ec100: enable the Ethernet PHY interrupt
  ARM: dts: meson8b: ec100: improve the description of the regulators
  ARM: dts: meson8b: ec100: add the GPIO line names

 arch/arm/boot/dts/meson8b-ec100.dts | 122 ++++++++++++++++++++++++++++
 1 file changed, 122 insertions(+)

Comments

Kevin Hilman Feb. 7, 2019, 3:43 a.m. UTC | #1
Martin Blumenstingl <martin.blumenstingl@googlemail.com> writes:

> This brings various small improvements for the Endless Mini EC-100
> board:
> - the Ethernet PHY status is not polled anymore, instead interrupt
>   support from the IP101GR PHY is used
> - general update for the regulators which adds missing ones, links
>   the parents correctly and adds some notes about the actual components
>   on the board for anyone who is curious
> - show the GPIO line names in debugfs for easier comparison of the GPIO
>   definitions from the .dts and the schematics / vendor kernel sources
>
> This applies on top of version 2 of my other patchset "ARM: dts: meson:
> chip temperature (hwmon) support" from [0]

Queued for v5.1 (branch: v5.1/dt),

Thanks,

Kevin