diff options
author | Doug Brown <[email protected]> | 2022-06-12 12:29:36 -0700 |
---|---|---|
committer | Stephen Boyd <[email protected]> | 2022-09-30 13:34:07 -0700 |
commit | 238e73edcea557b1aef35113cf4333b41ebe35d9 (patch) | |
tree | d62968fa3be7a70269e863b2d2cc521d2d4fdbd0 | |
parent | 69ec86917c00b035b56e86d6a453940943f975da (diff) |
dt-bindings: marvell,pxa168: add clock ids for SDH AXI clocks
These are clocks shared by SDH0/1 and SDH2/3, respectively.
Signed-off-by: Doug Brown <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Acked-by: Rob Herring <[email protected]>
Signed-off-by: Stephen Boyd <[email protected]>
-rw-r--r-- | include/dt-bindings/clock/marvell,pxa168.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/dt-bindings/clock/marvell,pxa168.h b/include/dt-bindings/clock/marvell,pxa168.h index b1cd4f20d175..c92d969ae941 100644 --- a/include/dt-bindings/clock/marvell,pxa168.h +++ b/include/dt-bindings/clock/marvell,pxa168.h @@ -60,6 +60,8 @@ #define PXA168_CLK_CCIC0_PHY 108 #define PXA168_CLK_CCIC0_SPHY 109 #define PXA168_CLK_SDH3 110 +#define PXA168_CLK_SDH01_AXI 111 +#define PXA168_CLK_SDH23_AXI 112 #define PXA168_NR_CLKS 200 #endif |