forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-01-04 1543e317f1da31b75942316931e8f491a8920811
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.