[U-Boot] [PATCH v2 0/7] rockchip: dts: rk3399-puma: update DTS
Philipp Tomsich
philipp.tomsich at theobroma-systems.com
Tue Jun 6 13:42:25 UTC 2017
For the RK3399-Q7, there's been a number of changes to the DTS from
the ongoing Linux development and from recently enabled functionality
within U-Boot.
This now makes a patch-series out of what originally was a single
patch and includes the following changes:
- adds a dependent patch that had gone upstream with the RK3399 HDMI
support, but is needed for the updated DTS to not break the build
for the entire architecture
- fixes a number of unrelated warnings/build errors (reported from
buildman) that showed up after rebasing onto u-boot-rockchip/master at 2b19b2f
Changes in v2:
- (new patch) rename dev_get_addr in the RV1108 clk-driver to fix a
buildman failure for u-boot-rockchip/master at 2b19b2f
- (new patch) access of-offset of periph via dev_of_offset in the RV1108
pinctrl driver to fix a buildman failure for u-boot-rockchip/master at 2b19b2f
- (new patch) fix a multiple definition of usb_gadget_handle_interrupts
for the RK3328 EVB in evb-rk3328.c to fix a buildman failure for
u-boot-rockchip/master at 2b19b2f
- (new patch) fix a int-to-pointer cast warning for regs_otg in
dwc2-otg to fix a buildman failure for u-boot-rockchip/master at 2b19b2f
- (new patch) fix warnings and add some robustness for the truncation
of ep->dma_buf in dwc2-otg for LP64 builds to fix a buildman failure
for u-boot-rockchip/master at 2b19b2f
- cherry-picked the DTS change adding the hdmi node for the rk3399.dtsi
from the RK3399 HDMI enabledment series (already applied there)
Philipp Tomsich (7):
rockchip: clk: rv1108: rename dev_get_addr
rockchip: pinctrl: rv1108: access of-offset via dev_of_offset(...)
rockchip: rk3328: don't implement usb_gadget_handle_interrupts twice
usb: dwc2-otg: make regs_otg (in platdata) a uintptr_t
usb: dwc2-otg: fix warnings for ep->dma_buf for LP64 builds
rockchip: dts: rk3399: enable HDMI output in the DTS
rockchip: dts: rk3399-puma: sync DTS with Linux tree
arch/arm/dts/rk3399-puma.dts | 540 ++++++++++++++++++++++++++---
arch/arm/dts/rk3399.dtsi | 39 +++
board/rockchip/evb_rk3328/evb-rk3328.c | 5 -
drivers/clk/rockchip/clk_rv1108.c | 2 +-
drivers/pinctrl/rockchip/pinctrl_rv1108.c | 2 +-
drivers/usb/gadget/dwc2_udc_otg_xfer_dma.c | 6 +-
include/usb/dwc2_udc.h | 2 +-
7 files changed, 542 insertions(+), 54 deletions(-)
--
2.1.4
More information about the U-Boot
mailing list