From patchwork Thu Feb 2 15:32:15 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Gregory CLEMENT X-Patchwork-Id: 13126384 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 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 smtp.lore.kernel.org (Postfix) with ESMTPS id 9A91BC61DA4 for ; Thu, 2 Feb 2023 15:34:07 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:Message-ID:Date:Subject:Cc :To:From:Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References: List-Owner; bh=ztS5+OdjsAKb9Xt/ox5CXgWn0nh+Eg9/bmsAmRf6yF4=; b=kaLnrPeUNtKWkQ NFEVP4RO3veqqY2SXVatgskWxRfAKihmRear8relWHRWgPuomxvFqdmL6ecwIfov5tkMPu7JseECu LwPD83n73kfo1lhmpRDodkMPuxbFIYO7Pz2H7hplLvU09KCdYSiXDXyK7cl97yFpa96jvJRr7IIjy ll1UI/qgFkM8LoUeITHjmZSnAwex7kcT7iMiQGdbU/Uu7ZLjzUPszcea9cIJ15zMfY+O3G4oxOCKR F78Qm+3SLZhIhee0HGCIn31EQNa/sFJgCzl1/1W8cJEBszvGrPZauwSLR+LP6JocBuHmrgT0uxKBs 35/6+RzHA+iLWMrqgMGQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1pNba7-00GPlQ-7Q; Thu, 02 Feb 2023 15:32:59 +0000 Received: from relay7-d.mail.gandi.net ([217.70.183.200]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1pNbZY-00GPRL-5b for linux-arm-kernel@lists.infradead.org; Thu, 02 Feb 2023 15:32:26 +0000 Received: (Authenticated sender: gregory.clement@bootlin.com) by mail.gandi.net (Postfix) with ESMTPSA id 680AC20013; Thu, 2 Feb 2023 15:32:16 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bootlin.com; s=gm1; t=1675351937; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=MPjtI0qPsuA2UjQwTuIxQmv+mWVyMdFTbfq5aZnyuo0=; b=prjnmkSqFZxN0jZ4tYwqxUxqjPT/ASNo3wdxu8NOTQTldRIfNmV6EYKqxvkg+dFCjeCM+J 3lgS3yEdETRuROXqsEtLl04gOebt1YefzAF2wpxi0U1rypRRXQwBCI9aPms+gZWWGLs20v EllIwrSRt0dmiWCX+hQCP0rUU+r/Uu3vQo+Z/jwjLrHrkOcfotFEPaT0IbvG+fQ4yHKZ6a kHUQdJen/SPByKh6VIKDmFB28wquvDJPl6nkXQ8Qxnv3joJTwn+Ocssjr7soywqte+rod6 wLzsBbVkhqzBMXm0l35asqYfd9WhvyIsnsiUMg+cLiCHvuPtuwLbOjctkOCE8Q== From: Gregory CLEMENT To: Arnd Bergmann , Olof Johansson , , soc@kernel.org Cc: Andrew Lunn , Sebastian Hesselbarth , Subject: [GIT PULL] ARM: mvebu: dt for v6.3 (#1) Date: Thu, 02 Feb 2023 16:32:15 +0100 Message-ID: <87357oaxs0.fsf@BL-laptop> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20230202_073224_424101_5F8A1DFE X-CRM114-Status: UNSURE ( 6.26 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org Hi, Here is the first pull request for dt for mvebu for v6.3. Gregory The following changes since commit 1b929c02afd37871d5afb9d498426f83432e71c2: Linux 6.2-rc1 (2022-12-25 13:41:39 -0800) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/gclement/mvebu.git tags/mvebu-dt-6.3-1 for you to fetch changes up to 12cb7a3349a53efa8698a01fe0efdc61d887e541: ARM: dts: dove.dtsi: Move ethphy to fix schema error (2023-01-31 15:38:43 +0100) ---------------------------------------------------------------- mvebu dt for 6.3 (part 1) Fix errors reported by dtbs_check on dove boards ---------------------------------------------------------------- MichaƂ Grzelak (1): ARM: dts: dove.dtsi: Move ethphy to fix schema error arch/arm/boot/dts/dove-cm-a510.dtsi | 14 +++++++++++--- arch/arm/boot/dts/dove-cubox.dts | 15 +++++++++++---- arch/arm/boot/dts/dove.dtsi | 5 ----- 3 files changed, 22 insertions(+), 12 deletions(-)