mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-05-24 10:39:52 +00:00
ARM: shmobile: r8a7794: Add USBDMAC[01] clocks to device tree
Signed-off-by: Kazuya Mizuguchi <kazuya.mizuguchi.ks@renesas.com> [horms: merged per-clock patches] Signed-off-by: Simon Horman <horms+renesas@verge.net.au> Acked-by: Geert Uytterhoeven <geert+renesas@glider.be>
This commit is contained in:
parent
00add867b8
commit
22a9b44fc1
2 changed files with 6 additions and 3 deletions
|
@ -493,13 +493,14 @@
|
||||||
mstp3_clks: mstp3_clks@e615013c {
|
mstp3_clks: mstp3_clks@e615013c {
|
||||||
compatible = "renesas,r8a7794-mstp-clocks", "renesas,cpg-mstp-clocks";
|
compatible = "renesas,r8a7794-mstp-clocks", "renesas,cpg-mstp-clocks";
|
||||||
reg = <0 0xe615013c 0 4>, <0 0xe6150048 0 4>;
|
reg = <0 0xe615013c 0 4>, <0 0xe6150048 0 4>;
|
||||||
clocks = <&rclk_clk>;
|
clocks = <&rclk_clk>, <&hp_clk>, <&hp_clk>;
|
||||||
#clock-cells = <1>;
|
#clock-cells = <1>;
|
||||||
clock-indices = <
|
clock-indices = <
|
||||||
R8A7794_CLK_CMT1
|
R8A7794_CLK_CMT1 R8A7794_CLK_USBDMAC0
|
||||||
|
R8A7794_CLK_USBDMAC1
|
||||||
>;
|
>;
|
||||||
clock-output-names =
|
clock-output-names =
|
||||||
"cmt1";
|
"cmt1", "usbdmac0", "usbdmac1";
|
||||||
};
|
};
|
||||||
mstp7_clks: mstp7_clks@e615014c {
|
mstp7_clks: mstp7_clks@e615014c {
|
||||||
compatible = "renesas,r8a7794-mstp-clocks", "renesas,cpg-mstp-clocks";
|
compatible = "renesas,r8a7794-mstp-clocks", "renesas,cpg-mstp-clocks";
|
||||||
|
|
|
@ -51,6 +51,8 @@
|
||||||
|
|
||||||
/* MSTP3 */
|
/* MSTP3 */
|
||||||
#define R8A7794_CLK_CMT1 29
|
#define R8A7794_CLK_CMT1 29
|
||||||
|
#define R8A7794_CLK_USBDMAC0 30
|
||||||
|
#define R8A7794_CLK_USBDMAC1 31
|
||||||
|
|
||||||
/* MSTP5 */
|
/* MSTP5 */
|
||||||
#define R8A7794_CLK_THERMAL 22
|
#define R8A7794_CLK_THERMAL 22
|
||||||
|
|
Loading…
Add table
Reference in a new issue