
Hi Stanley,
Il giorno 11 mar 2022, alle ore 03:13, Stanley Chu stanley.chuys@gmail.com ha scritto:
Hi Tom, We need time to prepare linux dts, can I send the rest of the drivers first or need to wait until the linux dts is submitted? Because I want to remove some unused nodes/properties away from linux dts to reduce dtb size, can we use different dts for uboot?
You can add a specific -uboot.dtsi file where you tag every node to be or not to be part of final uboot .dtb This way the original .dts file will be synced with Linux, except the -uboot.dtsi inclusion. Take a look at upstreamed .dts files and look for uboot.dtsi suffix files.
Best regards —- Giulio Benetti Benetti Engineering sas
Thanks a lot for your comments.
-- Stanley
On Fri, Mar 11, 2022 at 2:49 AM Tom Rini trini@konsulko.com wrote:
On Wed, Dec 15, 2021 at 10:57:52AM +0800, Stanley Chu wrote:
Add basic support for the Nuvoton NPCM845 BMC.
Signed-off-by: Stanley Chu yschu@nuvoton.com
I see there's a number of outstanding questions to this first part of the port. Can you please address them? Furthermore, the defconfig and dts patches should be part of this first patch and the dts needs to be in linux-next at least, if not a full linux kernel release. Thanks and sorry for the delay here.
-- Tom