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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 00AF2C43334 for ; Tue, 5 Jul 2022 16:42:57 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231769AbiGEQm5 (ORCPT ); Tue, 5 Jul 2022 12:42:57 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:38914 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230013AbiGEQm4 (ORCPT ); Tue, 5 Jul 2022 12:42:56 -0400 Received: from esa.microchip.iphmx.com (esa.microchip.iphmx.com [68.232.154.123]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 43A841DA47; Tue, 5 Jul 2022 09:42:56 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=microchip.com; i=@microchip.com; q=dns/txt; s=mchp; t=1657039376; x=1688575376; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=uqJserq6Qx8K12Gbz2rgPLZ0r6yw0zIg9uQvQdShbEo=; b=O/4+neRdwM95dEBGJWtYJVZfn9yaxicYjmQLMDALsWIFidWaAuYguXn8 y9TDJBoHX64bxxlKxs/KbKVaSgfms+Ok4JiJk1sohYvcrDHfHk3zA+ubE lueKlQPzbn8R3pTaUoXQpxNDpl4CSFmzIv25nTSX3puMuyvDugsrfQSNG cyzlUpd5mPEg5wpPse3iagHv3ujjVdQcoKpLaMDbDpMLNypsurKz3iHaB W3kCvRIQIGNZ/5YQZpW17pjHRSpP6dQZ4pDZguRDLstEqdiD7fTxY+jo+ tj42r7X/6641LaYhHfY7OkBWhAqAWOkGoL1bjVIA9Ekc3ozRh9ZntVZ2a w==; X-IronPort-AV: E=Sophos;i="5.92,247,1650956400"; d="scan'208";a="166458881" Received: from unknown (HELO email.microchip.com) ([170.129.1.10]) by esa2.microchip.iphmx.com with ESMTP/TLS/AES256-SHA256; 05 Jul 2022 09:42:55 -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.2375.17; Tue, 5 Jul 2022 09:42:55 -0700 Received: from ryan-Precision-5560.microchip.com (10.10.115.15) by chn-vm-ex02.mchp-main.com (10.10.85.144) with Microsoft SMTP Server id 15.1.2375.17 via Frontend Transport; Tue, 5 Jul 2022 09:42:55 -0700 From: To: , , , , CC: , , , Ryan Wanner Subject: [PATCH] ARM: dts: at91: sama5d2/trivial: Fixed typo in i2s1 node Date: Tue, 5 Jul 2022 09:42:50 -0700 Message-ID: <20220705164250.19636-1-Ryan.Wanner@microchip.com> X-Mailer: git-send-email 2.34.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org From: Ryan Wanner Fixed typo in i2s1 node to match i2s0 node Signed-off-by: Ryan Wanner --- arch/arm/boot/dts/sama5d2.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/boot/dts/sama5d2.dtsi b/arch/arm/boot/dts/sama5d2.dtsi index 89c71d419f82..659a17fc755c 100644 --- a/arch/arm/boot/dts/sama5d2.dtsi +++ b/arch/arm/boot/dts/sama5d2.dtsi @@ -1124,7 +1124,7 @@ AT91_XDMAC_DT_PERID(33))>, clocks = <&pmc PMC_TYPE_PERIPHERAL 55>, <&pmc PMC_TYPE_GCK 55>; clock-names = "pclk", "gclk"; assigned-clocks = <&pmc PMC_TYPE_CORE PMC_I2S1_MUX>; - assigned-parrents = <&pmc PMC_TYPE_GCK 55>; + assigned-clock-parents = <&pmc PMC_TYPE_GCK 55>; status = "disabled"; }; -- 2.34.1