diff options
author | Neil Armstrong <narmstrong@baylibre.com> | 2018-11-18 16:50:24 +0300 |
---|---|---|
committer | Kevin Hilman <khilman@baylibre.com> | 2018-11-29 23:30:09 +0300 |
commit | 5e339a1d7e438b2cc9f46ec9f2682efb58ee2dd3 (patch) | |
tree | 84e5efe11a8599fc53e1110b3e0d381a7cf9c7ce /arch/arm64/boot/dts/amlogic/meson-gx.dtsi | |
parent | 146e99be22ee5ac50c89cfd68ef6617d097fb196 (diff) | |
download | linux-5e339a1d7e438b2cc9f46ec9f2682efb58ee2dd3.tar.xz |
arm64: dts: meson-gx: Add Internal Clock Measurer node
The Amlogic Meson GX SoCs embeds a clock measurer IP to measure the internal
clock paths frequencies.
This patch adds the node in the top-level meson-gx dtsi.
Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
Acked-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com>
Signed-off-by: Kevin Hilman <khilman@baylibre.com>
Diffstat (limited to 'arch/arm64/boot/dts/amlogic/meson-gx.dtsi')
-rw-r--r-- | arch/arm64/boot/dts/amlogic/meson-gx.dtsi | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/amlogic/meson-gx.dtsi b/arch/arm64/boot/dts/amlogic/meson-gx.dtsi index f1e5cdbade5e..ed336c7a98a7 100644 --- a/arch/arm64/boot/dts/amlogic/meson-gx.dtsi +++ b/arch/arm64/boot/dts/amlogic/meson-gx.dtsi @@ -262,6 +262,11 @@ status = "disabled"; }; + clock-measure@8758 { + compatible = "amlogic,meson-gx-clk-measure"; + reg = <0x0 0x8758 0x0 0x10>; + }; + i2c_B: i2c@87c0 { compatible = "amlogic,meson-gx-i2c", "amlogic,meson-gxbb-i2c"; reg = <0x0 0x087c0 0x0 0x20>; |