Re: [PATCH 02/15] arm64: defconfig: Add Nuvoton MA35 family support
From: Jacky Huang <hidden>
Date: 2023-03-17 09:06:43
Also in:
linux-clk, linux-devicetree, lkml
From: Jacky Huang <hidden>
Date: 2023-03-17 09:06:43
Also in:
linux-clk, linux-devicetree, lkml
Hi Anrd, Thanks for your advice. On 2023/3/16 下午 10:23, Arnd Bergmann wrote:
On Wed, Mar 15, 2023, at 08:28, Jacky Huang wrote:quoted
From: Jacky Huang <ychuang3@nuvoton.com> Enable basic drivers for ma35d1 booting up support: architecture, device tree, clock, reset, and uart. Signed-off-by: Jacky Huang <ychuang3@nuvoton.com>The description does not seem to match the actual contents, which only enable the platform but none of the drivers.
I would like to rewrite it as: arm64: defconfig: Add support for Nuvoton MA35 family SoCs This adds support for the Nuvoton MA35 family SoCs which are based on the Cortex-A35 Armv8-A 64-bit architecture.
It's ok generally to enable options in the defconfig file
before you add the drivers, but if it's all part of a patch
series, I would probable more this bit to the end.
ArndBest regards, Jacky Huang