From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 6B910EB64DA for ; Wed, 19 Jul 2023 07:43:58 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:References:Subject:CC:To: MIME-Version:From:Date:Message-ID:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=T6v4jYbq5ShqCbXagPTE9hkaK/4fmfA6TLoFDWyjB7Q=; b=JT5hCTeusUjST4 6WFOBdmydfCltfE6TSEWPgnEVyWhn4cwUo+13xiZOcGDgd9yOxwTMF5cMyre3wURrwHT+yDd+auuj zM/1/mEiqeyiiPdIO2yn0HD4oB7z7KqTtd8UoEXbEk2BFXB+GKpj9vmFW+yvbmo3PHLhb7l8uZ4Yi c0BmCQYDdfW1MQsgfRzT4I4Pvmzv6BCcxoQPFwAwglnWj6LsfhlrHqrf897Tmj2C/V8LD5kEHne+V fYMfyoQ8f3yWMgES82M6DJb1XJwRlkecV3Ndvi7BBO8AaxV6CHGW5cpR42ixHZ4V+4g0E+cCERUiz 0nkL58+Vkx7AFOKQotmA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1qM1qY-0067n8-0E; Wed, 19 Jul 2023 07:43:42 +0000 Received: from szxga08-in.huawei.com ([45.249.212.255]) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1qM1qU-0067lV-2D for linux-arm-kernel@lists.infradead.org; Wed, 19 Jul 2023 07:43:40 +0000 Received: from kwepemi500011.china.huawei.com (unknown [172.30.72.55]) by szxga08-in.huawei.com (SkyGuard) with ESMTP id 4R5STg2rjnz18Lgs; Wed, 19 Jul 2023 15:42:47 +0800 (CST) Received: from [10.67.103.39] (10.67.103.39) by kwepemi500011.china.huawei.com (7.221.188.124) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2507.27; Wed, 19 Jul 2023 15:43:30 +0800 Message-ID: <64B79421.80007@hisilicon.com> Date: Wed, 19 Jul 2023 15:43:29 +0800 From: Wei Xu User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.2.0 MIME-Version: 1.0 To: Rob Herring , Krzysztof Kozlowski , Conor Dooley CC: , , Subject: Re: [PATCH] ARM: dts: hisilicon: Fix "status" values References: <20230626221019.3946448-1-robh@kernel.org> In-Reply-To: <20230626221019.3946448-1-robh@kernel.org> X-Originating-IP: [10.67.103.39] X-ClientProxiedBy: dggems705-chm.china.huawei.com (10.3.19.182) To kwepemi500011.china.huawei.com (7.221.188.124) X-CFilter-Loop: Reflected X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20230719_004339_073109_8FD7E1D0 X-CRM114-Status: GOOD ( 10.50 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org Hi Rob, On 2023/6/27 6:10, Rob Herring wrote: > The defined value for "status" is "disabled", not "disable". > > Signed-off-by: Rob Herring Applied to the HiSilicon arm32 dt tree. Thanks! Best Regards, Wei > --- > arch/arm/boot/dts/hisilicon/hi3519.dtsi | 22 +++++++++++----------- > 1 file changed, 11 insertions(+), 11 deletions(-) > > diff --git a/arch/arm/boot/dts/hisilicon/hi3519.dtsi b/arch/arm/boot/dts/hisilicon/hi3519.dtsi > index c524c854d319..a42b71cdc5d7 100644 > --- a/arch/arm/boot/dts/hisilicon/hi3519.dtsi > +++ b/arch/arm/boot/dts/hisilicon/hi3519.dtsi > @@ -54,7 +54,7 @@ uart0: serial@12100000 { > interrupts = ; > clocks = <&crg HI3519_UART0_CLK>, <&crg HI3519_UART0_CLK>; > clock-names = "uartclk", "apb_pclk"; > - status = "disable"; > + status = "disabled"; > }; > > uart1: serial@12101000 { > @@ -63,7 +63,7 @@ uart1: serial@12101000 { > interrupts = ; > clocks = <&crg HI3519_UART1_CLK>, <&crg HI3519_UART1_CLK>; > clock-names = "uartclk", "apb_pclk"; > - status = "disable"; > + status = "disabled"; > }; > > uart2: serial@12102000 { > @@ -72,7 +72,7 @@ uart2: serial@12102000 { > interrupts = ; > clocks = <&crg HI3519_UART2_CLK>, <&crg HI3519_UART2_CLK>; > clock-names = "uartclk", "apb_pclk"; > - status = "disable"; > + status = "disabled"; > }; > > uart3: serial@12103000 { > @@ -81,7 +81,7 @@ uart3: serial@12103000 { > interrupts = ; > clocks = <&crg HI3519_UART3_CLK>, <&crg HI3519_UART3_CLK>; > clock-names = "uartclk", "apb_pclk"; > - status = "disable"; > + status = "disabled"; > }; > > uart4: serial@12104000 { > @@ -90,7 +90,7 @@ uart4: serial@12104000 { > interrupts = ; > clocks = <&crg HI3519_UART4_CLK>, <&crg HI3519_UART4_CLK>; > clock-names = "uartclk", "apb_pclk"; > - status = "disable"; > + status = "disabled"; > }; > > dual_timer0: timer@12000000 { > @@ -100,7 +100,7 @@ dual_timer0: timer@12000000 { > reg = <0x12000000 0x1000>; > clocks = <&clk_3m>; > clock-names = "apb_pclk"; > - status = "disable"; > + status = "disabled"; > }; > > dual_timer1: timer@12001000 { > @@ -110,7 +110,7 @@ dual_timer1: timer@12001000 { > reg = <0x12001000 0x1000>; > clocks = <&clk_3m>; > clock-names = "apb_pclk"; > - status = "disable"; > + status = "disabled"; > }; > > dual_timer2: timer@12002000 { > @@ -120,7 +120,7 @@ dual_timer2: timer@12002000 { > reg = <0x12002000 0x1000>; > clocks = <&clk_3m>; > clock-names = "apb_pclk"; > - status = "disable"; > + status = "disabled"; > }; > > spi_bus0: spi@12120000 { > @@ -132,7 +132,7 @@ spi_bus0: spi@12120000 { > num-cs = <1>; > #address-cells = <1>; > #size-cells = <0>; > - status = "disable"; > + status = "disabled"; > }; > > spi_bus1: spi@12121000 { > @@ -144,7 +144,7 @@ spi_bus1: spi@12121000 { > num-cs = <1>; > #address-cells = <1>; > #size-cells = <0>; > - status = "disable"; > + status = "disabled"; > }; > > spi_bus2: spi@12122000 { > @@ -156,7 +156,7 @@ spi_bus2: spi@12122000 { > num-cs = <1>; > #address-cells = <1>; > #size-cells = <0>; > - status = "disable"; > + status = "disabled"; > }; > > sysctrl: system-controller@12020000 { > _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel