Re: [PATCH v2] dt-bindings: sram: Allow multiple-word prefixes to sram subnode

From: Rob Herring

Date: Fri Apr 10 2026 - 09:47:00 EST


On Thu, Apr 9, 2026 at 5:04 AM Konrad Dybcio <konradybcio@xxxxxxxxxx> wrote:
>
> From: Konrad Dybcio <konrad.dybcio@xxxxxxxxxxxxxxxx>
>
> Currently, foo-sram is allowed, but foo-bar-sram is not.
>
> Allow it so that more complex names aren't unnecessarily simplified.
>
> Signed-off-by: Konrad Dybcio <konrad.dybcio@xxxxxxxxxxxxxxxx>
> ---
> Changes in v2:
> - Update the regex to disallow names starting with just a hyphen
> - Rewrite (foo|)+ into (foo)*
> - Link to v1: https://lore.kernel.org/r/20260408-topic-sram_dtbindings_misc-v1-1-00556167e136@xxxxxxxxxxxxxxxx
> ---
> Documentation/devicetree/bindings/sram/sram.yaml | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)

Applied, thanks.

Rob