21 Oct, 2015

1 commit

  • Kconfig-ify CONFIG_AXP152_POWER and _AXP209_POWER settings, removing
    them from CONFIG_SYS_EXTRA_OPTIONS.

    Note that sun5i boards can have either an AXP209 or an AXP152 pmic, the
    Kconfig default is AXP209, boards with an AXP152 must explicitly select
    this. Likewise boards without a pmic must explicitly select SUNXI_NO_PMIC
    in their defconfig.

    Signed-off-by: Hans de Goede
    Acked-by: Ian Campbell

    Hans de Goede
     

11 Sep, 2015

1 commit

  • This commits adds a generic support for q8 formfactor a13 based tablets.

    These tablets ship in many variants, with the difference mainly being the
    touchscreen controller / accelerometer / wifi chip used.

    The wifi is USB based, and thus not listed in devicetree.

    ATM the kernel does not support the touchscreen / accelerometer on these
    devices. In the future we may need multiple configs with different
    CONFIG_DEFAULT_DEVICE_TREE settings, this depends on how we solve the
    hw differences on the kernel side.

    For now this will suffice.

    The dts files are identical to the dts files submitted to the upstream
    kernel for these tablets.

    Signed-off-by: Hans de Goede
    Acked-by: Ian Campbell

    Hans de Goede