From: Maurice Petallo <mauricex.r.peta...@intel.com>

Use BYT DMA PCI <domain>:<bus>:<slot>.<func> identification
as device name input during clkdev registration.

Signed-off-by: Maurice Petallo <mauricex.r.peta...@intel.com>
---
 arch/x86/platform/byt/byt-board.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/x86/platform/byt/byt-board.c 
b/arch/x86/platform/byt/byt-board.c
index be4ed4d..e94a377 100644
--- a/arch/x86/platform/byt/byt-board.c
+++ b/arch/x86/platform/byt/byt-board.c
@@ -47,7 +47,7 @@ static int byt_clk_setup(void)
        if (IS_ERR(clk))
                return PTR_ERR(clk);
 
-       clk_register_clkdev(clk, "hclk", "dw_dmac.0");
+       clk_register_clkdev(clk, "hclk", "0000:00:1e.0");
 
        clk = clk_register_fixed_rate(NULL, "spi_clk", "lpss_clk", 0, 50000000);
        if (IS_ERR(clk))
-- 
1.7.10.4

-- 
_______________________________________________
linux-yocto mailing list
linux-yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/linux-yocto

Reply via email to