From patchwork Fri Mar 13 17:42:44 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Otavio Salvador X-Patchwork-Id: 243620 List-Id: U-Boot discussion From: otavio at ossystems.com.br (Otavio Salvador) Date: Fri, 13 Mar 2020 14:42:44 -0300 Subject: [PATCH 0/4] Fixes for rv1108 and rv1108-elgin-r1 Message-ID: <20200313174248.925841-1-otavio@ossystems.com.br> Those are fixes we've been using and we'd like to upstream. They are fixes and would be great to have them included on 2020.04 release. Otavio Salvador (4): ARM: dts: Activate pullups in the console pins on rv1108-elgin-r1 elgin-rv1108: Use rk_board_late_init() for GPIO settings elgin-rv1108: Avoid adc_channel_single_shot error rv1108: Fix boot regression arch/arm/dts/rv1108-elgin-r1.dts | 11 +++++++++++ arch/arm/dts/rv1108-u-boot.dtsi | 6 ++++++ board/elgin/elgin_rv1108/elgin_rv1108.c | 2 +- configs/elgin-rv1108_defconfig | 2 ++ 4 files changed, 20 insertions(+), 1 deletion(-) create mode 100644 arch/arm/dts/rv1108-u-boot.dtsi