[PATCH v4 2/2] ARM: dts: aspeed: Add NVIDIA VR-NVL BMC
Jacky Huang
jackyhuang at nvidia.com
Wed Jul 29 01:40:10 PDT 2026
Hi Krzysztof,
On Wed, Jul 29, 2026 at 08:16:52AM +0200, Krzysztof Kozlowski wrote:
> Why are you extending existing nodes that way instead of phandle/label?
> You write confusing code, so that's why you have such comments.
Thank you for pointing this out. I agree that the current form is unclear.
For v5, I plan to add source labels to the existing flash nodes in
aspeed-g6.dtsi:
fmc: spi at 1e620000 {
fmc_flash0: flash at 0 {
...
};
};
spi2: spi at 1e631000 {
spi2_flash0: flash at 0 {
...
};
};
The board DTS will then reference them directly:
&fmc_flash0 {
...
};
&spi2_flash0 {
...
};
This should make the references to the existing nodes explicit.
Best,
Jacky
More information about the linux-arm-kernel
mailing list