Message ID | 1477505640-26658-1-git-send-email-stefan.wahren@i2se.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Am 26.10.2016 um 20:13 schrieb Stefan Wahren: > The address of the mailbox node in the example has a typo. > So fix it accordingly. > > Signed-off-by: Stefan Wahren <stefan.wahren@i2se.com> > Fixes: d4b5c782b9f4 ("dt/bindings: Add binding for the BCM2835 mailbox driver") > --- > .../bindings/mailbox/brcm,bcm2835-mbox.txt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Reviewed-by: Andreas Färber <afaerber@suse.de> Regards, Andreas
On Wed, Oct 26, 2016 at 06:13:59PM +0000, Stefan Wahren wrote: > The address of the mailbox node in the example has a typo. > So fix it accordingly. > > Signed-off-by: Stefan Wahren <stefan.wahren@i2se.com> > Fixes: d4b5c782b9f4 ("dt/bindings: Add binding for the BCM2835 mailbox driver") > --- > .../bindings/mailbox/brcm,bcm2835-mbox.txt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Acked-by: Rob Herring <robh@kernel.org>
diff --git a/Documentation/devicetree/bindings/mailbox/brcm,bcm2835-mbox.txt b/Documentation/devicetree/bindings/mailbox/brcm,bcm2835-mbox.txt index e893615..b48d7d3 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>;
The address of the mailbox node in the example has a typo. So fix it accordingly. Signed-off-by: Stefan Wahren <stefan.wahren@i2se.com> Fixes: d4b5c782b9f4 ("dt/bindings: Add binding for the BCM2835 mailbox driver") --- .../bindings/mailbox/brcm,bcm2835-mbox.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)