Messages in this thread |  | | From | Andre Przywara <> | Subject | [PATCH 0/3] ARM: dts: sun8i: R40: DT fixes and updates | Date | Thu, 2 Jan 2020 01:26:54 +0000 |
| |
Hi,
some changes I made to the R40 .dtsi when playing around with a Bananapi M2 Berry board: - The GICC region is wrongly reported as 4K only, preventing KVM from using its VGIC emulation. - The PMU node is missing, similar story as with the other SoCs: this time the SPI numbers are not even mentioned in the manual. - I hooked up a SPI flash to the PortC SPI0 header pins (from which the board can even boot from). So patch 3 adds the SPI nodes and its pinmux setup, in case people need this for their peripherals.
Please have a look and apply!
Cheers, Andre.
Andre Przywara (3): ARM: dts: sun8i: R40: Upgrade GICC reg size to 8K ARM: dts: sun8i: R40: Add PMU node ARM: dts: sun8i: R40: Add SPI controllers nodes and pinmuxes
arch/arm/boot/dts/sun8i-r40.dtsi | 108 +++++++++++++++++++++++++++++++++++++-- 1 file changed, 103 insertions(+), 5 deletions(-)
-- 2.14.5
|  |