lkml.org 
[lkml]   [2015]   [Nov]   [18]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH v2 2/7] dts: define ngpios property in gpio controller's node
    Date
    Add ngpios property in cygnus ASIU, CCM and CRMU gpio controller's node

    Signed-off-by: Pramod Kumar <pramodku@broadcom.com>
    Reviewed-by: Ray Jui <rjui@broadcom.com>
    Reviewed-by: Scott Branden <sbranden@broadcom.com>
    ---
    arch/arm/boot/dts/bcm-cygnus.dtsi | 3 +++
    1 file changed, 3 insertions(+)

    diff --git a/arch/arm/boot/dts/bcm-cygnus.dtsi b/arch/arm/boot/dts/bcm-cygnus.dtsi
    index 2778533..59c4330 100644
    --- a/arch/arm/boot/dts/bcm-cygnus.dtsi
    +++ b/arch/arm/boot/dts/bcm-cygnus.dtsi
    @@ -101,6 +101,7 @@
    compatible = "brcm,cygnus-crmu-gpio";
    reg = <0x03024800 0x50>,
    <0x03024008 0x18>;
    + ngpios = <6>;
    #gpio-cells = <2>;
    gpio-controller;
    };
    @@ -127,6 +128,7 @@
    compatible = "brcm,cygnus-ccm-gpio";
    reg = <0x1800a000 0x50>,
    <0x0301d164 0x20>;
    + ngpios = <24>;
    #gpio-cells = <2>;
    gpio-controller;
    interrupts = <GIC_SPI 84 IRQ_TYPE_LEVEL_HIGH>;
    @@ -245,6 +247,7 @@
    gpio_asiu: gpio@180a5000 {
    compatible = "brcm,cygnus-asiu-gpio";
    reg = <0x180a5000 0x668>;
    + ngpios = <146>;
    #gpio-cells = <2>;
    gpio-controller;

    --
    1.9.1


    \
     
     \ /
      Last update: 2015-11-19 05:21    [W:2.803 / U:0.000 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site