projects
/
platform
/
kernel
/
linux-starfive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fea888b
)
arm64: dts: meson: g12a: add clk measure support
author
Jerome Brunet
<jbrunet@baylibre.com>
Fri, 18 Jan 2019 10:34:23 +0000
(11:34 +0100)
committer
Kevin Hilman
<khilman@baylibre.com>
Fri, 8 Feb 2019 00:48:00 +0000
(16:48 -0800)
Add the clock measure device to the g12a SoC family
Signed-off-by: Jerome Brunet <jbrunet@baylibre.com>
Signed-off-by: Kevin Hilman <khilman@baylibre.com>
arch/arm64/boot/dts/amlogic/meson-g12a.dtsi
patch
|
blob
|
history
diff --git
a/arch/arm64/boot/dts/amlogic/meson-g12a.dtsi
b/arch/arm64/boot/dts/amlogic/meson-g12a.dtsi
index
349c4e2
..
3be649e
100644
(file)
--- a/
arch/arm64/boot/dts/amlogic/meson-g12a.dtsi
+++ b/
arch/arm64/boot/dts/amlogic/meson-g12a.dtsi
@@
-149,6
+149,11
@@
#address-cells = <2>;
#size-cells = <2>;
ranges = <0x0 0x0 0x0 0xffd00000 0x0 0x100000>;
+
+ clk_msr: clock-measure@18000 {
+ compatible = "amlogic,meson-g12a-clk-measure";
+ reg = <0x0 0x18000 0x0 0x10>;
+ };
};
};