Re: [PATCH] dt-bindings: sram: qcom,imem: Narrow allowed reboot modes

From: Rob Herring (Arm)

Date: Wed Jul 01 2026 - 16:06:54 EST



On Wed, 01 Jul 2026 12:58:33 +0200, Krzysztof Kozlowski wrote:
> Only few Qualcomm IMEM devices actually provide interface for setting
> reboot modes, but top-level schema allows "reboot-mode" child for
> everyone. Narrow this to specific compatibles.
>
> 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 even more.
>
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxxxxxxxx>
> ---
> .../devicetree/bindings/sram/qcom,imem.yaml | 20 +++++++++++++++++++
> 1 file changed, 20 insertions(+)
>

Applied, thanks!