Home
last modified time | relevance | path

Searched hist:"898 d64395c6f8889fc9fd09a0a4dc6a6f018598f" (Results 1 – 3 of 3) sorted by relevance

/rk3399_rockchip-uboot/configs/
H A Dchromebook_jerry_defconfig898d64395c6f8889fc9fd09a0a4dc6a6f018598f Fri Jan 22 02:43:38 UTC 2016 Simon Glass <sjg@chromium.org> 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>
H A Dfirefly-rk3288_defconfig898d64395c6f8889fc9fd09a0a4dc6a6f018598f Fri Jan 22 02:43:38 UTC 2016 Simon Glass <sjg@chromium.org> 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>
/rk3399_rockchip-uboot/drivers/mmc/
H A Drockchip_dw_mmc.c898d64395c6f8889fc9fd09a0a4dc6a6f018598f Fri Jan 22 02:43:38 UTC 2016 Simon Glass <sjg@chromium.org> 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>