From patchwork Tue Jun 8 05:09:50 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Aswath Govindraju X-Patchwork-Id: 456259 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=-11.6 required=3.0 tests=BAYES_00,DKIM_INVALID, DKIM_SIGNED, HEADER_FROM_DIFFERENT_DOMAINS, INCLUDES_PATCH, MAILING_LIST_MULTI, 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 EA293C4743D for ; Tue, 8 Jun 2021 05:10:15 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id C1A3061289 for ; Tue, 8 Jun 2021 05:10:15 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229535AbhFHFMH (ORCPT ); Tue, 8 Jun 2021 01:12:07 -0400 Received: from fllv0016.ext.ti.com ([198.47.19.142]:43950 "EHLO fllv0016.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229507AbhFHFMG (ORCPT ); Tue, 8 Jun 2021 01:12:06 -0400 Received: from lelv0265.itg.ti.com ([10.180.67.224]) by fllv0016.ext.ti.com (8.15.2/8.15.2) with ESMTP id 1585A8Kx066536; Tue, 8 Jun 2021 00:10:08 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1623129008; bh=KLAt0d/F/l4n4vOSmZm35Ag5pkBA32yCHtN/EtOpsnU=; h=From:To:CC:Subject:Date; b=Des6ltxBx3LZPidDCZBGT1i99L5hv9vu1XjhJvyb+WZxXzaBUq+jb/1jvjiKth1g3 IVj3NpFDIHAH0s33vHlYSzOxpHpDuAZ6oVTP8Ypwaf8K9vpkAAv0jptKDZbUSBL25I cRUfYX6RMZrCg5ZZpo2HVGs4PM5GfVvZv5ulJ3OI= Received: from DFLE115.ent.ti.com (dfle115.ent.ti.com [10.64.6.36]) by lelv0265.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 1585A8IR117494 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Tue, 8 Jun 2021 00:10:08 -0500 Received: from DFLE102.ent.ti.com (10.64.6.23) by DFLE115.ent.ti.com (10.64.6.36) 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:10:07 -0500 Received: from fllv0040.itg.ti.com (10.64.41.20) by DFLE102.ent.ti.com (10.64.6.23) 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:10:07 -0500 Received: from gsaswath-HP-ProBook-640-G5.dal.design.ti.com (ileax41-snat.itg.ti.com [10.172.224.153]) by fllv0040.itg.ti.com (8.15.2/8.15.2) with ESMTP id 15859wi5129735; Tue, 8 Jun 2021 00:10:00 -0500 From: Aswath Govindraju CC: Lokesh Vutla , Vignesh Raghavendra , Kishon Vijay Abraham I , Aswath Govindraju , =?utf-8?q?Beno=C3=AEt?= =?utf-8?q?_Cousson?= , Tony Lindgren , Rob Herring , Uri Mashiach , Raag Jadav , , , Subject: [PATCH v2 0/2] arm: am335x/am437x: Fix ti, pindir-d0-out-d1-in property to boolean Date: Tue, 8 Jun 2021 10:39:50 +0530 Message-ID: <20210608050952.14204-1-a-govindraju@ti.com> X-Mailer: git-send-email 2.17.1 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-omap@vger.kernel.org The following series of patches fix "ti,pindir-d0-out-d1-in" property to boolean. changes since v1: - added fixes tags - split the series according to their respective trees link to v1: https://lore.kernel.org/patchwork/project/lkml/list/?series=502255 Aswath Govindraju (2): ARM: dts: am335x: align ti,pindir-d0-out-d1-in property with dt-shema ARM: dts: am437x: align ti,pindir-d0-out-d1-in property with dt-shema arch/arm/boot/dts/am335x-cm-t335.dts | 2 +- arch/arm/boot/dts/am43x-epos-evm.dts | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-)