mbox series

[0/4] Meson8b: Odroid-C1 improvements

Message ID 20180913202919.20927-1-martin.blumenstingl@googlemail.com (mailing list archive)
Headers show
Series Meson8b: Odroid-C1 improvements | expand

Message

Martin Blumenstingl Sept. 13, 2018, 8:29 p.m. UTC
This is a small collection of improvements for the Odroid-C1 board.
My main goal is to prepare the CPU voltage regulator as I'm using
the Odroid-C1 to test my changes which will enable CPU frequency
scaling on Meson8/Meson8b/Meson8m2.

While I was going through the schematics anyways I added more
regulators, enabled the SAR ADC and added the /chosen/stdout-path
property to make debugging with "earlycon" easier.

schematics for the board are published by Hardkernel and can be found
here: [0]

NOTE: This series depends on my patch "ARM: dts: meson8b: add the
I2C_A, PWM_C and UART_B pins" [1] from my other series called
"Meson8b: add support for the Endless Mini EC-100" as this defines
the "pwm_c1_pins" for the CPU voltage regulator (which is controlled
via PWM).


[0] https://dn.odroid.com/S805/Schematics/odroid-c1+_rev0.4_20150615.pdf
[1] https://patchwork.kernel.org/patch/10600043/
[2] https://patchwork.kernel.org/cover/10600031/

Martin Blumenstingl (4):
  ARM: dts: meson8b: odroidc1: add the CPU voltage regulator
  ARM: dts: meson8b: odroidc1: add the fixed voltage regulators
  ARM: dts: meson8b: odroidc1: enable the SAR ADC
  ARM: dts: meson8b: odroidc1: add stdout-path property

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

Comments

Kevin Hilman Sept. 26, 2018, 8:52 a.m. UTC | #1
Martin Blumenstingl <martin.blumenstingl@googlemail.com> writes:

> This is a small collection of improvements for the Odroid-C1 board.
> My main goal is to prepare the CPU voltage regulator as I'm using
> the Odroid-C1 to test my changes which will enable CPU frequency
> scaling on Meson8/Meson8b/Meson8m2.
>
> While I was going through the schematics anyways I added more
> regulators, enabled the SAR ADC and added the /chosen/stdout-path
> property to make debugging with "earlycon" easier.
>
> schematics for the board are published by Hardkernel and can be found
> here: [0]
>
> NOTE: This series depends on my patch "ARM: dts: meson8b: add the
> I2C_A, PWM_C and UART_B pins" [1] from my other series called
> "Meson8b: add support for the Endless Mini EC-100" as this defines
> the "pwm_c1_pins" for the CPU voltage regulator (which is controlled
> via PWM).

Applied to v4.20/dt (on top of the Endless series)

Thanks for pointing out the dependencies,

Kevin