From patchwork Sun Apr 19 17:11:42 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Lubomir Rintel X-Patchwork-Id: 11497723 Return-Path: Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 8E3C46CA for ; Sun, 19 Apr 2020 17:12:03 +0000 (UTC) Received: by mail.kernel.org (Postfix) id 88C7721473; Sun, 19 Apr 2020 17:12:03 +0000 (UTC) Delivered-To: soc@kernel.org Received: from v6.sk (v6.sk [167.172.42.174]) (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 36A03206E9 for ; Sun, 19 Apr 2020 17:12:02 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 36A03206E9 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=v3.sk Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=lkundrak@v6.sk Received: from localhost (v6.sk [IPv6:::1]) by v6.sk (Postfix) with ESMTP id 76297610AF; Sun, 19 Apr 2020 17:12:01 +0000 (UTC) From: Lubomir Rintel List-Id: To: soc@kernel.org Cc: Olof Johansson , Arnd Bergmann , Linux ARM , Daniel Mack , Haojian Zhuang , Robert Jarzmik , linux-kernel@vger.kernel.org Subject: [PATCH 00/15] ARM: dts: Marvell SoC Device Tree updates (for 5.8) Date: Sun, 19 Apr 2020 19:11:42 +0200 Message-Id: <20200419171157.672999-1-lkundrak@v3.sk> X-Mailer: git-send-email 2.26.0 MIME-Version: 1.0 Hi, please consider applying the patches chained to this message to arm/dt. I've sent about the same patch set before, but there were some issues and it was way too close to 5.7-rc1. Sorry for that. I decided not to hurry it, because none of the fixes is really all that important. Majority of the patches just deal with reducing DT validation noise once more schemas are converted to JSON-schema. Those that actually fix things relevant to older released kernels have been Cc'd to stable@. Thank you Lubo