
22 Apr
2020
22 Apr
'20
6:27 p.m.
On Fri, Apr 17, 2020 at 05:05:48PM -0400, Tom Rini wrote:
On Mon, Jan 13, 2020 at 11:34:55AM +0100, Patrick Delaunay wrote:
Convert 'pinctrl-single' using livetree functions
- dev_read_prop
- dev_read_u32_default
- dev_read_u32_array
- dev_read_bool
- dev_read_addr
and get rid of DECLARE_GLOBAL_DATA_PTR.
Reviewed-by: Simon Glass sjg@chromium.org Signed-off-by: Patrick Delaunay patrick.delaunay@st.com
Applied to u-boot/master, thanks!
Now that I've setup my AM65x board, this commit is breaking boot there and I don't have any idea why. I don't get any sort of output on either core (this platform takes am65x_evm_r5 for the SPL and am65x_evm_a53 for the main core).
--
Tom