Skip to content
Snippets Groups Projects
Commit a7f4b4b3 authored by Lukasz Majewski's avatar Lukasz Majewski Committed by Tom Rini
Browse files

dm: pinctrl: Prevent (re-)configuring pins when already done before relocation


This commit prevents from re-configuring pins if those were configured
before relocation.

Some pins - like UART or DDR must be setup before relocation
(as they have 'u-boot,dm-pre-reloc' property set in DTS). Without this
change, those pins are re-configured after relocation (pre_reloc_only = 0,
so we do not "continue").
Such behavior may be a problem for DDR PAD configuration, as they might
be already leveled/tuned with original setup).

Signed-off-by: default avatarLukasz Majewski <lukma@denx.de>
parent a1702746
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment