diff options
author | Doug Brown <doug@schmorgal.com> | 2022-06-12 21:29:36 +0200 |
---|---|---|
committer | Stephen Boyd <sboyd@kernel.org> | 2022-09-30 22:34:07 +0200 |
commit | 238e73edcea557b1aef35113cf4333b41ebe35d9 (patch) | |
tree | d62968fa3be7a70269e863b2d2cc521d2d4fdbd0 /include/dt-bindings | |
parent | clk: mmp: pxa168: add clocks for SDH2 and SDH3 (diff) | |
download | linux-238e73edcea557b1aef35113cf4333b41ebe35d9.tar.xz linux-238e73edcea557b1aef35113cf4333b41ebe35d9.zip |
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 <doug@schmorgal.com>
Link: https://lore.kernel.org/r/20220612192937.162952-12-doug@schmorgal.com
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
Diffstat (limited to 'include/dt-bindings')
-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 |