From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mta1.migadu.com (out-39.mta1.migadu.com [95.215.58.39]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 958DE442FD4 for ; Fri, 28 Aug 2026 11:45:55 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=95.215.58.39 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1787917562; cv=none; b=SYcPyB0C1HsC7iJ/buv0w2TxKY7z9uQ7dm2C8JkQG0zdLHMXHxOBppt4T5/WdyGghweNiA/WQIjD2rD89/4oBuIXVADIxx9LxfRMXOmj5aTMmUJCEk8mqFUOrjfRCynAxyaTApw/IJcGIBBltLP9Ss+Iy43QL4SdgP8JYpERukc= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1787917562; c=relaxed/simple; bh=WmzJl/gDki4yCRQarSuDUHp+vGo780vLHnW9dx/7YuI=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version; b=o8gmzuo7+ZVRyCAwhYM0frkm/pLccmB4KYWkTTdyEmjfQO8A/sMaLM8nTFSVp7zNsYMKJ1RzjWtU46oa2Y5/jq8ICH9cGq1+rF3xbb5mgPHU/3WttTOwBI0ZveDX4+V0nwWXh97GuYbroQ8/5o55j+DTUg6vVy8ADsnT8M3oqao= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=cknow-tech.com; spf=pass smtp.mailfrom=cknow-tech.com; dkim=pass (2048-bit key) header.d=cknow-tech.com header.i=@cknow-tech.com header.b=hiGTM8YH; arc=none smtp.client-ip=95.215.58.39 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=cknow-tech.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=cknow-tech.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=cknow-tech.com header.i=@cknow-tech.com header.b="hiGTM8YH" X-Envelope-To: linux-kernel@vger.kernel.org DKIM-Signature: a=rsa-sha256; bh=WmzJl/gDki4yCRQarSuDUHp+vGo780vLHnW9dx/7YuI=; c=simple/simple; d=cknow-tech.com; h=from:to:subject:date:message-id:mime-version:content-type; s=key1; t=1787917550; v=1; x=1788522350; b=hiGTM8YHVvGCyZ/JGYFUvM/aucdzvC8iw+Axb/hY27GC5stllEqGczXKQ4lUnL9gArzWfip/ kKRgxqV/McUufBA3s5feYb613hMKVvPZw7msSXKPap8X0k0+OGgR89DaTb3aDlb0hzidcu9Oqta K6eyDEdIJAwgBo+zSDABJaYHWvRqiwlu2Uk2TFZK6JcppyyO8IPTUY799c+ZTZPN/kmc2HWfY9K xvbLWh6luDqw9PPQxSgvY6LBEDysZEV9t+BaRsEzWq1Rxnw8v1Npz/KE+VsRO8VaWeeoLKoRIlo i/M2vQShocY+7lO69jJLZD5Q16U+RDOmvluT7DQuTdM+Q== X-Envelope-To: linux-kernel@vger.kernel.org Received: by smtp.migadu.com with ESMTPS id 632b3452a606ff6f; Fri, 28 Aug 2026 11:45:40 +0000 X-Mizu-Trace-ID: 632b3452a606ff6f X-Migadu-Flow: FLOW_OUT From: Diederik de Haas To: Rob Herring , Krzysztof Kozlowski , Conor Dooley , Heiko Stuebner Cc: Ricardo Pardini , Marcin Juszkiewicz , Daniele Briguglio , Hugh Cole-Baker , devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-rockchip@lists.infradead.org, linux-kernel@vger.kernel.org, Diederik de Haas Subject: [PATCH 0/7] Cleanup DT description of NanoPC-T6 Date: Fri, 28 Aug 2026 13:43:00 +0200 Message-ID: <20260828114530.1315798-1-diederik@cknow-tech.com> X-Mailer: git-send-email 2.55.0 Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit This series cleans up the DT description of NanoPC-T6 devices by - Remove unneeded nodes - Align pinctrl names with names used in the schematics - Fix sorting of various nodes and their properties - Fix an unneeded pull_up - Switch to using I2S0_8CH_MCLKOUT_TO_IO for audio Diederik de Haas (7): arm64: dts: rockchip: Remove unneeded vcc_3v3_pcie20 on NanoPC-T6 arm64: dts: rockchip: Fix PCIe 2 pinctrl names and sorting on NanoPC-T6 arm64: dts: rockchip: Fix hym8563 pinctrl name and sorting on NanoPC-T6 arm64: dts: rockchip: Don't pull up rtc int pin on NanoPC-T6 arm64: dts: rockchip: Sort usb nodes on NanoPC-T6 arm64: dts: rockchip: Improve sound config on NanoPC-T6 arm64: dts: rockchip: Drop duplicate USB nodes on NanoPC-T6 LTS .../dts/rockchip/rk3588-nanopc-t6-lts.dts | 17 -- .../boot/dts/rockchip/rk3588-nanopc-t6.dtsi | 165 ++++++++---------- 2 files changed, 69 insertions(+), 113 deletions(-) -- 2.55.0