From patchwork Mon Apr 24 17:36:20 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Nishanth Menon X-Patchwork-Id: 677313 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 E9B3DC77B61 for ; Mon, 24 Apr 2023 17:37:24 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231425AbjDXRhX (ORCPT ); Mon, 24 Apr 2023 13:37:23 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:59126 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232255AbjDXRhN (ORCPT ); Mon, 24 Apr 2023 13:37:13 -0400 Received: from lelv0142.ext.ti.com (lelv0142.ext.ti.com [198.47.23.249]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id CB1F37D9C; Mon, 24 Apr 2023 10:36:54 -0700 (PDT) Received: from fllv0035.itg.ti.com ([10.64.41.0]) by lelv0142.ext.ti.com (8.15.2/8.15.2) with ESMTP id 33OHaQDT038228; Mon, 24 Apr 2023 12:36:26 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1682357786; bh=rfFFOqkmSIPS2WCM908AQzzsrM2Xtl3smutdb5+PDo4=; h=From:To:CC:Subject:Date; b=f4Xz0fzXJphTfXmN3TZB9f8vY9r4u6wKkn5nUNMhNCZWJdhXBt8Mqz8GE/gpdX6d8 iWiWTIs7gJ7oYvtFqMXGszi2OqlKHxcU58O+jlwrX3cdNDxZyPZeJIcGbGKtit0c2h jxjgpd1HBSfPGeRmNqljZLSiJrLPNllmGw7vMfTI= Received: from DFLE111.ent.ti.com (dfle111.ent.ti.com [10.64.6.32]) by fllv0035.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 33OHaQO7085700 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Mon, 24 Apr 2023 12:36:26 -0500 Received: from DFLE105.ent.ti.com (10.64.6.26) by DFLE111.ent.ti.com (10.64.6.32) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.16; Mon, 24 Apr 2023 12:36:26 -0500 Received: from lelv0327.itg.ti.com (10.180.67.183) by DFLE105.ent.ti.com (10.64.6.26) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.16 via Frontend Transport; Mon, 24 Apr 2023 12:36:26 -0500 Received: from localhost (ileaxei01-snat2.itg.ti.com [10.180.69.6]) by lelv0327.itg.ti.com (8.15.2/8.15.2) with ESMTP id 33OHaQs6027938; Mon, 24 Apr 2023 12:36:26 -0500 From: Nishanth Menon To: Krzysztof Kozlowski , Rob Herring , Vignesh Raghavendra CC: , , , Tero Kristo , Nishanth Menon , , , Subject: [PATCH 0/3] arm64: dts: ti: k3-j7200: Fixes for various dtbs_checks warnings Date: Mon, 24 Apr 2023 12:36:20 -0500 Message-ID: <20230424173623.477577-1-nm@ti.com> X-Mailer: git-send-email 2.40.0 MIME-Version: 1.0 X-EXCLAIMER-MD-CONFIG: e1e8a2fd-e40a-4ac6-ac9b-f7e9cc9ee180 Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org Hi, Few fixups for j7200 dtbs_check warnings. Bootlog: https://gist.github.com/nmenon/6a37fca2f05633b7153e661d2516deab NOTE: lets see the discussion summary of [1] to see where to take this series, but, I will put it out here in the list for discussion anyways. [1] https://lore.kernel.org/all/76da0b98-3274-b047-db11-ecabc117ae11@ti.com/ Nishanth Menon (3): arm64: dts: ti: k3-j7200-mcu-wakeup: Remove 0x unit address prefix from nodename arm64: dts: ti: k3-j7200-mcu-wakeup: Switch mcu_syscon to ti,j721e-system-controller arm64: dts: ti: k3-j7200-mcu-wakeup: Split fss node up .../boot/dts/ti/k3-j7200-mcu-wakeup.dtsi | 29 ++++++++++++------- 1 file changed, 19 insertions(+), 10 deletions(-)