forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-13 9d77db3c730780c8ef5ccd4b66403ff5675cfe4e
kernel/Documentation/devicetree/bindings/spi/brcm,bcm2835-spi.txt
....@@ -5,7 +5,8 @@
55 auxiliary block. This binding applies to the SPI0 controller.
66
77 Required properties:
8
-- compatible: Should be "brcm,bcm2835-spi".
8
+- compatible: Should be one of "brcm,bcm2835-spi" for BCM2835/2836/2837 or
9
+ "brcm,bcm2711-spi" for BCM2711 or "brcm,bcm7211-spi" for BCM7211.
910 - reg: Should contain register location and length.
1011 - interrupts: Should contain interrupt.
1112 - clocks: The clock feeding the SPI controller.