diff mbox series

[1/5] dt-bindings: marvell,mmp2: Add clock ids for the HSIC clocks

Message ID 20191220065314.237624-2-lkundrak@v3.sk (mailing list archive)
State Mainlined
Commit 247aa9e4d22db43f73469e3492e45d9587ac99f7
Headers show
Series [1/5] dt-bindings: marvell,mmp2: Add clock ids for the HSIC clocks | expand

Commit Message

Lubomir Rintel Dec. 20, 2019, 6:53 a.m. UTC
There are two USB HSIC controllers on MMP2 and MMP3.

Signed-off-by: Lubomir Rintel <lkundrak@v3.sk>
---
 include/dt-bindings/clock/marvell,mmp2.h | 2 ++
 1 file changed, 2 insertions(+)

Comments

Stephen Boyd Dec. 23, 2019, 7:32 p.m. UTC | #1
Quoting Lubomir Rintel (2019-12-19 22:53:10)
> There are two USB HSIC controllers on MMP2 and MMP3.
> 
> Signed-off-by: Lubomir Rintel <lkundrak@v3.sk>
> ---

Acked-by: Stephen Boyd <sboyd@kernel.org>


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#1056): https://linux.kernel.org/g/patchwork-soc/message/1056
Mute This Topic: https://linux.kernel.org/mt/68845540/1554929
Group Owner: patchwork-soc+owner@linux.kernel.org
Unsubscribe: https://linux.kernel.org/g/patchwork-soc/unsub  [patchwork-linux-kernel-org@patchwork.kernel.org]
-=-=-=-=-=-=-=-=-=-=-=-
patchwork-bot+linux-soc@kernel.org Jan. 6, 2020, 5:42 p.m. UTC | #2
Hello:

This series was applied to soc/soc.git (refs/heads/for-next).

On Fri, 20 Dec 2019 07:53:10 +0100 you wrote:
> There are two USB HSIC controllers on MMP2 and MMP3.
> 
> Signed-off-by: Lubomir Rintel <lkundrak@v3.sk>
> ---
>  include/dt-bindings/clock/marvell,mmp2.h | 2 ++
>  1 file changed, 2 insertions(+)


Here is a summary with links:
  - [1/5] dt-bindings: marvell,mmp2: Add clock ids for the HSIC clocks
    https://git.kernel.org/soc/soc/c/247aa9e4d22db43f73469e3492e45d9587ac99f7
  - [2/5] clk: mmp2: Add HSIC clocks
    https://git.kernel.org/soc/soc/c/be61795bbd3c8fc12661533a7de2549c79dbae02
  - [3/5] dt-bindings: phy: Add binding for marvell,mmp3-hsic-phy
    https://git.kernel.org/soc/soc/c/f6f149604eefdcb515d80624f058b812d074dac0
  - [4/5] ARM: dts: mmp3: Add HSIC controllers
    https://git.kernel.org/soc/soc/c/3240d5b872f24cc65f503246371a18551d730066
  - [5/5] ARM: dts: mmp3-dell-ariel: Enable the HSIC
    https://git.kernel.org/soc/soc/c/0bc5f749bcb671547c8b126870bc60d06dcaccdf

You are awesome, thank you!
diff mbox series

Patch

diff --git a/include/dt-bindings/clock/marvell,mmp2.h b/include/dt-bindings/clock/marvell,mmp2.h
index e785c6eb35613..4b1a7724f20d7 100644
--- a/include/dt-bindings/clock/marvell,mmp2.h
+++ b/include/dt-bindings/clock/marvell,mmp2.h
@@ -72,6 +72,8 @@ 
 #define MMP2_CLK_CCIC1_PHY		118
 #define MMP2_CLK_CCIC1_SPHY		119
 #define MMP2_CLK_DISP0_LCDC		120
+#define MMP2_CLK_USBHSIC0		121
+#define MMP2_CLK_USBHSIC1		122
 
 #define MMP2_NR_CLKS			200
 #endif