[PATCH 3/4] arm64: dts: Add mediatek MT8173 SoC and evaluation board dts and Makefile
From: Yingjoe Chen <hidden>
Date: 2014-12-10 14:27:50
Also in:
linux-devicetree, lkml
From: Yingjoe Chen <hidden>
Date: 2014-12-10 14:27:50
Also in:
linux-devicetree, lkml
Hi, On Wed, 2014-12-10 at 18:50 +0800, Eddie Huang wrote: <...>
diff --git a/arch/arm64/boot/dts/mt8173-evb.dts b/arch/arm64/boot/dts/mt8173-evb.dts new file mode 100644 index 0000000..adf26dd --- /dev/null +++ b/arch/arm64/boot/dts/mt8173-evb.dts
<...>
+ timer {
+ compatible = "arm,armv8-timer";
+ interrupt-parent = <&gic>;
+ interrupts = <1 13 0x8>,
+ <1 14 0x8>,
+ <1 11 0x8>,
+ <1 10 0x8>;
+ clock-frequency = <13000000>;I believe our firmware doesn't need this line. Please remove it. Joe.C