From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail.fris.de (mail.fris.de [116.203.77.234]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 27FC536F41B for ; Mon, 9 Mar 2026 08:58:45 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=116.203.77.234 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1773046731; cv=none; b=pJ2qHrR1fTfWCsLKJ38GepSgarlA8LBDcy2s25MLpD7mrWdZsthLMpLw5UZmajARMKYf0ZsuhG8KIeJHf7qMafy8Y5zUVZygUagD+OWCUk1DcOQcM+c7ik5SWrt89sclFUCtD/ilXGJ4WTqwxCo21aGVzF5MJhVN1HmRMjWVJAI= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1773046731; c=relaxed/simple; bh=eCONjMsAgxgvPoZCScOH/hRofDA6ahKRJHWeoxdyoJI=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version; b=Yl28y7WYg9bst5bbMcgqObQIdU77+i2lFjgglQxEuDCVyJgoBjY3fc/lZJfv6i/vavjMc+3lsPyEO403DAjlDAbR8bQMSXIhkKVQltwAcAqDKsRoGDoQH4B3Ymk7CGtcEQ42Zc/NrBKvVDIqko2VzwRan40LOycHBCh+1F5z9/Q= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=fris.de; spf=pass smtp.mailfrom=fris.de; dkim=pass (2048-bit key) header.d=fris.de header.i=@fris.de header.b=OMeGQgsO; arc=none smtp.client-ip=116.203.77.234 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=fris.de Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=fris.de Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=fris.de header.i=@fris.de header.b="OMeGQgsO" From: Frieder Schrempf DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=fris.de; s=mail; t=1773046717; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=y99r0w3uvANePHf5fQI+vO5duMCpkElUfeZ9uqmXL/A=; b=OMeGQgsOMQfKeYMepAkcSFK6Pmo3P2OnR9lElVhTasV7aPzEeAHNVeu+oMmENaTUo6Y2MY 7DYqHW85Zd6YGRXVYHHFyq61o38AhxF7LYfFJ7Ly29AYf2epva9H0piiUSsi844nmyJ5+z Lw3QXwoE46Q0vmU08fw/Z7+z/ru94w6Wv8F+Ja5bgfI7Kmihm53barnTFuPiQe3dsZjSfF SMY0IoI7lGhqNHl049lBGsrMd27FxZCoBNmfXghy37eZRn8ZzVnSFn/+ILrA2C1wdJiUJ8 k1fWTYwdDauIoag9Iz2Zey8yT7LLqAhcs/KTWoUQhn5ucoKd6JrknKkqD6cHHQ== To: Alexandre Belloni , Conor Dooley , devicetree@vger.kernel.org, Frank Li , Frieder Schrempf , imx@lists.linux.dev, Krzysztof Kozlowski , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, linux-rtc@vger.kernel.org, Rob Herring , Sascha Hauer , Shawn Guo Cc: Annette Kobou , Fabio Estevam , Pengutronix Kernel Team Subject: [PATCH v3 0/2] Kontron i.MX8MP OSM Devicetree Fixups Date: Mon, 9 Mar 2026 09:57:41 +0100 Message-ID: <20260309085749.25747-1-frieder@fris.de> Precedence: bulk X-Mailing-List: imx@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit From: Frieder Schrempf This contains three fixes and one cosmetic change for the Kontron i.MX8MP OSM devices. Changes for v3: * Drop applied patches * Add missing bindings patch for RV3028 RTC Changes for v2: * Add Frank's R-b tags (thanks) * Enhance commit message of patch 2 Annette Kobou (1): arm64: dts: imx8mp-kontron: Fix boot order for PMIC and RTC Frieder Schrempf (1): dt-bindings: rtc: microcrystal,rv3028: Allow to specify vdd-supply .../devicetree/bindings/rtc/microcrystal,rv3028.yaml | 2 ++ arch/arm64/boot/dts/freescale/imx8mp-kontron-osm-s.dtsi | 6 ++++++ 2 files changed, 8 insertions(+) -- 2.53.0