[PATCH v2] dt-bindings: spi: Convert bcm2835-aux-spi.txt to
Karan Sanghavi
karansanghvi98 at gmail.com
Tue Oct 15 11:09:07 PDT 2024
Converted the brcm,bcm2835-aux-spi.txt file to
its respective yaml file format.
Signed-off-by: Karan Sanghavi <karansanghvi98 at gmail.com>
---
v1->v2 : Made the necessary changes in the yaml file
suggested by Krzysztof Kozlowski
v1:
- https://lore.kernel.org/all/Zw1Oj1utiBJ9Sosg@Emma/
.../bindings/spi/brcm,bcm2835-aux-spi.yaml | 18 ++----------------
1 file changed, 2 insertions(+), 16 deletions(-)
diff --git a/Documentation/devicetree/bindings/spi/brcm,bcm2835-aux-spi.yaml b/Documentation/devicetree/bindings/spi/brcm,bcm2835-aux-spi.yaml
index 4c24cf2fe214..f83f71ba78dc 100644
--- a/Documentation/devicetree/bindings/spi/brcm,bcm2835-aux-spi.yaml
+++ b/Documentation/devicetree/bindings/spi/brcm,bcm2835-aux-spi.yaml
@@ -9,8 +9,7 @@ title: Broadcom BCM2835 Auxiliary SPI1/2 Controller
maintainers:
- Karan Sanghavi <karansanghvi98 at gmail.com>
-description: |
- The BCM2835 contains two forms of SPI master controller. One is known simply as
+description: The BCM2835 contains two forms of SPI master controller. One is known simply as
SPI0, and the other as the "Universal SPI Master," part of the auxiliary block.
This binding applies to the SPI1 and SPI2 auxiliary controllers.
@@ -21,7 +20,6 @@ properties:
compatible:
enum:
- brcm,bcm2835-aux-spi
- description: Broadcom BCM2835 Auxiliary SPI controller for SPI1 and SPI2.
reg:
maxItems: 1
@@ -30,8 +28,7 @@ properties:
maxItems: 1
clocks:
- items:
- - description: Reference to the auxiliary clock driver for the BCM2835.
+ maxItems: 1
required:
- compatible
@@ -53,14 +50,3 @@ examples:
#size-cells = <0>;
};
- - |
- #include <dt-bindings/clock/bcm2835-aux.h>
- spi at 7e2150c0 {
- compatible = "brcm,bcm2835-aux-spi";
- reg = <0x7e2150c0 0x40>;
- interrupts = <1 29>;
- clocks = <&aux_clocks BCM2835_AUX_CLOCK_SPI2>;
- #address-cells = <1>;
- #size-cells = <0>;
- };
-
--
2.43.0
More information about the linux-arm-kernel
mailing list