From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kever Yang Date: Fri, 23 Sep 2016 14:41:11 +0800 Subject: [U-Boot] Rockchip patches for testing In-Reply-To: References: Message-ID: <57E4CE87.6030006@rock-chips.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Simon, On 09/23/2016 11:17 AM, Simon Glass wrote: > Hi, > > I have pushed a branch to u-boot-rockchip/testing. Please take a look > and let me know if any of these patches need rework. > > Are there more patches coming for this merge window? > > Re rk3399, one of the patches causes a build error on rk3399. Can > someone please take a look? > > buildman -b rk-push rockchip -se > boards.cfg is up to date. Nothing to do. > Summary of 14 commits for 10 boards (8 threads, 1 job per thread) > 01: Merge git://git.denx.de/u-boot-rockchip > 02: rockchip: rk3288: sdram: fix DDR address range > 03: rockchip: Fix SPL console output when ROCKCHIP_SPL_BACK_TO_BROM is enabled > 04: Disable SPL_MMC_SUPPORT if ROCKCHIP_SPL_BACK_TO_BROM is enabled. > 05: Enable ROCKCHIP_SPL_BACK_TO_BROM for rock2 board > 06: rockchip: add usb mass storage feature support for rk3036 > 07: rockchip: rk3399: update PPLL and pmu_pclk frequency > 08: rockchip: rkpwm: fix the register sequence > 09: power: regulator: add pwm regulator > 10: rockchip: evb_rk3399: init vdd_center regulator > 11: Kconfig: rockchip: enable DM_PWM and DM_REGULATOR > 12: dts: evb-rk3399: add init voltage node for vdd-center > 13: config: evb-rk3399: enable pwm regulator > aarch64: + evb-rk3399 > +../drivers/power/regulator/pwm_regulator.c: In function 'pwm_regulator_probe': > +../drivers/power/regulator/pwm_regulator.c:135:10: error: 'struct > pwm_regulator_info' has no member named 'boot_on' I'll going to fix this with new patch set. Thanks, - Kever > + if (priv->boot_on) > + ^ > +make[2]: *** [drivers/power/regulator/pwm_regulator.o] Error 1 > +make[1]: *** [drivers/power/regulator] Error 2 > +make: *** [sub-make] Error 2 > > Regards, > Simon > > >