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 71D72258EFF; Mon, 9 Mar 2026 08:58:46 +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=1773046730; cv=none; b=nqc+LsU8Oy5V4KFcmxtsG40AhmBYTqiw+9IIgVPvJGocRXIgeiIfcxNmvgwrIqmUPS++Upol/27WWAlhFKnjly1/yfm3n48FZ9YCTf7EnMivbuFQ8Yuh7Efq8YoPmyg7Gxc+TBbKlof34hXd8QIT08KLyyDTLQ+VQvJmDRkuAfc= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1773046730; c=relaxed/simple; bh=XXj5OZL3ekp1nSkUNm5xppmIFqX9DUEsya/2KpaE5EU=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=lM7J/PVyUw9PS4Ao7u8PrAYW43oRVvNVo/EOdkPsEPHo8ng07Zy4Wx4A0aXZk3LoEIJGdAXL4+AEIQFMXAoJc1cBVdkcwBois35kRioAvd28ZAypi4IAOXGGJKqJ3yuzc9Ks+Ru59RLLSligGvU9MOXqckGjQpIVsZtEX3XvVqs= 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=p+kffUFE; 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="p+kffUFE" From: Frieder Schrempf DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=fris.de; s=mail; t=1773046718; 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: in-reply-to:in-reply-to:references:references; bh=/B+tp3dMy8sqBzmYiyFqnMtBSEEAUxty5oGaDhbN/AM=; b=p+kffUFEbHZYejovDReYNvDAUvMRA0dtoJ4laIn5aV1FcR5KUpQp7JAsN3OYKyxhaW+FnF QqmBUrX1zrz8tq9JYpmH+1aSg8GFGHAQTYx+eaSk7n/r+OhM8NP4qkNqvH7WvbgGWC3DQo XBrjnyCDuDPB7+dHVeGmjvzzPxf9bXU3e+UhCFB+Ke19q5nclT9o7M6c8x1RlAz4uukzQx xsh8/QBb2Xs2WYoV9kGkqIfW9/b+UFOV7CoFkwJZu2yQGiMgxVbNypXtE37VWTAqQQTUlL S2ALTUcciFyhS9btFmHjJkTrMjeci9vcfz1xMbndVrEV/RZwSnxUtvzQIiMdcg== To: Alexandre Belloni , Conor Dooley , devicetree@vger.kernel.org, Krzysztof Kozlowski , linux-kernel@vger.kernel.org, linux-rtc@vger.kernel.org, Rob Herring Cc: Frieder Schrempf Subject: [PATCH v3 1/2] dt-bindings: rtc: microcrystal,rv3028: Allow to specify vdd-supply Date: Mon, 9 Mar 2026 09:57:42 +0100 Message-ID: <20260309085749.25747-2-frieder@fris.de> In-Reply-To: <20260309085749.25747-1-frieder@fris.de> References: <20260309085749.25747-1-frieder@fris.de> Precedence: bulk X-Mailing-List: devicetree@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit From: Frieder Schrempf In case the VDD supply voltage regulator of the RTC needs to be specified explicitly, allow to set vdd-supply. Signed-off-by: Frieder Schrempf --- Documentation/devicetree/bindings/rtc/microcrystal,rv3028.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Documentation/devicetree/bindings/rtc/microcrystal,rv3028.yaml b/Documentation/devicetree/bindings/rtc/microcrystal,rv3028.yaml index cda8ad7c12037..2ea3b40419530 100644 --- a/Documentation/devicetree/bindings/rtc/microcrystal,rv3028.yaml +++ b/Documentation/devicetree/bindings/rtc/microcrystal,rv3028.yaml @@ -32,6 +32,8 @@ properties: - 9000 - 15000 + vdd-supply: true + required: - compatible - reg -- 2.53.0