27 Mar, 2017

1 commit

  • All dts files for the sunxi platform have been switched to the generic
    pinconf bindings. As a result, the sunxi specific pinctrl macros are
    no longer used.

    Remove the #include entry with the following command:

    sed --follow-symlinks -i -e '/pinctrl\/sun4i-a10.h/D' \
    arch/arm/boot/dts/sun?i*.*

    arch/arm/boot/dts/sun9i-a80.dtsi was then edited to remove the extra
    empty line.

    Signed-off-by: Chen-Yu Tsai
    Signed-off-by: Maxime Ripard

    Chen-Yu Tsai
     

26 Dec, 2016

3 commits


22 Nov, 2016

1 commit

  • The board has a Ampak AP6330 WiFi/BT/FM module. Inside it is a Broadcom
    BCM4330 WiFi/BT/FM combo IC. The WiFi portion is connected to mmc1, with
    the enabling pin connected to PL2. The AC100 RTC provides a low power
    clock signal.

    Signed-off-by: Chen-Yu Tsai
    Signed-off-by: Maxime Ripard

    Chen-Yu Tsai
     

21 Sep, 2016

2 commits


23 Aug, 2016

2 commits


05 Jul, 2016

3 commits


25 Jan, 2016

1 commit


11 Dec, 2015

3 commits


27 Apr, 2015

1 commit

  • Add a Cubietech Cubieboard4 device tree and instruct make to build it. This
    device tree has been derived from the sun9i-a80-optimus.dts as they are very
    similar in design[1]. Notably, I2C3 is not used on Cubieboard4 and the LED/PWM
    definitions will need to be updated in the future.

    [1] http://dl.cubieboard.org/model/cc-a80/Hardware/CC-A80-HW-V1.1.pdf

    Signed-off-by: Tyler Baker
    Signed-off-by: Maxime Ripard

    Tyler Baker