aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLubomir Rintel <lkundrak@v3.sk>2020-03-10 19:17:02 +0100
committerLubomir Rintel <lkundrak@v3.sk>2020-03-23 18:53:03 +0100
commitf438a44cb14d008799baee89bf12c329c848b133 (patch)
treec1d8f82746c513ade142385fb22d7fb2b096d933
parent1a38431d47b9bd7ac2a7131e4c38569fcdf26be5 (diff)
downloadopenfirmware-f438a44cb14d008799baee89bf12c329c848b133.tar.gz
mmp2/clk: add clock IDs for HSICs
-rw-r--r--cpu/arm/mmp2/clk.fth2
1 files changed, 2 insertions, 0 deletions
diff --git a/cpu/arm/mmp2/clk.fth b/cpu/arm/mmp2/clk.fth
index 75698190..2858e427 100644
--- a/cpu/arm/mmp2/clk.fth
+++ b/cpu/arm/mmp2/clk.fth
@@ -28,6 +28,8 @@ d# 104 constant mmp2-sdh3-clk#
d# 105 constant mmp2-usb-clk#
d# 112 constant mmp2-ccic0-clk#
d# 120 constant mmp2-disp0-lcdc-clk#
+d# 121 constant mmp2-usbhsic0-clk#
+d# 122 constant mmp2-usbhsic1-clk#
d# 123 constant mmp2-gpu-bus-clk#
d# 124 constant mmp2-gpu-3d-clk#
d# 125 constant mmp3-gpu-2d-clk#