From patchwork Thu Apr 14 14:33:18 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Nicolas Ferre X-Patchwork-Id: 12813599 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 smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (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 BE9C7C433EF for ; Thu, 14 Apr 2022 14:33:38 +0000 (UTC) Received: by smtp.kernel.org (Postfix) id 88D45C385AA; Thu, 14 Apr 2022 14:33:38 +0000 (UTC) Received: from esa.microchip.iphmx.com (esa.microchip.iphmx.com [68.232.154.123]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.kernel.org (Postfix) with ESMTPS id D4B1FC385A1; Thu, 14 Apr 2022 14:33:36 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 smtp.kernel.org D4B1FC385A1 Authentication-Results: smtp.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=microchip.com Authentication-Results: smtp.kernel.org; spf=pass smtp.mailfrom=microchip.com DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=microchip.com; i=@microchip.com; q=dns/txt; s=mchp; t=1649946817; x=1681482817; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=a9isROkySwnE11B+AHokM790DJBnMvG/rOrv3n4CWIo=; b=ENXNU65SENAy3bDVJ7+KDfs/q9RN/DFzL9xkdSgvDiu/tkVTctTH1Qp2 /07LU6kW2+0btqFzKibNCfqTEiM0Q9OsgPXN1xctdhcLFsbkAKMvTB4jb 4td7nhxOvXpHwIbJXDoJp+s+eciYnrIFmiZ3x0KYh/dTiQhZo7KdqbXwR rxi5PR8f6XohAxlVl3ffuqEU5THaDAxevNXdLNC2V0gER/UFrp4DT315X 0icVPIK0NZebeIXRhe8MbkftqVAqEWBN4EK1dpreOgytL9e+QGDYogAU/ YboI0p0Gu8RD9lDelLFrma71WCGBPPqr57kZ2wmqetElGjG+RXtMWiQj5 g==; X-IronPort-AV: E=Sophos;i="5.90,260,1643698800"; d="scan'208";a="152657359" Received: from smtpout.microchip.com (HELO email.microchip.com) ([198.175.253.82]) by esa4.microchip.iphmx.com with ESMTP/TLS/AES256-SHA256; 14 Apr 2022 07:33:30 -0700 Received: from chn-vm-ex01.mchp-main.com (10.10.85.143) by chn-vm-ex03.mchp-main.com (10.10.85.151) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2375.17; Thu, 14 Apr 2022 07:33:30 -0700 Received: from ness.microchip.com (10.10.115.15) by chn-vm-ex01.mchp-main.com (10.10.85.143) with Microsoft SMTP Server id 15.1.2375.17 via Frontend Transport; Thu, 14 Apr 2022 07:33:28 -0700 From: List-Id: To: Arnd Bergmann , Olof Johansson , , CC: Nicolas Ferre , Linux Kernel list , linux-arm-kernel , Alexandre Belloni , Ludovic Desroches , Claudiu Beznea Subject: [GIT PULL] ARM: at91: fixes for 5.18 Date: Thu, 14 Apr 2022 16:33:18 +0200 Message-ID: <20220414143318.26363-1-nicolas.ferre@microchip.com> X-Mailer: git-send-email 2.32.0 MIME-Version: 1.0 Organization: microchip From: Nicolas Ferre Arnd, Olof, Here are the fixes for 5.18 addressing DT issues. Please pull. Thanks, best regards, Nicolas The following changes since commit 3123109284176b1532874591f7c81f3837bbdc17: Linux 5.18-rc1 (2022-04-03 14:08:21 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/at91/linux.git tags/at91-fixes-5.18 for you to fetch changes up to 0c640d9544d0109da3889d71ae77301e556db977: ARM: dts: at91: fix pinctrl phandles (2022-04-13 18:48:01 +0200) ---------------------------------------------------------------- AT91 fixes #1 for 5.18: Only DT fixes. They cover syntax issues as well as features: - fix dtschema check warnings for DMA channel entries, boolean properties and flash names - sam9g20ek audio clock and regulator description - sama5d[34]_xplained SPI pinctrl - align DT with hardware subtleties on sama7g5ek ---------------------------------------------------------------- Claudiu Beznea (2): ARM: dts: at91: sama5d4_xplained: fix pinctrl phandle name ARM: dts: at91: fix pinctrl phandles Eugen Hristev (1): ARM: dts: at91: sama7g5ek: enable pull-up on flexcom3 console lines Krzysztof Kozlowski (2): ARM: dts: at91: align SPI NOR node name with dtschema ARM: dts: at91: use generic node name for dataflash Mark Brown (2): ARM: dts: at91: Map MCLK for wm8731 on at91sam9g20ek ARM: dts: at91: Describe regulators on at91sam9g20ek Rob Herring (1): ARM: dts: at91: Fix boolean properties with values Sergiu Moga (1): ARM: dts: at91: sama7g5: Swap `rx` and `tx` for `i2c` nodes Tudor Ambarus (1): ARM: dts: at91: sama7g5ek: Align the impedance of the QSPI0's HSIO and PCB lines .../devicetree/bindings/mfd/atmel-flexcom.txt | 2 +- arch/arm/boot/dts/at91-dvk_su60_somc.dtsi | 2 +- arch/arm/boot/dts/at91-kizbox3-hs.dts | 2 +- arch/arm/boot/dts/at91-kizbox3_common.dtsi | 2 +- arch/arm/boot/dts/at91-q5xr5.dts | 2 +- arch/arm/boot/dts/at91-sama5d27_wlsom1.dtsi | 2 +- arch/arm/boot/dts/at91-sama5d27_wlsom1_ek.dts | 2 +- arch/arm/boot/dts/at91-sama5d2_xplained.dts | 2 +- arch/arm/boot/dts/at91-sama5d3_xplained.dts | 8 ++-- arch/arm/boot/dts/at91-sama5d4_ma5d4.dtsi | 2 +- arch/arm/boot/dts/at91-sama5d4_xplained.dts | 6 +-- arch/arm/boot/dts/at91-sama5d4ek.dts | 2 +- arch/arm/boot/dts/at91-sama7g5ek.dts | 4 +- arch/arm/boot/dts/at91-vinco.dts | 2 +- arch/arm/boot/dts/at91rm9200ek.dts | 4 +- arch/arm/boot/dts/at91sam9260ek.dts | 2 +- arch/arm/boot/dts/at91sam9261ek.dts | 2 +- arch/arm/boot/dts/at91sam9263ek.dts | 2 +- arch/arm/boot/dts/at91sam9g20ek_common.dtsi | 45 +++++++++++++++++++++- arch/arm/boot/dts/at91sam9m10g45ek.dts | 2 +- arch/arm/boot/dts/at91sam9n12ek.dts | 2 +- arch/arm/boot/dts/at91sam9rlek.dts | 2 +- arch/arm/boot/dts/at91sam9x5ek.dtsi | 2 +- arch/arm/boot/dts/sama5d3xmb.dtsi | 2 +- arch/arm/boot/dts/sama5d3xmb_cmp.dtsi | 2 +- arch/arm/boot/dts/sama7g5.dtsi | 18 ++++----- arch/arm/boot/dts/usb_a9263.dts | 2 +- 27 files changed, 85 insertions(+), 42 deletions(-)