lkml.org 
[lkml]   [2015]   [May]   [5]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH 3/3 v2] ARM: bcm2835: Add the mailbox to the device tree
    Date
    Signed-off-by: Eric Anholt <eric@anholt.net>
    Acked-by: Lee Jones <lee.jones@linaro.org>
    Acked-by: Stephen Warren <swarren@wwwdotorg.org>
    ---

    v2: Update for #mbox-cells 0 change in the driver.

    arch/arm/boot/dts/bcm2835.dtsi | 7 +++++++
    1 file changed, 7 insertions(+)

    diff --git a/arch/arm/boot/dts/bcm2835.dtsi b/arch/arm/boot/dts/bcm2835.dtsi
    index 4d4c129..4ff1b83 100644
    --- a/arch/arm/boot/dts/bcm2835.dtsi
    +++ b/arch/arm/boot/dts/bcm2835.dtsi
    @@ -61,6 +61,13 @@
    reg = <0x7e104000 0x10>;
    };

    + mailbox: mailbox@7e00b800 {
    + compatible = "brcm,bcm2835-mbox";
    + reg = <0x7e00b880 0x40>;
    + interrupts = <0 1>;
    + #mbox-cells = <0>;
    + };
    +
    gpio: gpio@7e200000 {
    compatible = "brcm,bcm2835-gpio";
    reg = <0x7e200000 0xb4>;
    --
    2.1.4


    \
     
     \ /
      Last update: 2015-05-05 23:01    [W:2.346 / U:0.020 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site