From 54f99bf8b0c506338206726b80a40872b5f44dd4 Mon Sep 17 00:00:00 2001 From: Iuliana Prodan Date: Mon, 16 Dec 2024 03:21:16 +0200 Subject: [PATCH] dts: xtensa: nxp: fix compile warning Fix the following compile warning: "Warning (unique_unit_address_if_enabled): /cpus/cpu@0: duplicate unit-address (also used in node /cpus/interrupt-controller@0)" Signed-off-by: Iuliana Prodan --- dts/xtensa/nxp/nxp_imx8ulp.dtsi | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/dts/xtensa/nxp/nxp_imx8ulp.dtsi b/dts/xtensa/nxp/nxp_imx8ulp.dtsi index 816a72f9cc1..f3abb2e6570 100644 --- a/dts/xtensa/nxp/nxp_imx8ulp.dtsi +++ b/dts/xtensa/nxp/nxp_imx8ulp.dtsi @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 NXP + * Copyright 2023-2025 NXP * * SPDX-License-Identifier: Apache-2.0 */ @@ -17,16 +17,16 @@ device_type = "cpu"; compatible = "cdns,tensilica-xtensa-lx7"; reg = <0>; - }; - #address-cells = <1>; - #size-cells = <0>; + #address-cells = <1>; + #size-cells = <0>; - clic: interrupt-controller@0 { - compatible = "cdns,xtensa-core-intc"; - reg = <0>; - interrupt-controller; - #interrupt-cells = <3>; + clic: interrupt-controller@0 { + compatible = "cdns,xtensa-core-intc"; + reg = <0>; + interrupt-controller; + #interrupt-cells = <3>; + }; }; };