Message ID | 1537172544-104852-3-git-send-email-phil@raspberrypi.org (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | Improve VCHIQ cache line size handling | expand |
On Mon, 17 Sep 2018 09:22:22 +0100, Phil Elwell wrote: > "brcm,bcm2836-vchiq" should be used on BCM2836 and BCM2837 to ensure > correct operation. > > Signed-off-by: Phil Elwell <phil@raspberrypi.org> > Acked-by: Stefan Wahren <stefan.wahren@i2se.com> > --- > Documentation/devicetree/bindings/soc/bcm/brcm,bcm2835-vchiq.txt | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > Reviewed-by: Rob Herring <robh@kernel.org>
diff --git a/Documentation/devicetree/bindings/soc/bcm/brcm,bcm2835-vchiq.txt b/Documentation/devicetree/bindings/soc/bcm/brcm,bcm2835-vchiq.txt index 8dd7b3a..f331316 100644 --- a/Documentation/devicetree/bindings/soc/bcm/brcm,bcm2835-vchiq.txt +++ b/Documentation/devicetree/bindings/soc/bcm/brcm,bcm2835-vchiq.txt @@ -2,7 +2,8 @@ Broadcom VCHIQ firmware services Required properties: -- compatible: Should be "brcm,bcm2835-vchiq" +- compatible: Should be "brcm,bcm2835-vchiq" on BCM2835, otherwise + "brcm,bcm2836-vchiq". - reg: Physical base address and length of the doorbell register pair - interrupts: The interrupt number See bindings/interrupt-controller/brcm,bcm2835-armctrl-ic.txt