[PATCH v3] dt-bindings: sram: document glymur as compatible

Ananthu C V posted 1 patch 1 week, 2 days ago
Documentation/devicetree/bindings/sram/sram.yaml | 1 +
1 file changed, 1 insertion(+)
[PATCH v3] dt-bindings: sram: document glymur as compatible
Posted by Ananthu C V 1 week, 2 days ago
Add compatible for Qualcomm's glymur IMEM, a block of sram which
can fall back to mmio-sram.

Signed-off-by: Ananthu C V <ananthu.cv@oss.qualcomm.com>
---
Changes:
v2->v3 moved to sram.yaml for mmio-sram fallback
v1->v2 alphabetically sorted the placement of glymur in the list
---
 Documentation/devicetree/bindings/sram/sram.yaml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/sram/sram.yaml b/Documentation/devicetree/bindings/sram/sram.yaml
index c451140962c8..bd62711dc630 100644
--- a/Documentation/devicetree/bindings/sram/sram.yaml
+++ b/Documentation/devicetree/bindings/sram/sram.yaml
@@ -34,6 +34,7 @@ properties:
         - nvidia,tegra186-sysram
         - nvidia,tegra194-sysram
         - nvidia,tegra234-sysram
+        - qcom,glymur-imem
         - qcom,kaanapali-imem
         - qcom,rpm-msg-ram
         - rockchip,rk3288-pmu-sram
-- 
2.43.0
Re: [PATCH v3] dt-bindings: sram: document glymur as compatible
Posted by Rob Herring (Arm) 1 week, 1 day ago
On Wed, 28 Jan 2026 23:14:37 -0800, Ananthu C V wrote:
> Add compatible for Qualcomm's glymur IMEM, a block of sram which
> can fall back to mmio-sram.
> 
> Signed-off-by: Ananthu C V <ananthu.cv@oss.qualcomm.com>
> ---
> Changes:
> v2->v3 moved to sram.yaml for mmio-sram fallback
> v1->v2 alphabetically sorted the placement of glymur in the list
> ---
>  Documentation/devicetree/bindings/sram/sram.yaml | 1 +
>  1 file changed, 1 insertion(+)
> 

Send this with the .dts change using it for Bjorn to apply.

Acked-by: Rob Herring (Arm) <robh@kernel.org>