Skip to content

Commit

Permalink
dts: do not cut down pinctrl-0 and pinctrl-names for SPL full-pinctrl
Browse files Browse the repository at this point in the history
These properties are necessary to use full-featured pinctrl drivers
in SPL.

Signed-off-by: Masahiro Yamada <[email protected]>
Acked-by: Simon Glass <[email protected]>
  • Loading branch information
masahir0y authored and sjg20 committed Sep 17, 2015
1 parent fa43ce8 commit 6aa8179
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dts/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ config DEFAULT_DEVICE_TREE
config OF_SPL_REMOVE_PROPS
string "List of device tree properties to drop for SPL"
depends on SPL_OF_CONTROL
default "clocks clock-names interrupt-parent" if SPL_PINCTRL_FULL
default "pinctrl-0 pinctrl-names clocks clock-names interrupt-parent"
help
Since SPL normally runs in a reduced memory space, the device tree
Expand Down

0 comments on commit 6aa8179

Please sign in to comment.