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=-14.0 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER, MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=ham 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 5280FC433DB for ; Mon, 25 Jan 2021 23:55:56 +0000 (UTC) Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) (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 D5896225AB for ; Mon, 25 Jan 2021 23:55:55 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org D5896225AB Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=sntech.de Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+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=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=Y47r01GoTJjDKVPW/RuRn7oA/G7cLT6cTA1VIwA5C90=; b=elua3M8FKUIZ2yWJA9qCgQG+R K5F8bMklBxXetc7ZQHHGuKr8pRa1MIJzgQc4uNxl9RYz53Y2orGBoFsUak4RkVWCiYovO8pEHPiQM /TCJyi173a52vMbL0VKLFWQW5/FDsnoR6yO8epS1NJ4MdHr2mIW1BT4MJcMYOg8s+5JRgFQCb0r9U JoH28ukl6gV5D8uCO2ruxbwDjdJ3DRRkHT9pM2kpjTCdF7rQGZH44b320/ChObGAFifth4hNgC8TS MxE67L0UXB+46/oHnBMpgKkMd2czGh8Tgd2YO6SaTYdu7gXF4yxnmCbcRm71uLLr6IH83b+AmlZJx Gwh/Fw8iA==; Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1l4BgZ-0008IV-HJ; Mon, 25 Jan 2021 23:54:19 +0000 Received: from gloria.sntech.de ([185.11.138.130]) by merlin.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1l4BgV-0008Hz-Oy; Mon, 25 Jan 2021 23:54:17 +0000 Received: from ip5f5aa64a.dynamic.kabel-deutschland.de ([95.90.166.74] helo=phil.localnet) by gloria.sntech.de with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1l4BgT-000664-Ry; Tue, 26 Jan 2021 00:54:13 +0100 From: Heiko Stuebner To: Johan Jonker Subject: Re: [PATCH] arm64: dts: rockchip: add device_type property to rk3399 pcie node Date: Tue, 26 Jan 2021 00:54:13 +0100 Message-ID: <4620030.31r3eYUQgx@phil> In-Reply-To: <20210122180559.18171-1-jbx6244@gmail.com> References: <20210122180559.18171-1-jbx6244@gmail.com> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20210125_185416_441610_1326C042 X-CRM114-Status: GOOD ( 10.65 ) 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: linux-rockchip@lists.infradead.org, robh+dt@kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org Am Freitag, 22. Januar 2021, 19:05:59 CET schrieb Johan Jonker: > A test with the command below gives for example this error: > /arch/arm64/boot/dts/rockchip/rk3399-rock960.dt.yaml: > pcie@f8000000: 'device_type' is a required property > > Fix this by adding a device_type property to the rk3399 pcie node. > > make ARCH=arm64 dtbs_check > DT_SCHEMA_FILES=~/.local/lib/python3.5/site-packages/dtschema/ > schemas/pci/pci-bus.yaml > > Signed-off-by: Johan Jonker already done in https://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git/commit/?h=v5.11-armsoc/dtsfixes&id=43f20b1c6140896916f4e91aacc166830a7ba849 _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel