Skip to content

Commit

Permalink
clk: sunxi-ng: r40: Export MBUS clock
Browse files Browse the repository at this point in the history
The MBUS clock needs to be referenced in the MBUS device node.
Export it.

Signed-off-by: Chen-Yu Tsai <[email protected]>
Signed-off-by: Maxime Ripard <[email protected]>
  • Loading branch information
wens authored and mripard committed Jan 3, 2020
1 parent 5d22a61 commit b406cad
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions drivers/clk/sunxi-ng/ccu-sun8i-r40.h
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,6 @@

/* Some more module clocks are exported */

#define CLK_MBUS 155

/* Another bunch of module clocks are exported */

#define CLK_NUMBER (CLK_OUTB + 1)

#endif /* _CCU_SUN8I_R40_H_ */
2 changes: 1 addition & 1 deletion include/dt-bindings/clock/sun8i-r40-ccu.h
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@
#define CLK_AVS 152
#define CLK_HDMI 153
#define CLK_HDMI_SLOW 154

#define CLK_MBUS 155
#define CLK_DSI_DPHY 156
#define CLK_TVE0 157
#define CLK_TVE1 158
Expand Down

0 comments on commit b406cad

Please sign in to comment.