From patchwork Wed Oct 2 19:06:18 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jeff Kletsky X-Patchwork-Id: 1170891 X-Patchwork-Delegate: chunkeey@googlemail.com Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (mailfrom) smtp.mailfrom=lists.openwrt.org (client-ip=2607:7c80:54:e::133; helo=bombadil.infradead.org; envelope-from=openwrt-devel-bounces+incoming=patchwork.ozlabs.org@lists.openwrt.org; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=allycomm.com Authentication-Results: ozlabs.org; dkim=pass (2048-bit key; unprotected) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="OdQJKWpq"; dkim-atps=neutral Received: from bombadil.infradead.org (bombadil.infradead.org [IPv6:2607:7c80:54:e::133]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 46k5HW5Y4dz9sN1 for ; Thu, 3 Oct 2019 05:07:35 +1000 (AEST) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:Cc:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:Subject:MIME-Version:Message-Id:Date:To :From:Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References: List-Owner; bh=36Xvx3Cgow3bX8ahc5tOjyfflDsdF19delEcRasfnMY=; b=OdQJKWpqRhIr0U Sz7IgSb6XVWSw0cDM7eItMyukj6q6nT+/zHR3rLjyFL4qdOSKDO2xsC8nNbc7SMyiNqURJL6nxe08 tyUTfBIJfUVWDcF6448tewpCQ6gk3Dj4CSqN++UbBOVbVBjLn0awa48FvO+QGX7ztoPU8Dego5vck ytuK97ZO+BhpInIrGO6OLReH03GWZ7gHRrERtofAnqiJEDSncbwikLCTj8/lIIQ6uQ3dZtPvJyw/E AvA6Um5Vz+iw6NcdhI3IiNSh2kvsZN4qKejeTrB70fkf9yzDMiYkLlWg24pYBHHbKXrc7BUSuNZln kNfSIwKhojKReqsXnZaw==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.92.2 #3 (Red Hat Linux)) id 1iFjxx-000131-LP; Wed, 02 Oct 2019 19:07:13 +0000 Received: from mx.allycomm.com ([138.68.30.55]) by bombadil.infradead.org with esmtps (Exim 4.92.2 #3 (Red Hat Linux)) id 1iFjxv-00012f-CM for openwrt-devel@lists.openwrt.org; Wed, 02 Oct 2019 19:07:12 +0000 Received: from allycomm.com (unknown [IPv6:2601:647:5401:2210::49]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx.allycomm.com (Postfix) with ESMTPSA id 53FDC43C73; Wed, 2 Oct 2019 12:06:28 -0700 (PDT) From: Jeff Kletsky To: openwrt-devel@lists.openwrt.org Date: Wed, 2 Oct 2019 12:06:18 -0700 Message-Id: <20191002190618.28828-1-lede@allycomm.com> X-Mailer: git-send-email 2.20.1 MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20191002_120711_422756_E9426A2A X-CRM114-Status: UNSURE ( 7.92 ) X-CRM114-Notice: Please train this message. X-Spam-Score: 0.0 (/) X-Spam-Report: SpamAssassin version 3.4.2 on bombadil.infradead.org summary: Content analysis details: (0.0 points) pts rule name description ---- ---------------------- -------------------------------------------------- 0.0 SPF_NONE SPF: sender does not publish an SPF Record 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record Subject: [OpenWrt-Devel] [PATCH] ath79: Clean up GL-AR300M DTS/DTSI inclusions X-BeenThere: openwrt-devel@lists.openwrt.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Jeff Kletsky Sender: "openwrt-devel" Errors-To: openwrt-devel-bounces+incoming=patchwork.ozlabs.org@lists.openwrt.org From: Jeff Kletsky Modify GL-AR300M-Lite and GL-AR300M (NOR): * Include qca9531_glinet_gl-ar300m.dtsi directly rather than qca9531_glinet_gl-ar300m-nor.dts * Remove redundant inclusion of gpio.h and input.h Signed-off-by: Jeff Kletsky Reviewed-by: Adrian Schmutzler --- target/linux/ath79/dts/qca9531_glinet_gl-ar300m-lite.dts | 2 +- target/linux/ath79/dts/qca9531_glinet_gl-ar300m-nor.dts | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/target/linux/ath79/dts/qca9531_glinet_gl-ar300m-lite.dts b/target/linux/ath79/dts/qca9531_glinet_gl-ar300m-lite.dts index e29af5411d..b2cb5bc261 100644 --- a/target/linux/ath79/dts/qca9531_glinet_gl-ar300m-lite.dts +++ b/target/linux/ath79/dts/qca9531_glinet_gl-ar300m-lite.dts @@ -1,6 +1,6 @@ /dts-v1/; -#include "qca9531_glinet_gl-ar300m-nor.dts" +#include "qca9531_glinet_gl-ar300m.dtsi" / { compatible = "glinet,gl-ar300m-lite", "qca,qca9531"; diff --git a/target/linux/ath79/dts/qca9531_glinet_gl-ar300m-nor.dts b/target/linux/ath79/dts/qca9531_glinet_gl-ar300m-nor.dts index 02196cf9c4..22e5ae4e74 100644 --- a/target/linux/ath79/dts/qca9531_glinet_gl-ar300m-nor.dts +++ b/target/linux/ath79/dts/qca9531_glinet_gl-ar300m-nor.dts @@ -1,8 +1,5 @@ /dts-v1/; -#include -#include - #include "qca9531_glinet_gl-ar300m.dtsi" / {