
Hi Alper,
On Fri, 7 Jul 2023 at 13:17, Alper Nebi Yasak alpernebiyasak@gmail.com wrote:
There have been bug fixes and new features for some veyron-based boards which are applicable to others because they share most of the underlying hardware. This series tries to synchronize changes across all veyron boards.
I couldn't personally test these myself as I don't have any of the supported boards, and couldn't spent time to port the veyron-mighty I have yet. Sending so others can test and for the first two patches I think should go in v2023.07, but take with a grain of salt.
Alper Nebi Yasak (7): rockchip: veyron: Enable RESET driver rockchip: veyron: Enable building SPI ROM images rockchip: veyron: Unify u-boot.dtsi bootph-all fragments rockchip: veyron: Add serial, logging, silent console support rockchip: veyron: Use TrueType fonts rockchip: chromebook_jerry: Re-enable MAX98090 codec driver rockchip: chromebook_speedy: Enable sound
arch/arm/dts/rk3288-veyron-speedy-u-boot.dtsi | 30 +++++++++---------- arch/arm/dts/rk3288-veyron-u-boot.dtsi | 4 +++ arch/arm/mach-rockchip/rk3288/Kconfig | 6 ++++ configs/chromebit_mickey_defconfig | 6 ++++ configs/chromebook_jerry_defconfig | 1 + configs/chromebook_minnie_defconfig | 6 +++- configs/chromebook_speedy_defconfig | 7 +++++ 7 files changed, 43 insertions(+), 17 deletions(-)
For the series: Tested-by: Simon Glass sjg@chromium.org # chromebook-jerry
Regards, Simon