[PATCH v2 3/3] arm64: dts: realtek: Add Kent SoC and EVB device trees

Yu-Chun Lin [林祐君] eleanor.lin at realtek.com
Fri Dec 12 18:57:15 PST 2025


> On 13/11/2025 13:30, Yu-Chun Lin wrote:
>> diff --git a/arch/arm64/boot/dts/realtek/rtd1920s-smallville.dtsi b/arch/arm64/boot/dts/realtek/rtd1920s-smallville.dtsi
>> new file mode 100644
>> index 000000000000..0989afcbde67
>> --- /dev/null
>> +++ b/arch/arm64/boot/dts/realtek/rtd1920s-smallville.dtsi
>> @@ -0,0 +1,129 @@
>> +// SPDX-License-Identifier: (GPL-2.0-or-later OR BSD-2-Clause)
>
> Odd, why do you want GPLv3 or GPLv4? GPLv3 has quite strict
> requirements, so I hope you know what you are doing and your legal
> understand this.

Thank you for the kind reminder.

I simply copied the header from an existing Realtek upstream dtsi file.
I will change it to 'SPDX-License-Identifier: GPL-2.0'

>> +/*
>> + * Realtek RTD1920S Smallville EVB
>> + *
>> + * Copyright (c) 2024 Realtek Semiconductor Corp.
>> + */
>> +
>> +/dts-v1/;
>> +
>> +#include <dt-bindings/thermal/thermal.h>
>> +#include "rtd1920.dtsi"
>> +
>> +/ {
>> +	chosen {
>> +		bootargs = "earlycon=uart8250,mmio32,0x98007800";
>
> Drop bootargs, I asked for this last time. That's debugging.
>

Sorry. I will drop it. Set boot args in bootloader.

>> +		stdout-path = "serial0:460800n8";
>> +	};
>
>
>
> Best regards,
> Krzysztof


More information about the linux-arm-kernel mailing list