forked from torvalds/linux
-
Notifications
You must be signed in to change notification settings - Fork 2
Kobo Aura
Jonathan Neuschäfer edited this page Feb 7, 2019
·
22 revisions
Note that in this file, Kobo Aura refers to the original Kobo Aura, model N514, rather than the newer Kobo Aura variants.
- model N514, board E606F0B
- i.MX507 (MCIMX507CVM1B)
- ED060XH3 panel
- eMMC
- TI PMIC for eInk (TPS65185)
- MSP430 embedded controller
- CyberTan WC121 SDIO Wifi
- ELAN eKTF2132 touch controller
- external µSD slot
- frontlight
Multiple E-Book reader vendors (Kobo, Tolino) buy their hardware design and kernel from a common source: Netronix.
The kernel from Netronix supports multiple devices at runtime, but not through devicetree. Instead they use their own scheme based on a struct of parameters in a GPT partition.
see ntx_hwconfig.h
- decoder script that can display all known hwconfig values given an MMC dump.
- version info at reg 0
-
#define NEWMSP (msp_id == 0xe916)
- the
powerkeep
feature - MFD/regmap interface
- poweroff/reboot
- PWM/frontlight
- interrupts
- RTC
- watchdog(?)
- battery handling logic
- charger status (see
ntx_charge_status
) - TLE4913 hall sensor
- status LEDs (ON, ACT does not work)
- Try driving the ON LED with PWM
- power key
- bypassed KPP
- Keypad DT node
fsl,imx21-kpp
. (u-boot pad configuration) - Buttons (this table)
- IOMUX setup (uboot, kernel: SD/eMMC/Wifi)
- general settings like maximum clock frequency and bus width
- card detect pin
- eMMC power management
- Wifi power/reset/interrupt
In the Kobo Aura, the E Ink display is driven by the EPDC controller in the i.MX507 SoC and a TI TPS65185x "PMIC for E Ink® VizplexTM Enabled Electronic Paper Display".
- i.MX EPDC IOMUX setup
- i.MX EPDC driver
- E Ink panel modes
- TPS65185 MFD
- TPS65185 regulators
- TPS65185 temperature monitoring
HWConfig knows a number of different touch screen controllers. The Kobo Aura uses the ektf2132.
- touch interrupt/reset/power
- ektf2132; how similar to ektf2127 is it?
- i.MX50 power management support
- i.MX50 CPU frequency scaling
- i.MX50 temperature sensor (chapter 53 in the reference manual)