Re: [PATCH 6/8] arm64: dts: visconti: Add device tree for TMPV7708 RM main board
From: Nobuhiro Iwamatsu <hidden>
Date: 2020-08-19 04:59:20
Also in:
linux-devicetree, linux-gpio
Hi, Thanks for your review. On Mon, Aug 17, 2020 at 09:23:25AM +0100, Sudeep Holla wrote:
On Mon, Aug 17, 2020 at 10:46:30AM +0900, Nobuhiro Iwamatsu wrote:quoted
Add basic support for the Visconti TMPV7708 SoC peripherals - - CPU - CA53 x 4 and 2 cluster. - not support PSCI, currently only spin-table is supported.Do you have plans to support PSCI in future ? It is now almost more than 5 year old specification. So they should be strong reason for not supporting that.
I understand that the problem exists and I am considering with our firmware development team. Currently spin-table is set, but if the firmware supports it, I plan to switch to PSCI. If the firmware doesn't support PSCI now, would it be difficult to apply the patch?
[..]quoted
diff --git a/arch/arm64/boot/dts/toshiba/Makefile b/arch/arm64/boot/dts/toshiba/Makefile new file mode 100644 index 000000000000..8cd460d5b68e --- /dev/null +++ b/arch/arm64/boot/dts/toshiba/Makefile@@ -0,0 +1,2 @@ +# SPDX-License-Identifier: GPL-2.0 +dtb-$(CONFIG_ARCH_VISCONTI) += tmpv7708-rm-mbrc.dtbdiff --git a/arch/arm64/boot/dts/toshiba/tmpv7708-rm-mbrc.dts b/arch/arm64/boot/dts/toshiba/tmpv7708-rm-mbrc.dts new file mode 100644 index 000000000000..a883d3ab1858 --- /dev/null +++ b/arch/arm64/boot/dts/toshiba/tmpv7708-rm-mbrc.dts@@ -0,0 +1,44 @@[..]quoted
+ + timer { + compatible = "arm,armv8-timer"; + interrupt-parent = <&gic>; + always-on;Will this be true when CPU is in low power modes ?
Although it is related to the above PSCI, Visconti5 does not have a low power mode etc., so it is set like this.
-- Regards, Sudeep
Best regards, Nobuhiro _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel