Re: [PATCH 6/7] arm64: dts: exynos: Add initial Exynos850 SoC support
From: Krzysztof Kozlowski <hidden>
Date: 2021-12-18 10:37:53
Also in:
linux-clk, linux-devicetree, linux-samsung-soc, lkml
On 17/12/2021 17:46, Alim Akhtar wrote:
Hi Sam, On Thu, Dec 16, 2021 at 1:36 AM Sam Protsenko [off-list ref] wrote:quoted
Samsung Exynos850 is ARMv8-based mobile-oriented SoC. This patch adds initial SoC support. It's not comprehensive yet, some more devices will be added later. Right now only crucial system components and most needed platform devices are defined. Crucial features (needed to boot Linux up to shell with serial console): * Octa cores (Cortex-A55), supporting PSCI v1.0 * ARM architected timer (armv8-timer) * Interrupt controller (GIC-400) * Pinctrl nodes for GPIO * Serial node Basic platform features: * Clock controller CMUs * OSCCLK clock * RTC clock * MCT timer * ARM PMU (Performance Monitor Unit) * Chip-id * RTC * Reset * Watchdog timers * eMMC * I2C * HSI2C * USI All those features were already enabled and tested on E850-96 board with minimal BusyBox rootfs. Signed-off-by: Sam Protsenko <semen.protsenko@linaro.org> --- .../boot/dts/exynos/exynos850-pinctrl.dtsi | 755 ++++++++++++++++++ arch/arm64/boot/dts/exynos/exynos850.dtsi | 755 ++++++++++++++++++Instead of such a large patch, it is good to logically divide the patches as per IP for easy of review e.g. Put everything in one patch which is good enough to get you a Linux prompt, followed by one or a couple of IPs dtsi, dts entries.
The patch is not that big and splitting it into several addons does not bring benefits. You still add new DTSI - either in one or two patches, there is going to be the same amount of code to review. One still has to review everything. It would be different if DTSI was already applied - then incremental updates make sense. Another reason for splitting is for different topics, when doing multiple separate actions, like fix + add, change + add. Best regards, Krzysztof _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel