From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-alma10-1.taild15c8.ts.net [100.103.45.18]) (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 0AAC2431E6B; Wed, 1 Jul 2026 19:56:19 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=100.103.45.18 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1782935780; cv=none; b=slLe+XgEX/jBiX/1M15OFjfA6jiIsyWnFy3Y0kd5lRKrscm9KmvKSvy15d9ISYejwovcJdOr2ZatqzJnmOms9a3Kwvm12byF32A/5Kg7u6Fz1UlryQPQ3tn+0SYc+xia2ZT1uQhOIN5lszNf4ABt32clnP73EneTpE9o+qxCfmA= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1782935780; c=relaxed/simple; bh=ThOCvNilUhg3CU2EWiEtm2iRHpDL86qpM1lKENVJwyc=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=DcqD62RVkvhQy/WZfLabYMcl9M92uDkzx/2tcUjW5y0Fxd8G7nRB4t3duW4V3kyaudjnfJISXb/cKnKKzpwoymCcQmKhKg2OWWDxd95FMWs6GX3/HqalIKu8cn/8FEJUTjbghVjd3OOOCHEQZbn4ple7LabxjgyVPuCXNMGKM7w= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=CZ2woGJe; arc=none smtp.client-ip=100.103.45.18 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="CZ2woGJe" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 85F451F000E9; Wed, 1 Jul 2026 19:56:19 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1782935779; bh=2jTAoyUtrQjC4pFI5xTAx1xnY1v3m6f+Afx0jq4MXsc=; h=Date:From:To:Cc:Subject:References:In-Reply-To; b=CZ2woGJe4vn9Ab6OV92QZ4f0vhzNjHtuZwvK3w+7qyQBl6W7VQjdAgWthb6JWQOa/ Upz8WC9KYSdFIzWBNrfcWGi1XZW5NkJ2u2IpLWl6AUju+I+JxAz+TvoPTeHvlLkWfn xO7IS7/srzSQ+/RPUq0dcrO019g2QjNTtUIcCxeWV2iSkfKHa3P9yoF6kalO+LZPg6 AX0Bws0OUdNBhEXSh2h+qXZzZwcnKro0iqu18zxE6kdkekf7i1tfQJDkR2jZ4xDCfi geLClcY/HHr9l8Ugf0qYCah+K2CdM1Wy0w4C81mr0E89t7H9Wn4ssyYdXa8hR+bhE0 7DrmzPmp/HIJQ== Date: Wed, 1 Jul 2026 14:56:18 -0500 From: "Rob Herring (Arm)" To: Krzysztof Kozlowski Cc: devicetree@vger.kernel.org, linux-rockchip@lists.infradead.org, Krzysztof Kozlowski , linux-kernel@vger.kernel.org, Conor Dooley , linux-arm-kernel@lists.infradead.org, Heiko Stuebner , Elaine Zhang Subject: Re: [PATCH 2/2] dt-bindings: rockchip: grf: Narrow allowed reboot modes Message-ID: <178293577838.1640591.14450570055545790463.robh@kernel.org> References: <20260701105849.197086-3-krzysztof.kozlowski@oss.qualcomm.com> <20260701105849.197086-4-krzysztof.kozlowski@oss.qualcomm.com> Precedence: bulk X-Mailing-List: devicetree@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20260701105849.197086-4-krzysztof.kozlowski@oss.qualcomm.com> On Wed, 01 Jul 2026 12:58:51 +0200, Krzysztof Kozlowski wrote: > syscon-reboot-mode schema allows arbitrary "mode-.* properties but only > a subset actually makes sense and is valid. Provide negative look-ahead > pattern to disallow any modes not supported by the device, which > tightens the binding. > > Signed-off-by: Krzysztof Kozlowski > --- > Documentation/devicetree/bindings/soc/rockchip/grf.yaml | 7 +++++-- > 1 file changed, 5 insertions(+), 2 deletions(-) > Acked-by: Rob Herring (Arm)