Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1734560

[PATCH 3/3] ARM: davinci: da8xx-dt: Add OF_DEV_AUXDATA entry for DSP clock matching

From Suman Anna <s-anna@ti.com>
Newsgroups linux.kernel
Subject [PATCH 3/3] ARM: davinci: da8xx-dt: Add OF_DEV_AUXDATA entry for DSP clock matching
Date 2017-09-19 02:30 +0200
Message-ID <ureAh-5lt-9@gated-at.bofh.it> (permalink)
References <ureAh-5lt-7@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


Add the OF_DEV_AUXDATA entry needed to match the device-tree DSP node
to its non-device-tree clock, so that the da8xx-remoteproc driver can
properly enable the clocks. The device name has also been assigned
"davinci-rproc.0" to match the device id used in the da850_clks
clk_lookup array.

Signed-off-by: Suman Anna <s-anna@ti.com>
---
 arch/arm/mach-davinci/da8xx-dt.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/mach-davinci/da8xx-dt.c b/arch/arm/mach-davinci/da8xx-dt.c
index 5699ce39e64f..f06db6700ab2 100644
--- a/arch/arm/mach-davinci/da8xx-dt.c
+++ b/arch/arm/mach-davinci/da8xx-dt.c
@@ -54,6 +54,7 @@ static struct of_dev_auxdata da850_auxdata_lookup[] __initdata = {
 	OF_DEV_AUXDATA("ti,da830-usb-phy", 0x01c1417c, "da8xx-usb-phy", NULL),
 	OF_DEV_AUXDATA("ti,da850-ahci", 0x01e18000, "ahci_da850", NULL),
 	OF_DEV_AUXDATA("ti,da850-vpif", 0x01e17000, "vpif", NULL),
+	OF_DEV_AUXDATA("ti,da850-dsp", 0x11800000, "davinci-rproc.0", NULL),
 	{}
 };
 
-- 
2.13.1

Back to linux.kernel | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

[PATCH 0/3] Add and enable DSP device on OMAPL138 LCDK board Suman Anna <s-anna@ti.com> - 2017-09-19 02:30 +0200
  [PATCH 3/3] ARM: davinci: da8xx-dt: Add OF_DEV_AUXDATA entry for DSP clock matching Suman Anna <s-anna@ti.com> - 2017-09-19 02:30 +0200
  [PATCH 2/3] ARM: dts: da850-lcdk: Add and enable CMA reserved pool for DSP Suman Anna <s-anna@ti.com> - 2017-09-19 02:30 +0200
  Re: [PATCH 0/3] Add and enable DSP device on OMAPL138 LCDK board Sekhar Nori <nsekhar@ti.com> - 2017-09-20 17:20 +0200
    Re: [PATCH 0/3] Add and enable DSP device on OMAPL138 LCDK board Suman Anna <s-anna@ti.com> - 2017-09-20 19:00 +0200

csiph-web