From patchwork Wed Nov 4 16:47:24 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?q?Petr_=C5=A0tetiar?= X-Patchwork-Id: 1394276 X-Patchwork-Delegate: ynezz@true.cz Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=lists.openwrt.org (client-ip=2001:8b0:10b:1231::1; helo=merlin.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=true.cz Authentication-Results: ozlabs.org; dkim=pass (2048-bit key; secure) header.d=lists.infradead.org header.i=@lists.infradead.org header.a=rsa-sha256 header.s=merlin.20170209 header.b=zKmhm2J0; dkim-atps=neutral Received: from merlin.infradead.org (merlin.infradead.org [IPv6:2001:8b0:10b:1231::1]) (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 4CRCL744B5z9sT6 for ; Thu, 5 Nov 2020 03:49:34 +1100 (AEDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=merlin.20170209; h=Sender:Content-Transfer-Encoding: Content-Type:Cc:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:MIME-Version:References:In-Reply-To:Message-Id:Date: Subject:To:From:Reply-To:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=cR7/x2GjHh7/cM1WLXm7LGPucSyFCx9NH2Xh5Tcp4PA=; b=zKmhm2J0yc+L7TjWXxXbVdfwR lkST1PnL1eSxwHjIVky4yfG4t8JCfGe56El+hgXOyz7UOZkagGqAj7wbINWhY3vCr/rH+T1PkHXiF dvEpV0G28DdIz66vTMi2mGXPT0aL1heeni8BAmsvXmE2mEhZWUDvKo+3x7KDajDg8YnDp9vM83Y2T mJbUWL/BUvJ1VFaRQ2wStsMC5AfSaXmDL+6+Cnh1e0OCQqhyOhiBoEZVlAFGqegRGhqkeOL8aIaed Yy1vJWil8VEnqPU36UMRkHc5BZZ8JYrGU2boRuLdnkAnCY/ktZ3OmSPAz6tuNYpHCTqXFn4NP6S3O b6YkmD7eg==; Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1kaLwq-0007FB-Av; Wed, 04 Nov 2020 16:47:48 +0000 Received: from smtp-out.xnet.cz ([178.217.244.18]) by merlin.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1kaLwe-0007C8-Bh for openwrt-devel@lists.openwrt.org; Wed, 04 Nov 2020 16:47:37 +0000 Received: from meh.true.cz (meh.true.cz [108.61.167.218]) (Authenticated sender: petr@true.cz) by smtp-out.xnet.cz (Postfix) with ESMTPSA id 4B9D5189E4; Wed, 4 Nov 2020 17:47:32 +0100 (CET) Received: by meh.true.cz (OpenSMTPD) with ESMTP id dd8a4876; Wed, 4 Nov 2020 17:47:15 +0100 (CET) From: =?utf-8?q?Petr_=C5=A0tetiar?= To: openwrt-devel@lists.openwrt.org Subject: [PATCH v2 5/6] rtl838x: rtl838x.dtsi: fix missing interrupt-parent for uart0 Date: Wed, 4 Nov 2020 17:47:24 +0100 Message-Id: <20201104164725.4549-6-ynezz@true.cz> In-Reply-To: <20201104164725.4549-1-ynezz@true.cz> References: <20201104164725.4549-1-ynezz@true.cz> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20201104_114736_570294_13B0B4F1 X-CRM114-Status: GOOD ( 15.95 ) X-Spam-Score: 0.0 (/) X-Spam-Report: SpamAssassin version 3.4.4 on merlin.infradead.org summary: Content analysis details: (0.0 points) pts rule name description ---- ---------------------- -------------------------------------------------- 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record 0.0 SPF_NONE SPF: sender does not publish an SPF Record X-BeenThere: openwrt-devel@lists.openwrt.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: OpenWrt Development List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: =?utf-8?q?Petr_=C5=A0tetiar?= Sender: "openwrt-devel" Errors-To: openwrt-devel-bounces+incoming=patchwork.ozlabs.org@lists.openwrt.org Fixes following dtc warning: Warning (interrupts_property): /uart@b8002000: Missing interrupt-parent Signed-off-by: Petr Štetiar --- target/linux/rtl838x/dts/rtl838x.dtsi | 2 ++ 1 file changed, 2 insertions(+) diff --git a/target/linux/rtl838x/dts/rtl838x.dtsi b/target/linux/rtl838x/dts/rtl838x.dtsi index 699a621f62fb..99c324bf52d2 100644 --- a/target/linux/rtl838x/dts/rtl838x.dtsi +++ b/target/linux/rtl838x/dts/rtl838x.dtsi @@ -53,6 +53,8 @@ reg = <0xb8002000 0x100>; clock-frequency = <200000000>; + + interrupt-parent = <&cpuintc>; interrupts = <31>; reg-io-width = <1>;