summaryrefslogtreecommitdiff
path: root/configs/firefly-rk3288_defconfig
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2016-01-22 02:43:38 (GMT)
committerSimon Glass <sjg@chromium.org>2016-01-22 03:42:34 (GMT)
commit898d64395c6f8889fc9fd09a0a4dc6a6f018598f (patch)
tree8d4c42a6cf349f0e86671623e4db83956d7e4930 /configs/firefly-rk3288_defconfig
parentf4adc9a50475e0c07ea5441e12e2f3caa54a76d3 (diff)
downloadu-boot-898d64395c6f8889fc9fd09a0a4dc6a6f018598f.tar.xz
rockchip: Use a separate clock ID for clocks
At present we use the same peripheral ID for clocks and pinctrl. While this works it is probably better to use the device tree clock binding ID for clocks. We can use the clk_get_by_index() function to find this. Update the clock drivers and the code that uses them. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'configs/firefly-rk3288_defconfig')
-rw-r--r--configs/firefly-rk3288_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/firefly-rk3288_defconfig b/configs/firefly-rk3288_defconfig
index f41c241..5b26a3d 100644
--- a/configs/firefly-rk3288_defconfig
+++ b/configs/firefly-rk3288_defconfig
@@ -12,6 +12,7 @@ CONFIG_SPL_STACK_R_MALLOC_SIMPLE_LEN=0x2000
CONFIG_CMD_PMIC=y
CONFIG_CMD_REGULATOR=y
CONFIG_SPL_OF_CONTROL=y
+CONFIG_OF_SPL_REMOVE_PROPS="pinctrl-0 pinctrl-names clock-names interrupt-parent"
CONFIG_REGMAP=y
CONFIG_SPL_REGMAP=y
CONFIG_SYSCON=y