commit | 1846f190e616c9c6c3af4d0d17a7b4f527394f87 | [log] [tgz] |
---|---|---|
author | Andre Przywara <andre.przywara@arm.com> | Mon Aug 22 15:50:22 2022 +0100 |
committer | Andre Przywara <andre.przywara@arm.com> | Tue Oct 11 16:11:44 2022 +0100 |
tree | e694a2cafb34b829105d10721955d4bcaeee79ae | |
parent | 974fc95ee4c46505daa42e9e3d0aff4f00270747 [diff] |
fix(fvp): fdts: fix memtimer subframe addressing The arm,armv7-timer-mem DT binding documentation demands that the #size-cells property should be <1> only. Adjust the value to be <1> and drop the now needless leading 0 in the frame's reg property. Convert to #address-cell = <1> on the way. Also adjust the interrupts property to use the proper GIC macros. Change-Id: Ia2224663b1e6aaa7cf94af777473641de6a840d2 Signed-off-by: Andre Przywara <andre.przywara@arm.com>