From patchwork Sat Jul 18 20:50:06 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Lubomir Rintel X-Patchwork-Id: 11672043 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 CA14713B4 for ; Sat, 18 Jul 2020 20:50:34 +0000 (UTC) Received: by mail.kernel.org (Postfix) id C4A9A20656; Sat, 18 Jul 2020 20:50:34 +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 0D313205CB; Sat, 18 Jul 2020 20:50:33 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 0D313205CB 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 60EED60D2A; Sat, 18 Jul 2020 20:50:32 +0000 (UTC) From: Lubomir Rintel To: Arnd Bergmann , Olof Johansson List-Id: Cc: SoC Team , Rob Herring , linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH v2 00/13] MMP DTS updates for 5.9 Date: Sat, 18 Jul 2020 22:50:06 +0200 Message-Id: <20200718205019.184927-1-lkundrak@v3.sk> X-Mailer: git-send-email 2.26.2 MIME-Version: 1.0 Hi, chained to this message is a patch set I hope would end up queued into soc/arm/dt for 5.9. I've checked I'm not adding new validation errors and booted the v5.8-rc1 kernels with appended DTBs on the XO-1.75 and Dell Ariel board. Compared to v1 I've fixed one wording error in last patch, and added soc@ to cc. Lubo