Re: [PATCH v2 25/25] arm64: apple: Add initial Mac Mini 2020 (M1) devicetree

2021-02-21 Thread Krzysztof Kozlowski
On Sun, Feb 21, 2021 at 11:43:52PM +0900, Hector Martin wrote: > On 16/02/2021 04.29, Krzysztof Kozlowski wrote: > > On Mon, Feb 15, 2021 at 09:17:13PM +0900, Hector Martin wrote: > > > + memory@8 { > > > + device_type = "memory"; > > > + reg = <0 0 0 0>; /* To be filled by

Re: [PATCH v2 25/25] arm64: apple: Add initial Mac Mini 2020 (M1) devicetree

2021-02-21 Thread Hector Martin
On 16/02/2021 04.29, Krzysztof Kozlowski wrote: On Mon, Feb 15, 2021 at 09:17:13PM +0900, Hector Martin wrote: + memory@8 { + device_type = "memory"; + reg = <0 0 0 0>; /* To be filled by loader */ dtc and dtschema might complain, so could you set here

Re: [PATCH v2 25/25] arm64: apple: Add initial Mac Mini 2020 (M1) devicetree

2021-02-15 Thread Krzysztof Kozlowski
On Mon, Feb 15, 2021 at 01:00:58PM -0800, Randy Dunlap wrote: > On 2/15/21 11:29 AM, Krzysztof Kozlowski wrote: > >> diff --git a/arch/arm64/boot/dts/apple/apple-j274.dts > >> b/arch/arm64/boot/dts/apple/apple-j274.dts > >> new file mode 100644 > >> index ..9a1be91a2cf0 > >> --- /dev/n

Re: [PATCH v2 25/25] arm64: apple: Add initial Mac Mini 2020 (M1) devicetree

2021-02-15 Thread Randy Dunlap
On 2/15/21 11:29 AM, Krzysztof Kozlowski wrote: >> diff --git a/arch/arm64/boot/dts/apple/apple-j274.dts >> b/arch/arm64/boot/dts/apple/apple-j274.dts >> new file mode 100644 >> index ..9a1be91a2cf0 >> --- /dev/null >> +++ b/arch/arm64/boot/dts/apple/apple-j274.dts >> @@ -0,0 +1,41 @@

Re: [PATCH v2 25/25] arm64: apple: Add initial Mac Mini 2020 (M1) devicetree

2021-02-15 Thread Krzysztof Kozlowski
On Mon, Feb 15, 2021 at 09:17:13PM +0900, Hector Martin wrote: > This currently supports: > > * SMP (via spin-tables) > * AIC IRQs > * Serial (with earlycon) > * Framebuffer > > A number of properties are dynamic, and based on system firmware > decisions that vary from version to version. These a

[PATCH v2 25/25] arm64: apple: Add initial Mac Mini 2020 (M1) devicetree

2021-02-15 Thread Hector Martin
This currently supports: * SMP (via spin-tables) * AIC IRQs * Serial (with earlycon) * Framebuffer A number of properties are dynamic, and based on system firmware decisions that vary from version to version. These are expected to be filled in by the loader. Signed-off-by: Hector Martin --- MA