From patchwork Tue Aug 3 12:45:05 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Patrice CHOTARD X-Patchwork-Id: 12416209 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-17.8 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER, INCLUDES_PATCH,SPF_HELO_NONE,SPF_PASS,USER_AGENT_GIT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 5D1A3C4338F for ; Tue, 3 Aug 2021 12:45:28 +0000 (UTC) Received: by mail.kernel.org (Postfix) id 45E0E60F92; Tue, 3 Aug 2021 12:45:28 +0000 (UTC) Received: from mx07-00178001.pphosted.com (mx07-00178001.pphosted.com [185.132.182.106]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 9543160F58; Tue, 3 Aug 2021 12:45:27 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org 9543160F58 Authentication-Results: mail.kernel.org; dmarc=pass (p=none dis=none) header.from=foss.st.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=foss.st.com Received: from pps.filterd (m0046668.ppops.net [127.0.0.1]) by mx07-00178001.pphosted.com (8.16.0.43/8.16.0.43) with SMTP id 173CXPvd016091; Tue, 3 Aug 2021 14:45:23 +0200 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=foss.st.com; h=from : to : cc : subject : date : message-id : in-reply-to : references : mime-version : content-type; s=selector1; bh=AJna003Q10W/+AZ5ZTjszT9vB3KIT8aQHPZsbyJWEzY=; b=naOxMYm5hD6lqgjZqsFvYW9rhjep8OPM28sij0ySA1tfS8KWfW2n3hrWXsvO+XIGp1LQ awccHXzS5ujkMhTTXg4Ys+bvqoG79kT7zgcbFudFpllczpxCi4I1gdYHv3PpbbdRTlY6 HSB6LqK7BGf+lTgucJJgCdfgoUCPvKhHWe9LISUnAGaS1qetvOSbsvXkeZMlWtOV1QKy PLgHjOnmKbSfslVFMH9Y9U3KKqnD95yuSXYh8BYVLxDzexDOQha3IqRcDV7RPlgro5Lm 7Ys3rcNJnEcx/bk842gnQ7491PUWAWfiRMLe5Fevpg0ksUYVfGVDN5UY0FW9e5w30Rkt ow== Received: from beta.dmz-eu.st.com (beta.dmz-eu.st.com [164.129.1.35]) by mx07-00178001.pphosted.com with ESMTP id 3a73jugr4y-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Tue, 03 Aug 2021 14:45:23 +0200 Received: from euls16034.sgp.st.com (euls16034.sgp.st.com [10.75.44.20]) by beta.dmz-eu.st.com (STMicroelectronics) with ESMTP id A841110002A; Tue, 3 Aug 2021 14:45:21 +0200 (CEST) Received: from Webmail-eu.st.com (sfhdag2node3.st.com [10.75.127.6]) by euls16034.sgp.st.com (STMicroelectronics) with ESMTP id 99755222C87; Tue, 3 Aug 2021 14:45:21 +0200 (CEST) Received: from localhost (10.75.127.46) by SFHDAG2NODE3.st.com (10.75.127.6) with Microsoft SMTP Server (TLS) id 15.0.1497.2; Tue, 3 Aug 2021 14:45:20 +0200 From: To: , , , , , List-Id: CC: , Subject: [PATCH 3/4] ARM: dts: sti: remove clk_ignore_unused from bootargs for stih418-b2199 Date: Tue, 3 Aug 2021 14:45:05 +0200 Message-ID: <20210803124506.23365-4-patrice.chotard@foss.st.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20210803124506.23365-1-patrice.chotard@foss.st.com> References: <20210803124506.23365-1-patrice.chotard@foss.st.com> MIME-Version: 1.0 X-Originating-IP: [10.75.127.46] X-ClientProxiedBy: SFHDAG1NODE1.st.com (10.75.127.1) To SFHDAG2NODE3.st.com (10.75.127.6) X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10434:6.0.391,18.0.790 definitions=2021-08-03_02:2021-08-03,2021-08-03 signatures=0 From: Patrice Chotard Remove clk_ignore_unused from bootargs as it's no more needed. Signed-off-by: Patrice Chotard --- arch/arm/boot/dts/stih418-b2199.dts | 1 - 1 file changed, 1 deletion(-) diff --git a/arch/arm/boot/dts/stih418-b2199.dts b/arch/arm/boot/dts/stih418-b2199.dts index 48c3c64e4c48..b66e2b29edea 100644 --- a/arch/arm/boot/dts/stih418-b2199.dts +++ b/arch/arm/boot/dts/stih418-b2199.dts @@ -11,7 +11,6 @@ compatible = "st,stih418-b2199", "st,stih418"; chosen { - bootargs = "clk_ignore_unused"; stdout-path = &sbc_serial0; };