diff options
author | Jerome Brunet <jbrunet@baylibre.com> | 2019-01-18 11:34:22 +0100 |
---|---|---|
committer | Kevin Hilman <khilman@baylibre.com> | 2019-02-07 16:48:00 -0800 |
commit | fea888bd3359c15b0e96328594e23aa8d7928635 (patch) | |
tree | 9fc8a80703f7bbc46f060839aba8c5774d857af3 /arch/arm64/boot/dts/amlogic | |
parent | 503f5fed1c52f0c0e4c25f5d386c4e426285bffe (diff) | |
download | linux-fea888bd3359c15b0e96328594e23aa8d7928635.tar.gz linux-fea888bd3359c15b0e96328594e23aa8d7928635.tar.bz2 linux-fea888bd3359c15b0e96328594e23aa8d7928635.zip |
arm64: dts: meson: axg: add clk measure support
Add the clock measure device to the axg SoC family
Signed-off-by: Jerome Brunet <jbrunet@baylibre.com>
Reviewed-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com>
Signed-off-by: Kevin Hilman <khilman@baylibre.com>
Diffstat (limited to 'arch/arm64/boot/dts/amlogic')
-rw-r--r-- | arch/arm64/boot/dts/amlogic/meson-axg.dtsi | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/amlogic/meson-axg.dtsi b/arch/arm64/boot/dts/amlogic/meson-axg.dtsi index f044473dc7d0..398b7ac1b107 100644 --- a/arch/arm64/boot/dts/amlogic/meson-axg.dtsi +++ b/arch/arm64/boot/dts/amlogic/meson-axg.dtsi @@ -1610,6 +1610,11 @@ status = "disabled"; }; + clk_msr: clock-measure@18000 { + compatible = "amlogic,meson-axg-clk-measure"; + reg = <0x0 0x18000 0x0 0x10>; + }; + i2c3: i2c@1c000 { compatible = "amlogic,meson-axg-i2c"; reg = <0x0 0x1c000 0x0 0x20>; |