From: Stefan Wahren Date: Wed, 26 Oct 2016 18:13:59 +0000 (+0000) Subject: DT: binding: bcm2835-mbox: fix address typo in example X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=3435bbf28ae3b10c403bec4b042d4a17e3c44052;p=GitHub%2FLineageOS%2Fandroid_kernel_motorola_exynos9610.git DT: binding: bcm2835-mbox: fix address typo in example The address of the mailbox node in the example has a typo. So fix it accordingly. Signed-off-by: Stefan Wahren Fixes: d4b5c782b9f4 ("dt/bindings: Add binding for the BCM2835 mailbox driver") Acked-by: Rob Herring Reviewed-by: Andreas Färber Signed-off-by: Eric Anholt --- diff --git a/Documentation/devicetree/bindings/mailbox/brcm,bcm2835-mbox.txt b/Documentation/devicetree/bindings/mailbox/brcm,bcm2835-mbox.txt index e893615ef635..b48d7d30012c 100644 --- a/Documentation/devicetree/bindings/mailbox/brcm,bcm2835-mbox.txt +++ b/Documentation/devicetree/bindings/mailbox/brcm,bcm2835-mbox.txt @@ -12,7 +12,7 @@ Required properties: Example: -mailbox: mailbox@7e00b800 { +mailbox: mailbox@7e00b880 { compatible = "brcm,bcm2835-mbox"; reg = <0x7e00b880 0x40>; interrupts = <0 1>;