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 lists.ozlabs.org (lists.ozlabs.org [112.213.38.117]) (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 399A9C43334 for ; Fri, 24 Jun 2022 08:27:44 +0000 (UTC) Received: from boromir.ozlabs.org (localhost [IPv6:::1]) by lists.ozlabs.org (Postfix) with ESMTP id 4LTqxV2nDpz3cdZ for ; Fri, 24 Jun 2022 18:27:42 +1000 (AEST) Authentication-Results: lists.ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=kernel.org header.i=@kernel.org header.a=rsa-sha256 header.s=k20201202 header.b=iVZe6EOw; dkim-atps=neutral Authentication-Results: lists.ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=kernel.org (client-ip=139.178.84.217; helo=dfw.source.kernel.org; envelope-from=pali@kernel.org; receiver=) Authentication-Results: lists.ozlabs.org; dkim=pass (2048-bit key; unprotected) header.d=kernel.org header.i=@kernel.org header.a=rsa-sha256 header.s=k20201202 header.b=iVZe6EOw; dkim-atps=neutral Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 4LTqwq14Fjz3bsK for ; Fri, 24 Jun 2022 18:27:06 +1000 (AEST) 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 dfw.source.kernel.org (Postfix) with ESMTPS id 532C26200F; Fri, 24 Jun 2022 08:27:04 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 4ECC3C34114; Fri, 24 Jun 2022 08:27:03 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1656059223; bh=qpDM01dkJCwqn/oXRRFbVvx6B5RLwkKav9j/47BwKzo=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=iVZe6EOwT7Vr2kotm/nhThp0vfeufoCzz4OV9j8zFTJy4GjU7PJL3W9rm5wcG9tM0 T218W6rtYAuPiC7nD4/vGmB5J9o2dL2/v8Q7FrIMi5G8X4x1AIWhdgYX6ik7dRQjKZ TQqzp3xBEfckduVe6+c/17YTVihXSCSZCM7v4u5Y71bkAZtGiYmBF89K0gPeGH5c4M BppFcY4j/4AtzdYBpTKWwD26liQ12TaKDA9+40kkVRTxym/heXH1FEx0kPJsg67+Qx dm/YfWtgHWawRrfeTrIl4BI2EpD2j2a+PvJDwdqpy1kWmd+UZOX+dWvE6JethmJzHh cH+Y4VRcKDdNA== Received: by pali.im (Postfix) id 416C1711; Fri, 24 Jun 2022 10:27:00 +0200 (CEST) Date: Fri, 24 Jun 2022 10:27:00 +0200 From: Pali =?utf-8?B?Um9ow6Fy?= To: Michael Ellerman Subject: Re: [PATCH] powerpc: dts: Add DTS file for CZ.NIC Turris 1.x routers Message-ID: <20220624082700.pzqm2wgrfpbukyfz@pali> References: <20220511143712.22550-1-pali@kernel.org> <877d5669mc.fsf@mpe.ellerman.id.au> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <877d5669mc.fsf@mpe.ellerman.id.au> User-Agent: NeoMutt/20180716 X-BeenThere: linuxppc-dev@lists.ozlabs.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Marek Behun , Rob Herring , Josef Schlehofer , linuxppc-dev@lists.ozlabs.org Errors-To: linuxppc-dev-bounces+linuxppc-dev=archiver.kernel.org@lists.ozlabs.org Sender: "Linuxppc-dev" On Friday 24 June 2022 13:08:59 Michael Ellerman wrote: > Pali Rohár writes: > > CZ.NIC Turris 1.0 and 1.1 are open source routers, they have dual-core > > PowerPC Freescale P2020 CPU and are based on Freescale P2020RDB-PC-A board. > > Hardware design is fully open source, all firmware and hardware design > > files are available at Turris project website: > > > > https://docs.turris.cz/hw/turris-1x/turris-1x/ > > https://project.turris.cz/en/hardware.html > > > > Signed-off-by: Pali Rohár > > --- > > arch/powerpc/boot/dts/turris1x.dts | 470 +++++++++++++++++++++++++++++ > > 1 file changed, 470 insertions(+) > > create mode 100644 arch/powerpc/boot/dts/turris1x.dts > > The headers say you Cc'ed this to the devicetree list, but I don't see > it in the devicetree patchwork: > > https://patchwork.ozlabs.org/project/devicetree-bindings/list/?state=*&q=turris&archive=both Email is on the devicetree list: https://lore.kernel.org/linux-devicetree/20220511143712.22550-1-pali@kernel.org/ > Which means it hasn't been run through Rob's CI scripts. > > Maybe try a resend? > > cheers