From: Martin Blumenstingl Date: Sat, 9 Feb 2019 00:26:41 +0000 (+0100) Subject: ARM: dts: meson8b: add the internal clock measurer X-Git-Tag: v5.15~6343^2~20^2~4 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f1975b982a2917f4fadd6af96fd1671e5dc57095;p=platform%2Fkernel%2Flinux-starfive.git ARM: dts: meson8b: add the internal clock measurer The Amlogic Meson8b SoC has an internal clock measurer IP which allows measuring frequencies of various clock paths. Enable it on meson8b.dtsi so we can use it. Signed-off-by: Martin Blumenstingl Signed-off-by: Kevin Hilman --- diff --git a/arch/arm/boot/dts/meson8b.dtsi b/arch/arm/boot/dts/meson8b.dtsi index fe84a8c..df42e48 100644 --- a/arch/arm/boot/dts/meson8b.dtsi +++ b/arch/arm/boot/dts/meson8b.dtsi @@ -294,6 +294,11 @@ status = "disabled"; }; + clock-measure@8758 { + compatible = "amlogic,meson8b-clk-measure"; + reg = <0x8758 0x1c>; + }; + pinctrl_cbus: pinctrl@9880 { compatible = "amlogic,meson8b-cbus-pinctrl"; reg = <0x9880 0x10>;