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 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 BA67CC4332F for ; Mon, 21 Nov 2022 16:50:22 +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:In-Reply-To:From:References:Cc:To: Subject:MIME-Version:Date:Message-ID:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=6iIuFnhoIlQTcELas9uEf3zWwL0KFRsmBqRYeJ9mbQI=; b=uhxGYRKAWK9BO3 kDtzWIl7W7r+47Kwc3UIcTsOYWSMpIuILhr9kXez+PGHKByvTdIINMKttbzea8bxX3vEJs4oQKrch 9h8SceIRHTC+kIp6C/LqRpehUloDw3cCfPHuoKeT9NOs7Il6MmYFOaWz8xRkxiB8JTRpzTREZdnYh B2Qy28SKIPqn3/ZWmzE08mFmkZkVFXcSma5xgBhW2eWe3DAQPgQSTQAjQ3Q0/DCIEkMER/ybKHFMx k35Q2Srhif4zZV3xJiWCylTfpdw5l9wBMdpWnf1E+yY5OIPyyex22epF2sc/xgBCfyHGCvQXg2tQW 955LMQO///zahBeF0uiA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1ox9z9-00G69a-5v; Mon, 21 Nov 2022 16:49:31 +0000 Received: from ams.source.kernel.org ([145.40.68.75]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1ox9z6-00G67e-0D for linux-arm-kernel@lists.infradead.org; Mon, 21 Nov 2022 16:49:29 +0000 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id E4F83B810E2; Mon, 21 Nov 2022 16:49:25 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 35A81C433D6; Mon, 21 Nov 2022 16:49:22 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1669049364; bh=Y7EzEkCjg0VzU3xozsN87SNyuMOmrWVV0rDA/ESrahE=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=HBzvdV+8gnrPANpEspbbzNJIobMfMM+8AEeSmO09X9V23qPurR5hRva6+96nfD16O f3yyDzpRaXi4700WJC6vcgTM8ZS79szzTCBb5ASvB2/7cwhtbh3Vxz8TuZqanQdAC7 N0j2GEC6xU4MpL44DH90KWOVVJ8ES9dxHCKtWhrcoznTJPcLafDvHCTxYFbfu+Fa0W uuNY9rtBM6G3ldD6gQfUn+MuhZWVHEdtp0LBORy8iTb+u/S61oEO5//O539xQ/vSCw YPtkmmGgWnpKbz8ekCWwEqEJOt0tbOShkV5SrKwylN6+5mSlv5n99//vrHTlZKWWO6 C3y5LgvzajJ7A== Message-ID: Date: Mon, 21 Nov 2022 18:49:19 +0200 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.4.2 Subject: Re: [PATCH v6 0/8] J721S2: Add support for additional IPs Content-Language: en-US To: Matt Ranostay , nm@ti.com, vigneshr@ti.com, kristo@kernel.org, robh+dt@kernel.org, krzysztof.kozlowski+dt@linaro.org, s-vadapalli@ti.com, r-gunasekaran@ti.com Cc: linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org References: <20221119040906.9495-1-mranostay@ti.com> From: Roger Quadros In-Reply-To: <20221119040906.9495-1-mranostay@ti.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20221121_084928_220456_352090FA X-CRM114-Status: GOOD ( 19.54 ) 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: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On 19/11/2022 06:08, Matt Ranostay wrote: > The following series of patches add support for the following > on J721S2 common processor board, > > - USB > - SerDes > - OSPI > - PCIe > > Changes from v1: > * Resolve issues with dt schema reporting > * Minor changes related to consistency on node naming and value > > Changes from v2: > * Added PCIe RC + EP enablement patchsets > * Added device-id for j722s2 PCIe host in dt documentation > * Reworked SERDES + WIZ enablement patchset to use properies for clocks > defines versus entire devicetree nodes. Results in cleaner code that > doesn't break dt-schema or the driver functionality. > > Changes from v3: > * Rebased changes on top of '[PATCH 00/12] TI J7x Disable Incomplete DT Nodes' > * Removed "dt-bindings: PCI: Add host mode device-id for j721s2 platform" patch and > send it own series to avoid a dependency that would hold up other patches in this > series > > Changes from v4: > * Add my Signed-off-by lines to all patchsets > > Changes from v5: > * Removed Cc from commit messages to reduce clutter > * Squashed changes for device tree nodes that get modified latter in the patchset > series > > Aswath Govindraju (7): > arm64: dts: ti: k3-j721s2-main: Add support for USB > arm64: dts: ti: k3-j721s2-mcu-wakeup: Add support of OSPI > arm64: dts: ti: k3-j721s2-common-proc-board: Enable SERDES0 > arm64: dts: ti: k3-j721s2-common-proc-board: Add USB support > arm64: dts: ti: k3-j721s2: Add support for OSPI Flashes > arm64: dts: ti: k3-j721s2-main: Add PCIe device tree node > arm64: dts: ti: k3-j721s2-common-proc-board: Enable PCIe > > Matt Ranostay (1): > arm64: dts: ti: k3-j721s2-main: Add SERDES and WIZ device tree node > > .../dts/ti/k3-j721s2-common-proc-board.dts | 92 ++++++++++ > arch/arm64/boot/dts/ti/k3-j721s2-main.dtsi | 157 ++++++++++++++++++ > .../boot/dts/ti/k3-j721s2-mcu-wakeup.dtsi | 40 +++++ > arch/arm64/boot/dts/ti/k3-j721s2-som-p0.dtsi | 42 +++++ > 4 files changed, 331 insertions(+) > Reviewed-by: Roger Quadros -- cheers, -roger _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel