Skip to content

Commit

Permalink
clk: meson8b: export the gate clock for the HW random number generator
Browse files Browse the repository at this point in the history
This exports the clock so it can be used in the dt-bindings.

Signed-off-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com>
Acked-by: Neil Armstrong <narmstrong@baylibre.com>
Signed-off-by: Jerome Brunet <jbrunet@baylibre.com>
  • Loading branch information
xdarklight authored and jbrun3t committed Jun 12, 2017
1 parent e2e5f32 commit 06eff6a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/clk/meson/meson8b.h
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
#define CLKID_I2C 22
/* #define CLKID_SAR_ADC */
#define CLKID_SMART_CARD 24
#define CLKID_RNG0 25
/* #define CLKID_RNG0 */
#define CLKID_UART0 26
#define CLKID_SDHC 27
#define CLKID_STREAM 28
Expand Down
1 change: 1 addition & 0 deletions include/dt-bindings/clock/meson8b-clkc.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
#define CLKID_MPEG_SEL 14
#define CLKID_MPEG_DIV 15
#define CLKID_SAR_ADC 23
#define CLKID_RNG0 25
#define CLKID_SDIO 30
#define CLKID_SANA 69

Expand Down

0 comments on commit 06eff6a

Please sign in to comment.