[PATCH 2/2] arm: allwinner: r40: add devicetree for Forlinx FETA40i-C & OKA40i-C

2021-07-15 Thread Ivan Uvarov
the SoM itself is described in a separate .dtsi file, which is included by the devboard's .dts. Signed-off-by: Ivan Uvarov 4 files changed, 346 insertions(+), 1 deletion(-) diff --git a/arch/arm/dts/Makefile b/arch/arm/dts/Makefile index 9fb38682e6..a6e6fd99c8 100644 --- a/arch/arm/dts/Mak

u-boot@lists.denx.de

2021-07-15 Thread Ivan Uvarov
tency. Signed-off-by: Ivan Uvarov 1 file changed, 43 insertions(+) diff --git a/arch/arm/dts/sun8i-r40.dtsi b/arch/arm/dts/sun8i-r40.dtsi index d5ad3b9efd..51031a0e59 100644 --- a/arch/arm/dts/sun8i-r40.dtsi +++ b/arch/arm/dts/sun8i-r40.dtsi @@ -357,6 +357,8 @@ clock-

[PATCH 0/2] arm: allwinner: r40: add devicetree for Forlinx FETA40i-C & OKA40i-C

2021-07-15 Thread Ivan Uvarov
This patchset adds a devicetree for the Forlinx FETA40i-C SoM and OKA40i-C carrier board/devboard, mirroring changes merged into Linux 5.14-rc1. Signed-off-by: Ivan Uvarov Ivan Uvarov (2): arm: allwinner: r40: add pinmux settings for MMC3 and UARTs 2,4,5&7 arm: allwinner: r40:

[PATCH] arm: allwinner: r40: update R40 DT files from linux 5.12-rc1

2021-04-19 Thread Ivan Uvarov
Update R40 .dts{,i} and dt-binding headers to current version from kernel. Files taken from Linux 5.12-rc1 release (commit fe07bfda2fb9cdef8a4d4008a409bb02f35f1bd8) Signed-off-by: Ivan Uvarov --- arch/arm/dts/sun8i-r40-bananapi-m2-ultra.dts | 23 +- arch/arm/dts/sun8i-r40.dtsi

Re: [PATCH 2/2] sunxi: enable dual rank memory on R40

2021-02-26 Thread Ivan Uvarov
or the loaded OS during my testing. Tested-by: Ivan Uvarov On 2/25/21 7:13 PM, Icenowy Zheng wrote: > Previously we do not have proper dual rank memory detection on R40 > (because we omitted PIR_QSGATE, which does not work on R40 with our > configuration), and dual rank memory is ju