diff options
author | Benoit Parrot <bparrot@ti.com> | 2019-12-11 08:05:50 -0600 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2020-01-23 09:12:47 -0800 |
commit | 215d103f36626da36c424aa7309ae1b5e7e38d14 (patch) | |
tree | 3aadabab9a721f27a10c4b86980b2d66d76c7743 /arch | |
parent | 6c3090520554d535db04f807c313d9a4b81a285c (diff) | |
download | linux-215d103f36626da36c424aa7309ae1b5e7e38d14.tar.gz linux-215d103f36626da36c424aa7309ae1b5e7e38d14.tar.bz2 linux-215d103f36626da36c424aa7309ae1b5e7e38d14.zip |
ARM: dts: dra7: add cam clkctrl node
Add clkctrl nodes for CAM domain.
Note that because of the current dts node name dependency for mapping to
clock domain, we must still use "cam-clkctrl@" naming instead of generic
"clock@" naming for the node. And because of this, it's probably best to
apply the dts node addition together along with the other clock changes.
Signed-off-by: Benoit Parrot <bparrot@ti.com>
Acked-by: Tony Lindgren <tony@atomide.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/boot/dts/dra7xx-clocks.dtsi | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/dra7xx-clocks.dtsi b/arch/arm/boot/dts/dra7xx-clocks.dtsi index ccf0fd477cf9..8eb31b83ed43 100644 --- a/arch/arm/boot/dts/dra7xx-clocks.dtsi +++ b/arch/arm/boot/dts/dra7xx-clocks.dtsi @@ -1720,6 +1720,20 @@ }; }; + cam_cm: cam-cm@1000 { + compatible = "ti,omap4-cm"; + reg = <0x1000 0x100>; + #address-cells = <1>; + #size-cells = <1>; + ranges = <0 0x1000 0x100>; + + cam_clkctrl: cam-clkctrl@20 { + compatible = "ti,clkctrl"; + reg = <0x20 0x2c>; + #clock-cells = <2>; + }; + }; + dss_cm: dss-cm@1100 { compatible = "ti,omap4-cm"; reg = <0x1100 0x100>; |