From patchwork Mon Sep 1 12:00:20 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Chukun Pan X-Patchwork-Id: 1105 Received: from mail-m155101.qiye.163.com (mail-m155101.qiye.163.com [101.71.155.101]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 33AF7EEDE for ; Mon, 1 Sep 2025 12:01:10 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=101.71.155.101 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1756728074; cv=none; b=ciJksZ7qIrEczwtJ+zDbJ3QpnJhhgjpOZ6WdBAWKkp9P2yatzOADmxtvWsARmBsxATa9fVsB5lIExZa8oFX+9IGwoahSczMNNh8NUSwYCfBgrdGIqEpJ2YN0Z6QXeH5X3VCY9XpEIUw5WZoepfikTTLH9iMfJeVHuQlA7Oi1rLM= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1756728074; c=relaxed/simple; bh=Sd/4Fn/fDhIJR8eH4u+iA98zALhcB4J6HidnQDDkU3c=; h=From:To:Cc:Subject:Date:Message-Id:MIME-Version; b=SUOfAeb0FPp2sBe8em/G67w4+99f/huffaWG9vjxSdtSCzBvWf4EerojsWsbO9yGDEN3EsWIEwXFlwIpKXUIyMN/FK+m1pNCLoFLf+lBuhjGtbbb/aatS+UeH9SBrL3ffvMuZPU/9saV/PYxD55iRokDKOGcx363fpHedCV4BYc= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=jmu.edu.cn; spf=pass smtp.mailfrom=jmu.edu.cn; arc=none smtp.client-ip=101.71.155.101 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=jmu.edu.cn Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=jmu.edu.cn Received: from localhost.localdomain (unknown [119.122.212.9]) by smtp.qiye.163.com (Hmail) with ESMTP id 214c55591; Mon, 1 Sep 2025 20:01:07 +0800 (GMT+08:00) From: Chukun Pan To: Chen-Yu Tsai Cc: Rob Herring , Conor Dooley , Krzysztof Kozlowski , Jernej Skrabec , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, linux-sunxi@lists.linux.dev, devicetree@vger.kernel.org, Chukun Pan Subject: [PATCH 1/1] arm64: dts: allwinner: a523: drop redundant status=okay Date: Mon, 1 Sep 2025 20:00:20 +0800 Message-Id: <20250901120020.181414-1-amadeus@jmu.edu.cn> X-Mailer: git-send-email 2.25.1 Precedence: bulk X-Mailing-List: linux-sunxi@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 X-HM-Tid: 0a990527058503a2kunm4ecba7364004 X-HM-MType: 10 X-HM-Spam-Status: e1kfGhgUHx5ZQUpXWQgPGg8OCBgUHx5ZQUlOS1dZFg8aDwILHllBWSg2Ly tZV1koWUFITzdXWS1ZQUlXWQ8JGhUIEh9ZQVkZSU5DVkNNHkhPQxoYQxpCHlYeHw5VEwETFhoSFy QUDg9ZV1kYEgtZQVlKSkJVSklJVUlKSVVCWVdZFhoPEhUdFFlBWU9LSFVKS0hKTkxOVUpLS1VKQk tLWQY+ Status: O Device nodes are enabled by default, so no need for status="okay" property. Signed-off-by: Chukun Pan --- arch/arm64/boot/dts/allwinner/sun55i-a523.dtsi | 1 - 1 file changed, 1 deletion(-) diff --git a/arch/arm64/boot/dts/allwinner/sun55i-a523.dtsi b/arch/arm64/boot/dts/allwinner/sun55i-a523.dtsi index 6b6f2296bdff..cdf844eb8e05 100644 --- a/arch/arm64/boot/dts/allwinner/sun55i-a523.dtsi +++ b/arch/arm64/boot/dts/allwinner/sun55i-a523.dtsi @@ -218,7 +218,6 @@ wdt: watchdog@2050000 { interrupts = ; clocks = <&osc24M>, <&rtc CLK_OSC32K>; clock-names = "hosc", "losc"; - status = "okay"; }; uart0: serial@2500000 {