[PATCH RESEND v3 2/2] arm64: dts: realtek: Add Kent SoC and EVB device trees

Krzysztof Kozlowski krzk at kernel.org
Wed Jan 28 10:41:50 PST 2026


On 27/01/2026 08:14, Yu-Chun Lin wrote:
> +
> +	reserved_memory: reserved-memory {
> +		#address-cells = <2>;
> +		#size-cells = <2>;
> +		ranges;

Earlier (I removed it from the context) nodes are not ordered according
to DTS coding style.

> +
> +		linux,cma {
> +			compatible = "shared-dma-pool";
> +			alignment = <0x0 0x400000>;
> +			alloc-ranges = <0x0 0x0 0x0 0x20000000>;
> +			size = <0x0 0x2000000>;
> +			reusable;
> +			linux,cma-default;
> +		};
> +	};
> +
> +	cpu_opps: opp-table-cpu {

It is odd to see this on the board level. This really is SoC or (in your
case) SoC variant layer.

Same for other DTSI.

These two issues however are not critical and I did not see other
worrying things, so I would merge it.

Arnd:

Reviewed-by: Krzysztof Kozlowski <krzk at kernel.org>

Best regards,
Krzysztof




More information about the linux-arm-kernel mailing list