From nobody Sat May 10 02:30:15 2025 Delivered-To: importer2@patchew.org Received-SPF: pass (zohomail.com: domain of vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; envelope-from=linux-kernel-owner@vger.kernel.org; helo=vger.kernel.org; Authentication-Results: mx.zohomail.com; dkim=fail; spf=pass (zohomail.com: domain of vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail(p=quarantine dis=quarantine) header.from=ti.com ARC-Seal: i=1; a=rsa-sha256; t=1623129287; cv=none; d=zohomail.com; s=zohoarc; b=mmjunXJU35He2+t+HX6+p/NxkPbVCNNKVGiZ7D1THPqjW94MqKrdYRxRZBhbNyB6B5mQqgaaR/wVeAcn5n8roVFuxMtuRM2be3J7BWjRKxNLKDsc5OW2KHQoLcoPibzIF8c1LR+CsEpiC1+AapT8NpE1NDHXZmD9DCCK9LbolEw= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1623129287; h=Content-Type:Cc:Date:From:In-Reply-To:List-Id:MIME-Version:Message-ID:References:Subject:To; bh=KFZ65+Tb4RoQVEu+6itsdfce3Y7+FMQakY1e/aBbiWA=; b=g4BLNX9nbOVunH+bt4nktliZWmToybZwAH0EqiF/sHNkKFd0cq2htuHr+VOJQlIHA9KKpncG/kTkPFt0CiRJKe8Y7hfjg4jw/bNandRkUO7E5EgDeLopB+7zKNfUH9nilDCLiV1cBbYpKgt/EUdUohkEFcEz9/BhjrC9KOQPQmc= ARC-Authentication-Results: i=1; mx.zohomail.com; dkim=fail; spf=pass (zohomail.com: domain of vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail header.from= (p=quarantine dis=quarantine) header.from= Return-Path: Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mx.zohomail.com with SMTP id 1623129287934462.8755410557359; Mon, 7 Jun 2021 22:14:47 -0700 (PDT) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230145AbhFHFQi (ORCPT ); Tue, 8 Jun 2021 01:16:38 -0400 Received: from fllv0015.ext.ti.com ([198.47.19.141]:60232 "EHLO fllv0015.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229659AbhFHFQi (ORCPT ); Tue, 8 Jun 2021 01:16:38 -0400 Received: from fllv0035.itg.ti.com ([10.64.41.0]) by fllv0015.ext.ti.com (8.15.2/8.15.2) with ESMTP id 1585EaCf030287; Tue, 8 Jun 2021 00:14:37 -0500 Received: from DFLE100.ent.ti.com (dfle100.ent.ti.com [10.64.6.21]) by fllv0035.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 1585Eas6047514 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Tue, 8 Jun 2021 00:14:36 -0500 Received: from DFLE110.ent.ti.com (10.64.6.31) by DFLE100.ent.ti.com (10.64.6.21) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2176.2; Tue, 8 Jun 2021 00:14:36 -0500 Received: from fllv0039.itg.ti.com (10.64.41.19) by DFLE110.ent.ti.com (10.64.6.31) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2176.2 via Frontend Transport; Tue, 8 Jun 2021 00:14:36 -0500 Received: from gsaswath-HP-ProBook-640-G5.dal.design.ti.com (ileax41-snat.itg.ti.com [10.172.224.153]) by fllv0039.itg.ti.com (8.15.2/8.15.2) with ESMTP id 1585EGdS104124; Tue, 8 Jun 2021 00:14:28 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1623129277; bh=KFZ65+Tb4RoQVEu+6itsdfce3Y7+FMQakY1e/aBbiWA=; h=From:To:CC:Subject:Date:In-Reply-To:References; b=OYUdFRQvijNzFoTFNwM8YXcaCjnl1TfFdZNHZw3dyfXjfZYeMfcWfmMo7G2vy9MrX Fjpmgrp2Gv3N2UCZ+5WIZEUJUXFtXbOhpGk94Hi7pqKFwRcQRB4+KMEql8EiBvXfwO 0F52Iu8+cb2aUUAtARR/XCWbteIsKBEtoRKnbzog= From: Aswath Govindraju CC: Lokesh Vutla , Vignesh Raghavendra , Kishon Vijay Abraham I , Aswath Govindraju , Nishanth Menon , Tero Kristo , Rob Herring , Jan Kiszka , , , Subject: [PATCH v2 1/2] arm64: dts: ti: am65: align ti,pindir-d0-out-d1-in property with dt-shema Date: Tue, 8 Jun 2021 10:44:13 +0530 Message-ID: <20210608051414.14873-2-a-govindraju@ti.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20210608051414.14873-1-a-govindraju@ti.com> References: <20210608051414.14873-1-a-govindraju@ti.com> MIME-Version: 1.0 X-EXCLAIMER-MD-CONFIG: e1e8a2fd-e40a-4ac6-ac9b-f7e9cc9ee180 To: unlisted-recipients:; (no To-header on input) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org X-ZohoMail-DKIM: fail (Header signature does not verify) Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" ti,pindir-d0-out-d1-in property is expected to be of type boolean. Therefore, fix the property accordingly. Fixes: e180f76d0641 ("arm64: dts: ti: Add support for Siemens IOT2050 board= s") Fixes: 5da94b50475a ("arm64: dts: ti: k3-am654: Enable main domain McSPI0") Signed-off-by: Aswath Govindraju --- arch/arm64/boot/dts/ti/k3-am65-iot2050-common.dtsi | 2 +- arch/arm64/boot/dts/ti/k3-am654-base-board.dts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/arm64/boot/dts/ti/k3-am65-iot2050-common.dtsi b/arch/arm6= 4/boot/dts/ti/k3-am65-iot2050-common.dtsi index f4ec9ed52939..23d51b6a9cf2 100644 --- a/arch/arm64/boot/dts/ti/k3-am65-iot2050-common.dtsi +++ b/arch/arm64/boot/dts/ti/k3-am65-iot2050-common.dtsi @@ -575,7 +575,7 @@ =20 #address-cells =3D <1>; #size-cells=3D <0>; - ti,pindir-d0-out-d1-in =3D <1>; + ti,pindir-d0-out-d1-in; }; =20 &tscadc0 { diff --git a/arch/arm64/boot/dts/ti/k3-am654-base-board.dts b/arch/arm64/bo= ot/dts/ti/k3-am654-base-board.dts index eddb2ffb93ca..1b947e2c2e74 100644 --- a/arch/arm64/boot/dts/ti/k3-am654-base-board.dts +++ b/arch/arm64/boot/dts/ti/k3-am654-base-board.dts @@ -299,7 +299,7 @@ pinctrl-0 =3D <&main_spi0_pins_default>; #address-cells =3D <1>; #size-cells=3D <0>; - ti,pindir-d0-out-d1-in =3D <1>; + ti,pindir-d0-out-d1-in; =20 flash@0{ compatible =3D "jedec,spi-nor"; --=20 2.17.1 From nobody Sat May 10 02:30:15 2025 Delivered-To: importer2@patchew.org Received-SPF: pass (zohomail.com: domain of vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; envelope-from=linux-kernel-owner@vger.kernel.org; helo=vger.kernel.org; Authentication-Results: mx.zohomail.com; dkim=fail; spf=pass (zohomail.com: domain of vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail(p=quarantine dis=quarantine) header.from=ti.com ARC-Seal: i=1; a=rsa-sha256; t=1623129294; cv=none; d=zohomail.com; s=zohoarc; b=hDR6Y73larpxGUmIxcAhQRs9NjraVMaMVg3rB1bLi5YfFM32VCbpOlIHLC23gb/9wJQq5q+sV60td56qp8gkfQUYKIFlozFkMwU2WIb4jm3dzu09ZqbbWMEbLQdNh9HHXlj5ZpURENptstV6yyzEnZT8arRhG3783D2zRZlIELg= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1623129294; h=Content-Type:Cc:Date:From:In-Reply-To:List-Id:MIME-Version:Message-ID:References:Subject:To; bh=9o1REtBedX3EFO3zwEEmWzfq6oOIB6k3/bqfhJTWKZo=; b=RNyQBbOUHSxiSrCBGUFr3tDyWyRFH3/nxETXG9M4GzcH+U4DAgKnRwjAqcnUvKGCYlYQg1OvLEtZ6rYH52Y0rCPvSyEiOYffWUF42XE2pcToYPXTjvq8dc9+I6Ydxe6tFVoMnVszE5a8tEtx1xVh1Iv8AdbhOT5KIq0CofDnHoY= ARC-Authentication-Results: i=1; mx.zohomail.com; dkim=fail; spf=pass (zohomail.com: domain of vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail header.from= (p=quarantine dis=quarantine) header.from= Return-Path: Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mx.zohomail.com with SMTP id 1623129294408752.7412636617431; Mon, 7 Jun 2021 22:14:54 -0700 (PDT) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230269AbhFHFQo (ORCPT ); Tue, 8 Jun 2021 01:16:44 -0400 Received: from fllv0015.ext.ti.com ([198.47.19.141]:60250 "EHLO fllv0015.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230184AbhFHFQn (ORCPT ); Tue, 8 Jun 2021 01:16:43 -0400 Received: from lelv0265.itg.ti.com ([10.180.67.224]) by fllv0015.ext.ti.com (8.15.2/8.15.2) with ESMTP id 1585Eipl030329; Tue, 8 Jun 2021 00:14:44 -0500 Received: from DLEE107.ent.ti.com (dlee107.ent.ti.com [157.170.170.37]) by lelv0265.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 1585Ei6t122968 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Tue, 8 Jun 2021 00:14:44 -0500 Received: from DLEE104.ent.ti.com (157.170.170.34) by DLEE107.ent.ti.com (157.170.170.37) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2176.2; Tue, 8 Jun 2021 00:14:43 -0500 Received: from fllv0039.itg.ti.com (10.64.41.19) by DLEE104.ent.ti.com (157.170.170.34) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2176.2 via Frontend Transport; Tue, 8 Jun 2021 00:14:43 -0500 Received: from gsaswath-HP-ProBook-640-G5.dal.design.ti.com (ileax41-snat.itg.ti.com [10.172.224.153]) by fllv0039.itg.ti.com (8.15.2/8.15.2) with ESMTP id 1585EGdT104124; Tue, 8 Jun 2021 00:14:39 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1623129284; bh=9o1REtBedX3EFO3zwEEmWzfq6oOIB6k3/bqfhJTWKZo=; h=From:To:CC:Subject:Date:In-Reply-To:References; b=ErsMWTvG7gI9aR0jD0baNeH7eIVZnGrzbxuWBVQDwPdnH+p8ZCet7lH63AlJvXf1D zRWtDIh2lFSQunr20d9mCFt01cnNq3qCbf1D/m4GPNbUFY0y/b48Pvoc8AxOZQLoDX 8AwNQFpjrfY3gGgZy3vTlrdPHs1o2QaHBnSoweuc= From: Aswath Govindraju CC: Lokesh Vutla , Vignesh Raghavendra , Kishon Vijay Abraham I , Aswath Govindraju , Nishanth Menon , Tero Kristo , Rob Herring , Jan Kiszka , , , Subject: [PATCH v2 2/2] arm64: dts: ti: k3-am642-evm: align ti,pindir-d0-out-d1-in property with dt-shema Date: Tue, 8 Jun 2021 10:44:14 +0530 Message-ID: <20210608051414.14873-3-a-govindraju@ti.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20210608051414.14873-1-a-govindraju@ti.com> References: <20210608051414.14873-1-a-govindraju@ti.com> MIME-Version: 1.0 X-EXCLAIMER-MD-CONFIG: e1e8a2fd-e40a-4ac6-ac9b-f7e9cc9ee180 To: unlisted-recipients:; (no To-header on input) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org X-ZohoMail-DKIM: fail (Header signature does not verify) Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" ti,pindir-d0-out-d1-in property is expected to be of type boolean. Therefore, fix the property accordingly. Fixes: 4fb6c04683aa ("arm64: dts: ti: k3-am642-evm: Add support for SPI EEP= ROM") Signed-off-by: Aswath Govindraju --- arch/arm64/boot/dts/ti/k3-am642-evm.dts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm64/boot/dts/ti/k3-am642-evm.dts b/arch/arm64/boot/dts/= ti/k3-am642-evm.dts index dad0efa961ed..2fd0de905e61 100644 --- a/arch/arm64/boot/dts/ti/k3-am642-evm.dts +++ b/arch/arm64/boot/dts/ti/k3-am642-evm.dts @@ -334,7 +334,7 @@ &main_spi0 { pinctrl-names =3D "default"; pinctrl-0 =3D <&main_spi0_pins_default>; - ti,pindir-d0-out-d1-in =3D <1>; + ti,pindir-d0-out-d1-in; eeprom@0 { compatible =3D "microchip,93lc46b"; reg =3D <0>; --=20 2.17.1