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 X-Spam-Level: X-Spam-Status: No, score=-0.8 required=3.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS,URIBL_BLOCKED autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 1AA8DCA9ED1 for ; Fri, 1 Nov 2019 17:18:56 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id DA13421734 for ; Fri, 1 Nov 2019 17:18:55 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=amarulasolutions.com header.i=@amarulasolutions.com header.b="DHuiYqjt" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727572AbfKARSy (ORCPT ); Fri, 1 Nov 2019 13:18:54 -0400 Received: from mail-io1-f66.google.com ([209.85.166.66]:41308 "EHLO mail-io1-f66.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726866AbfKARSy (ORCPT ); Fri, 1 Nov 2019 13:18:54 -0400 Received: by mail-io1-f66.google.com with SMTP id r144so11667724iod.8 for ; Fri, 01 Nov 2019 10:18:50 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=amarulasolutions.com; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=gsPQETmgTl7NAIWAe0p+amO0Xpuf42Sg5sA03PkK6fA=; b=DHuiYqjtLEwqyLc8KBlcA9F87Trr8KlR7lQJupob2JvW1qt4IaBr8dS/t93oO8kXMx rBldwNzx5Bfy/DNuhhr5XthFjVwEy1vHvByiPxaQDAzxGzfTbhAaVl0tuYACCY0WONO3 jXIPHzTezjByu4wkcAQNK+Yfgf0uGL8aewFnM= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=gsPQETmgTl7NAIWAe0p+amO0Xpuf42Sg5sA03PkK6fA=; b=Jq3E6gHK+HeRLbMhAR2pF/iYnlPpyHRVG2SLZjTAsuSQdWYFxAjkEErhsDVP7esaOc HEvM5n2XpDpHJ6vyB3LCeyPttCqCPCGAoAd/TI9+5WpciPHxRoFB+a7yw2332Og99PPf SseAsFhuHjoAVMtjfGsAWarKnF8ufoaxwL1b/v1s5a/fh1SHFhWRnGcNPDzhxPhrErSY +cy5EBLT/p5QdIQ1PpZc24Keb7V9gEkErNhAmDSJod1zTePi1poZxmW64FF0MjUpzDVu htMJaycT904sTywurp6yCAXzTnQ5mKKFsQP1+qsysgmg3klfpnaBn1Vmf9yrM6eA1lOR ob5g== X-Gm-Message-State: APjAAAUO9NzRGW5cjewefMrfslkV2YHy+RBnCKZaCSVcYyXl7/Cj2cI8 oOSZQgVPiY6gdwTx1DZVvLk/nKTfiyhS3K93h8W8gQ== X-Google-Smtp-Source: APXvYqzXiC7EL678+PXm0OrA280csP8J0SZXUGEUAnJ/ik++qiGdw5SRlWYaLOt1/bpVHe7UCsf7VcAlx4eKOCsSzv8= X-Received: by 2002:a5d:8d95:: with SMTP id b21mr2294351ioj.61.1572628729457; Fri, 01 Nov 2019 10:18:49 -0700 (PDT) MIME-Version: 1.0 References: <075b3fa6-dab7-5fec-df68-b53f32bf061b@fivetechno.de> In-Reply-To: <075b3fa6-dab7-5fec-df68-b53f32bf061b@fivetechno.de> From: Jagan Teki Date: Fri, 1 Nov 2019 22:48:38 +0530 Message-ID: Subject: Re: [PATCH] arm64: dts: rockchip: Split rk3399-roc-pc for with and without mezzanine board. To: Markus Reichl Cc: Rob Herring , Mark Rutland , Heiko Stuebner , devicetree , linux-arm-kernel , "open list:ARM/Rockchip SoC..." , linux-kernel Content-Type: text/plain; charset="UTF-8" Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Nov 1, 2019 at 10:24 PM Markus Reichl wrote: > > For rk3399-roc-pc is a mezzanine board available that carries M.2 and > POE interfaces. Use it with a separate dts. Thanks for the patch. Indeed have an impression to go this via overlay rather than a separate dts since it is HAT for base board, does it make sense? or is this the way it is handling in rockchip dts files? 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 X-Spam-Level: X-Spam-Status: No, score=-0.8 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS,URIBL_BLOCKED autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 435C6CA9ED0 for ; Fri, 1 Nov 2019 17:18:55 +0000 (UTC) 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 mail.kernel.org (Postfix) with ESMTPS id 1988021734 for ; Fri, 1 Nov 2019 17:18:55 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="f3KLzsL1"; dkim=fail reason="signature verification failed" (1024-bit key) header.d=amarulasolutions.com header.i=@amarulasolutions.com header.b="DHuiYqjt" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 1988021734 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=amarulasolutions.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org 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:To:Subject:Message-ID:Date:From: In-Reply-To:References:MIME-Version:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=iKjjN7zoRoHJbmo63aF8+2PUSm3KbrUxPA4ea5sLBkc=; b=f3KLzsL1PBm4FA 7u/lTrmgPMxBZ5s4e7o64PZgeEHP22jA868y/TZhZlVgcywUpRZNo+S1arhED2PCkZ6N5JY6prA9u QTjrg2/wqwtRZJkkVvhl0s6FxNSg0Xrb/IcLKU1VIPdj3tQ/qCqJ/P3FAsB8ugMWL3a/WpiQW4ooz 5A2Zu+cNJyj1AmPrxH+V4Naowp+s3Z9+vdBr/07jCzNFcBEz1rqt3xaLkNn5IO9H4c1Sr4VAOlymr B0umausC6wx4jZnh9HOB6lFKZ0aFBxtuiV/2GbrVzLHLeYOFOkIONxQVclpmaUxPBgrh1NTv/AffR UmB1IISvCKqOZhkDFG5g==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1iQaZZ-0005bS-N8; Fri, 01 Nov 2019 17:18:53 +0000 Received: from mail-io1-xd41.google.com ([2607:f8b0:4864:20::d41]) by bombadil.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1iQaZX-0005at-Fq for linux-arm-kernel@lists.infradead.org; Fri, 01 Nov 2019 17:18:52 +0000 Received: by mail-io1-xd41.google.com with SMTP id w12so11643110iol.11 for ; Fri, 01 Nov 2019 10:18:50 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=amarulasolutions.com; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=gsPQETmgTl7NAIWAe0p+amO0Xpuf42Sg5sA03PkK6fA=; b=DHuiYqjtLEwqyLc8KBlcA9F87Trr8KlR7lQJupob2JvW1qt4IaBr8dS/t93oO8kXMx rBldwNzx5Bfy/DNuhhr5XthFjVwEy1vHvByiPxaQDAzxGzfTbhAaVl0tuYACCY0WONO3 jXIPHzTezjByu4wkcAQNK+Yfgf0uGL8aewFnM= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=gsPQETmgTl7NAIWAe0p+amO0Xpuf42Sg5sA03PkK6fA=; b=XFlsqF0xnVdewWnxSp/qNqU0w3vndb/W5BcoJuZpz/mzKi1k+aTYH/lO6wD7IJ7GDb MbHYaPeIlHO5uyoD9KXnUVR5wrejLDms6o28vk00LgVbdKeE3mNRIqLU5GHsrf9tc1+Z EDUgm+8kL1N9f8FAOlkr2/IJbViSEsSTRLZ/Rz6uwTCiknJWXhRpx6Dj8nzHfkcHF5yV Fp9AuryJsrtw8Xb2D67G6QOJZPwwnTAlKQO+4FiXhoU6UUuo7NW7kg6wJbfpfCslhtze N8ZkhlaA46nTlVFScxpLpQVQO7VBfreE6HIiWGiIZPa6NkNTXS/UNDlhTfSICwxU85Gc +7Mg== X-Gm-Message-State: APjAAAXfhuJmTC/iCrxtWBDOgZrYzqjDkecE65Ouo8OHE5WaUz4sK9np VDdOQ5o9hJPddpKoElmnO/EZplzK0nQFii/6kHVhC/H7 X-Google-Smtp-Source: APXvYqzXiC7EL678+PXm0OrA280csP8J0SZXUGEUAnJ/ik++qiGdw5SRlWYaLOt1/bpVHe7UCsf7VcAlx4eKOCsSzv8= X-Received: by 2002:a5d:8d95:: with SMTP id b21mr2294351ioj.61.1572628729457; Fri, 01 Nov 2019 10:18:49 -0700 (PDT) MIME-Version: 1.0 References: <075b3fa6-dab7-5fec-df68-b53f32bf061b@fivetechno.de> In-Reply-To: <075b3fa6-dab7-5fec-df68-b53f32bf061b@fivetechno.de> From: Jagan Teki Date: Fri, 1 Nov 2019 22:48:38 +0530 Message-ID: Subject: Re: [PATCH] arm64: dts: rockchip: Split rk3399-roc-pc for with and without mezzanine board. To: Markus Reichl X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20191101_101851_648197_68C06155 X-CRM114-Status: UNSURE ( 9.64 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Mark Rutland , devicetree , Heiko Stuebner , linux-kernel , "open list:ARM/Rockchip SoC..." , Rob Herring , linux-arm-kernel Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Fri, Nov 1, 2019 at 10:24 PM Markus Reichl wrote: > > For rk3399-roc-pc is a mezzanine board available that carries M.2 and > POE interfaces. Use it with a separate dts. Thanks for the patch. Indeed have an impression to go this via overlay rather than a separate dts since it is HAT for base board, does it make sense? or is this the way it is handling in rockchip dts files? _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel