[PATCH 4/4] [PATCH 4/4] arm64: dts: marvell: cp11x: Add reset controller node
Krzysztof Kozlowski
krzk at kernel.org
Fri Feb 14 00:48:57 PST 2025
On Thu, Feb 13, 2025 at 10:58:33PM -0800, Wilson Ding wrote:
> The unit soft-reset configuration register is part of the system
> controller register.
>
> Signed-off-by: Wilson Ding <dingwei at marvell.com>
> ---
> arch/arm64/boot/dts/marvell/armada-cp11x.dtsi | 6 ++++++
> 1 file changed, 6 insertions(+)
>
> diff --git a/arch/arm64/boot/dts/marvell/armada-cp11x.dtsi b/arch/arm64/boot/dts/marvell/armada-cp11x.dtsi
> index 161beec0b6b0..b82003df15e0 100644
> --- a/arch/arm64/boot/dts/marvell/armada-cp11x.dtsi
> +++ b/arch/arm64/boot/dts/marvell/armada-cp11x.dtsi
> @@ -273,6 +273,12 @@ CP11X_LABEL(gpio2): gpio at 140 {
> <&CP11X_LABEL(clk) 1 17>;
> status = "disabled";
> };
> +
> + CP11X_LABEL(soft_reset): soft-reset at 268 {
Node names should be generic. See also an explanation and list of
examples (not exhaustive) in DT specification:
https://devicetree-specification.readthedocs.io/en/latest/chapter2-devicetree-basics.html#generic-names-recommendation
Usually: reset-controller
Best regards,
Krzysztof
More information about the linux-arm-kernel
mailing list