Re: [PATCH 1/4] dt-bindings: Document new common property: has-inaccessible-regs
From: Rob Herring
Date: Mon Dec 01 2025 - 08:15:50 EST
On Sat, Nov 29, 2025 at 8:22 AM Richard Weinberger <richard@xxxxxx> wrote:
>
> This property is used to denote that a certain register map contains
> registers that are inaccessible under conditions only a device driver
> can know.
> The purpose of this property is to disable register access through debug
> facilities outside of the device driver.
>
> Signed-off-by: Richard Weinberger <richard@xxxxxx>
> ---
> .../devicetree/bindings/common-properties.txt | 12 ++++++++++++
This seems to be dead, but just so you are aware, new properties must
be in a schema. Something like this would probably go in dtschema, not
the kernel. (And this file needs to be removed)
Rob