aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Documentation/devicetree/bindings/mtd/microchip,mchp48l640.yaml
diff options
context:
space:
mode:
authorMiquel Raynal <miquel.raynal@bootlin.com>2022-11-14 10:03:15 +0100
committerMiquel Raynal <miquel.raynal@bootlin.com>2022-11-17 21:59:33 +0100
commit74f4d7974d2fc88fa39538c0748a2e44ae6c8b9d (patch)
treeb79690dfe63360a5dc527eb84e755fb36557dde3 /Documentation/devicetree/bindings/mtd/microchip,mchp48l640.yaml
parentdt-bindings: mtd: Drop object types when referencing other files (diff)
downloadwireguard-linux-74f4d7974d2fc88fa39538c0748a2e44ae6c8b9d.tar.xz
wireguard-linux-74f4d7974d2fc88fa39538c0748a2e44ae6c8b9d.zip
dt-bindings: mtd: Standardize the style in the examples
As recently requested by the binding maintaines, let's use 4 spaces in the examples. Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com> Reviewed-by: Rob Herring <robh@kernel.org> Link: https://lore.kernel.org/linux-mtd/20221114090315.848208-18-miquel.raynal@bootlin.com
Diffstat (limited to 'Documentation/devicetree/bindings/mtd/microchip,mchp48l640.yaml')
-rw-r--r--Documentation/devicetree/bindings/mtd/microchip,mchp48l640.yaml16
1 files changed, 8 insertions, 8 deletions
diff --git a/Documentation/devicetree/bindings/mtd/microchip,mchp48l640.yaml b/Documentation/devicetree/bindings/mtd/microchip,mchp48l640.yaml
index 8cc2a7ceb5fb..ea9450fe7c9f 100644
--- a/Documentation/devicetree/bindings/mtd/microchip,mchp48l640.yaml
+++ b/Documentation/devicetree/bindings/mtd/microchip,mchp48l640.yaml
@@ -34,13 +34,13 @@ unevaluatedProperties: false
examples:
- |
spi {
- #address-cells = <1>;
- #size-cells = <0>;
-
- eeram@0 {
- compatible = "microchip,48l640";
- reg = <0>;
- spi-max-frequency = <20000000>;
- };
+ #address-cells = <1>;
+ #size-cells = <0>;
+
+ eeram@0 {
+ compatible = "microchip,48l640";
+ reg = <0>;
+ spi-max-frequency = <20000000>;
+ };
};
...