Re: [PATCH v4 4/4] arm64: dts: rockchip: Follow the DTS coding style in the NanoPi RK3528 devicetrees
From: Chukun Pan
Date: Mon Sep 14 2026 - 02:41:00 EST
Hi,
> - pinctrl-names = "default";
> pinctrl-0 = <&led1>, <&led_sys>;
> + pinctrl-names = "default";
I don't think this change is useful.
Most devices are sorted this way:
pinctrl-names = "default";
pinctrl-0 = <&xxx>;