Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ARM: dts: sun8i: v3s: Change LRADC node names to avoid warnings | Maxime Ripard | 2018-11-28 | 1 | -4/+4 |
| | | | | | | | | | | | | | | | One of the usage of the LRADC is to implement buttons. The bindings define that we should have one subnode per button, with their associated voltage as a property. However, there was no reg property but we still used the voltage associated to the button as the unit-address, which eventually generated warnings in DTC. Rename the node names to avoid those warnings. Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com> Acked-by: Chen-Yu Tsai <wens@csie.org> | ||||
* | ARM: sun8i: v3s: fix spelling mistake: "disbaled" -> "disabled" | Colin Ian King | 2018-05-02 | 1 | -1/+1 |
| | | | | | | | Trivial fix to spelling mistake in status text string Signed-off-by: Colin Ian King <colin.king@canonical.com> Signed-off-by: Maxime Ripard <maxime.ripard@bootlin.com> | ||||
* | ARM: sun8i: v3s: add support for Lichee Pi Zero w/ dock board | Icenowy Zheng | 2017-05-18 | 1 | -0/+96 |
The Lichee Pi Zero board has a "dock board" which needs to be soldered with the 1.27mm stamp holes on a Lichee Pi Zero board. It features: - Onboard MIC and headphone jack (not supported yet) - Ethernet port (not supported yet) - An extra MicroSD slot connected to MMC1 controller - four keys connected to the LRADC. As it needs to be soldered with the main board to use, add a stand-alone device tree for it. Signed-off-by: Icenowy Zheng <icenowy@aosc.io> Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com> |