Skip to content

Integrate meta-seco-rk/u-boot-seco-rk/seco_2017.09_next_develop_pre-reloc_ym

Commit: edgehog/layers/seco/meta-seco-rk@b502d213

Integrate u-boot-seco-rk/seco_2017.09_next_develop_pre-reloc_ym

--

Commit: edgehog/bsp/rockchip/u-boot-seco-rk@e696e06b

[UPSTREAM-ROCKCHIP] gpio: rk: Improve error message

This is important since commit: (d3909692e8 gpio/rk: bank index cannot use static count)

Signed-off-by: Joseph Chen chenjh@rock-chips.com Change-Id: Ic2235e538d142c74bec897d62f2da6ba3543f3fc

--

Commit: edgehog/bsp/rockchip/u-boot-seco-rk@34568058

[UPSTREAM-ROCKCHIP] gpio/rk: bank index cannot use static count

Mostly the gpios are probed not in order, so the static count is really uncorrect most of time, remove it and report a error.

Change-Id: I70f0bff7fafb8920dd2aca5f8631616f37f0b2b8 Signed-off-by: Jianqun Xu jay.xu@rock-chips.com

--

Commit: edgehog/bsp/rockchip/u-boot-seco-rk@b29445d7

[PINCTRL] Avoid using LIVETREE when setting pinctrl configuration

rockchip_pinctrl_set_state tries to use LIVETREE when OF_LIVE is enabled. There are however some cases when OF_LIVE is enabled but the LIVETREE is not yet ready (for example in pre-relocation contexts). Prefer always using the FDT blob.

Merge request reports