[U-Boot] [PATCH v3 50/72] clk: Modify xlate() method for livetree
sjg at google.com
sjg at google.com
Thu May 25 00:06:10 UTC 2017
Update the xlate() method to use ofnode_phandle_args instead of the fdtdec
variant. This will allow drivers to support a live device tree.
Signed-off-by: Simon Glass <sjg at chromium.org>
---
Changes in v3: None
Changes in v2: None
drivers/clk/at91/pmc.c | 2 +-
drivers/clk/at91/pmc.h | 2 +-
drivers/clk/clk-uclass.c | 7 ++++---
drivers/clk/clk_stm32f7.c | 3 +--
include/clk-uclass.h | 5 +++--
5 files changed, 10 insertions(+), 9 deletions(-)
Applied to u-boot-dm
More information about the U-Boot
mailing list