linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 01/14] dt-bindings: sram: qcom,ocmem: cleanup example coding style
@ 2022-06-07 17:18 Krzysztof Kozlowski
  2022-06-07 17:18 ` [PATCH 02/14] dt-bindings: sram: qcom,imem: add IMEM memory region Krzysztof Kozlowski
                   ` (14 more replies)
  0 siblings, 15 replies; 21+ messages in thread
From: Krzysztof Kozlowski @ 2022-06-07 17:18 UTC (permalink / raw)
  To: Andy Gross, Bjorn Andersson, Rob Herring, Krzysztof Kozlowski,
	Brian Masney, Konrad Dybcio, linux-arm-msm, devicetree,
	linux-kernel
  Cc: Krzysztof Kozlowski

Fix the indentation in the OCMEM example and use generic node name -
sram - to reflect the type of the device.

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
---
 Documentation/devicetree/bindings/sram/qcom,ocmem.yaml | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/Documentation/devicetree/bindings/sram/qcom,ocmem.yaml b/Documentation/devicetree/bindings/sram/qcom,ocmem.yaml
index 930188bc5e6a..071f2d676196 100644
--- a/Documentation/devicetree/bindings/sram/qcom,ocmem.yaml
+++ b/Documentation/devicetree/bindings/sram/qcom,ocmem.yaml
@@ -72,10 +72,10 @@ patternProperties:
 
 examples:
   - |
-      #include <dt-bindings/clock/qcom,rpmcc.h>
-      #include <dt-bindings/clock/qcom,mmcc-msm8974.h>
+    #include <dt-bindings/clock/qcom,rpmcc.h>
+    #include <dt-bindings/clock/qcom,mmcc-msm8974.h>
 
-      ocmem: ocmem@fdd00000 {
+    sram@fdd00000 {
         compatible = "qcom,msm8974-ocmem";
 
         reg = <0xfdd00000 0x2000>,
@@ -93,6 +93,6 @@ examples:
         ranges = <0 0xfec00000 0x100000>;
 
         gmu-sram@0 {
-                reg = <0x0 0x100000>;
+            reg = <0x0 0x100000>;
         };
-      };
+    };
-- 
2.34.1


^ permalink raw reply related	[flat|nested] 21+ messages in thread

end of thread, other threads:[~2022-07-03  3:58 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-07 17:18 [PATCH 01/14] dt-bindings: sram: qcom,ocmem: cleanup example coding style Krzysztof Kozlowski
2022-06-07 17:18 ` [PATCH 02/14] dt-bindings: sram: qcom,imem: add IMEM memory region Krzysztof Kozlowski
2022-06-09 20:40   ` Rob Herring
2022-06-07 17:18 ` [PATCH 03/14] ARM: dts: qcom: use generic sram as name for imem and ocmem nodes Krzysztof Kozlowski
2022-06-10 20:53   ` Luca Weiss
2022-06-22 11:59   ` Krzysztof Kozlowski
2022-06-07 17:18 ` [PATCH 04/14] ARM: dts: qcom: apq8064-asus-nexus7: add dedicated IMEM compatible Krzysztof Kozlowski
2022-06-07 17:18 ` [PATCH 05/14] ARM: dts: qcom: msm8974: " Krzysztof Kozlowski
2022-06-10 20:54   ` Luca Weiss
2022-06-07 17:18 ` [PATCH 06/14] ARM: dts: qcom: sdx55: add dedicated IMEM and syscon compatibles Krzysztof Kozlowski
2022-06-07 17:18 ` [PATCH 07/14] ARM: dts: qcom: msm8974: add required ranges to OCMEM Krzysztof Kozlowski
2022-06-10 20:56   ` Luca Weiss
2022-06-07 17:18 ` [PATCH 08/14] arm64: dts: qcom: use generic sram as name for imem and ocmem nodes Krzysztof Kozlowski
2022-06-07 17:18 ` [PATCH 09/14] arm64: dts: qcom: qcs404: add dedicated IMEM and syscon compatibles Krzysztof Kozlowski
2022-06-07 17:18 ` [PATCH 10/14] arm64: dts: qcom: sc7180: " Krzysztof Kozlowski
2022-06-07 17:18 ` [PATCH 11/14] arm64: dts: qcom: sc7280: add simple-mfd to IMEM Krzysztof Kozlowski
2022-06-07 17:18 ` [PATCH 12/14] arm64: dts: qcom: sdm630: add dedicated IMEM and syscon compatibles Krzysztof Kozlowski
2022-06-07 17:18 ` [PATCH 13/14] arm64: dts: qcom: sdm845: " Krzysztof Kozlowski
2022-06-07 17:18 ` [PATCH 14/14] arm64: dts: qcom: msm8994: add required ranges to OCMEM Krzysztof Kozlowski
2022-06-09 20:40 ` [PATCH 01/14] dt-bindings: sram: qcom,ocmem: cleanup example coding style Rob Herring
2022-07-03  3:56 ` (subset) " Bjorn Andersson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).