
On Wed, Apr 06, 2022 at 03:57:33PM +0800, Jim Liu wrote:
Add a common device tree for all Nuvoton NPCM7xx BMCs and a board specific device tree for the NPCM750(Poleg) evaluation board.
Signed-off-by: Jim Liu JJLIU0@nuvoton.com
Have these been submitted to upstream Linux yet? And please note:
arch/arm/dts/Makefile | 1 + arch/arm/dts/nuvoton-common-npcm7xx.dtsi | 1120 ++++++++++++++++++ arch/arm/dts/nuvoton-npcm750-buv-pincfg.dtsi | 132 +++ arch/arm/dts/nuvoton-npcm750-buv.dts | 198 ++++ arch/arm/dts/nuvoton-npcm750.dtsi | 63 + arch/arm/dts/nuvoton-npcm7xx-uboot.dtsi | 263 ++++
This should be named nuvoton-npcm7xx-u-boot.dtsi and get automatically included (see scripts/Makefile.lib for the automatic include logic), and if there's no way for the automatic include logic to do what you're wanting, it should still be -u-boot.dtsi for consistency.
Also, this patch along with 1/6 and 6/6 should be combined to a single patch adding basic support, and then the rest of the patches following on top of that. Thanks.