projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f67a8d2
)
ARM: tegra30: add missing CLK IDs
author
Peter De Schrijver
<
[email protected]
>
Fri, 11 Oct 2013 13:52:14 +0000
(16:52 +0300)
committer
Peter De Schrijver
<
[email protected]
>
Tue, 26 Nov 2013 16:43:59 +0000
(18:43 +0200)
The Tegra30 clock bindings lack few IDs for audio and clk_out muxes.
Signed-off-by: Peter De Schrijver <
[email protected]
>
include/dt-bindings/clock/tegra30-car.h
patch
|
blob
|
history
diff --git
a/include/dt-bindings/clock/tegra30-car.h
b/include/dt-bindings/clock/tegra30-car.h
index e40fae8f9a8d7f7634330d87918ede31a3a3c78d..22445820a92925ec1776cf83f8fe3ab9f5a23fa9 100644
(file)
--- a/
include/dt-bindings/clock/tegra30-car.h
+++ b/
include/dt-bindings/clock/tegra30-car.h
@@
-260,6
+260,14
@@
/* 298 */
/* 299 */
#define TEGRA30_CLK_CLK_OUT_1_MUX 300
-#define TEGRA30_CLK_CLK_MAX 301
+#define TEGRA30_CLK_CLK_OUT_2_MUX 301
+#define TEGRA30_CLK_CLK_OUT_3_MUX 302
+#define TEGRA30_CLK_AUDIO0_MUX 303
+#define TEGRA30_CLK_AUDIO1_MUX 304
+#define TEGRA30_CLK_AUDIO2_MUX 305
+#define TEGRA30_CLK_AUDIO3_MUX 306
+#define TEGRA30_CLK_AUDIO4_MUX 307
+#define TEGRA30_CLK_SPDIF_MUX 308
+#define TEGRA30_CLK_CLK_MAX 309
#endif /* _DT_BINDINGS_CLOCK_TEGRA30_CAR_H */