repo.or.cz
/
linux.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
module: Convert symbol namespace to string literal
[linux.git]
/
drivers
/
clk
/
kunit_clk_assigned_rates_zero_consumer.dtso
blob
1d964672e8553a90263af400367a2d947f755015
1
// SPDX-License-Identifier: GPL-2.0
2
/dts-v1/;
3
/plugin/;
4
5
&{/} {
6
clk: kunit-clock {
7
compatible = "test,clk-assigned-rates";
8
#clock-cells = <0>;
9
};
10
11
kunit-clock-consumer {
12
compatible = "test,clk-consumer";
13
assigned-clocks = <&clk>;
14
assigned-clock-rates = <0>;
15
};
16
};