From patchwork Thu Apr 11 07:33:43 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Mihai Sain X-Patchwork-Id: 13625540 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 D48B2CD129C for ; Thu, 11 Apr 2024 07:35:23 +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:MIME-Version:References:In-Reply-To: Message-ID:Date:Subject:CC:To:From:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=dXreyZc9r4wV55alVNbfpIUC0R3xuTNmSUIPMEcb8tI=; b=UymIF2yrLJH+8z 4rrKbMD6i0Z6fLb++3wW3aI3Xrzn+8du7WggPTLDvQLdkNt6/Zv7gu4Hhf+hN+uZA49KbvBtQtYcf kRh1/xAtgdCSJWI99avr5qE2FvtIDw6/DShoeB1ZCDJwe45egGvS2tLudnL9XyhuVA4LuKJ0K7BVz jlsnMWMaWG2GteHIC8WwOTh/Ij1X6+AhDavHZOtfG8wbw18SZLd0Jn+K9Roo2RUmVQIJ+kH8yuLYd hITBBGUsJNBokRJypjsIVV+RSfZ8TRAUXZOc+HoKD6CFnvSfhafZ2km6HkezEqgWFo+Iy6j+De4jM i4OTfNcHWc5mqB07mjhw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1ruoxf-0000000Arm7-3uLe; Thu, 11 Apr 2024 07:35:07 +0000 Received: from esa.microchip.iphmx.com ([68.232.154.123]) by bombadil.infradead.org with esmtps (Exim 4.97.1 #2 (Red Hat Linux)) id 1ruoxP-0000000Arae-1Jq9 for linux-arm-kernel@lists.infradead.org; Thu, 11 Apr 2024 07:34:53 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=microchip.com; i=@microchip.com; q=dns/txt; s=mchp; t=1712820891; x=1744356891; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=/SPCX2F9y/UoY3CU+K/fQTJBkLQWFHUwk0mb9NCfbu0=; b=yerolR6jHM6HMCoBhJZXHBWwa40EGMYibGnQ8mGXmb7TnVNY/U57nJDi 9qW8V1+gw0feRPm0uXxFOuHGsiXkh2R61Dtr8y8n1kjxA+bIQtEpQMMK1 qeeCd6ndvOs8fRX7s4IkmDF0hh6QxaWvAecXXaDe9pLd2XXpVlivhcGJp HmZ7Mfd1x7Au/j7tWfWlvDe6Raij/9qab5TUE6jmZUR44X+2luDeMO0i1 1RE6xN+ZWZtCUG0n49d9+bl5cDLxiVqWyoGDFJ68xgCBk37RA+o57TW3F SAWCjDqMIpiE/EIT1lqqxfxoIB/WH8uK168b4qFzBgvcwLLgxhLtpS3Ob Q==; X-CSE-ConnectionGUID: jDRmTUiXRgK//h330KmRHg== X-CSE-MsgGUID: y8CdosgzQnaA6IFrC2I87w== X-IronPort-AV: E=Sophos;i="6.07,192,1708412400"; d="scan'208";a="21068909" X-Amp-Result: SKIPPED(no attachment in message) Received: from unknown (HELO email.microchip.com) ([170.129.1.10]) by esa2.microchip.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES128-GCM-SHA256; 11 Apr 2024 00:34:41 -0700 Received: from chn-vm-ex02.mchp-main.com (10.10.85.144) by chn-vm-ex04.mchp-main.com (10.10.85.152) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2507.35; Thu, 11 Apr 2024 00:34:17 -0700 Received: from archlinux.microchip.com (10.10.85.11) by chn-vm-ex02.mchp-main.com (10.10.85.144) with Microsoft SMTP Server id 15.1.2507.35 via Frontend Transport; Thu, 11 Apr 2024 00:34:15 -0700 From: Mihai Sain To: , , , , , , , , CC: Mihai Sain Subject: [PATCH 03/13] ARM: dts: microchip: sama5d2: Remove the empty lines 47 and 63 Date: Thu, 11 Apr 2024 10:33:43 +0300 Message-ID: <20240411073353.3831-4-mihai.sain@microchip.com> X-Mailer: git-send-email 2.44.0 In-Reply-To: <20240411073353.3831-1-mihai.sain@microchip.com> References: <20240411073353.3831-1-mihai.sain@microchip.com> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20240411_003451_678950_2EE1FC17 X-CRM114-Status: UNSURE ( 8.67 ) X-CRM114-Notice: Please train this message. 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: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org Remove the empty line 47 from etb node. Remove the empty line 63 from etm node. Signed-off-by: Mihai Sain --- arch/arm/boot/dts/microchip/sama5d2.dtsi | 2 -- 1 file changed, 2 deletions(-) diff --git a/arch/arm/boot/dts/microchip/sama5d2.dtsi b/arch/arm/boot/dts/microchip/sama5d2.dtsi index 5f8e297e19ed..7aea6c2368a2 100644 --- a/arch/arm/boot/dts/microchip/sama5d2.dtsi +++ b/arch/arm/boot/dts/microchip/sama5d2.dtsi @@ -44,7 +44,6 @@ pmu { etb@740000 { compatible = "arm,coresight-etb10", "arm,primecell"; reg = <0x740000 0x1000>; - clocks = <&pmc PMC_TYPE_CORE PMC_MCK>; clock-names = "apb_pclk"; @@ -60,7 +59,6 @@ etb_in: endpoint { etm@73c000 { compatible = "arm,coresight-etm3x", "arm,primecell"; reg = <0x73c000 0x1000>; - clocks = <&pmc PMC_TYPE_CORE PMC_MCK>; clock-names = "apb_pclk";