2019-06-04 17:23:40

by Luca Weiss

[permalink] [raw]
Subject: [PATCH v2 2/2] arm64: dts: allwinner: a64: Add lradc node

Add a node describing the KEYADC on the A64.

Signed-off-by: Luca Weiss <[email protected]>
---
Changes since v1:
- Use a a64 compatible with a fallback to the a83t one (the A64 also
uses a 3/4 voltage divider, as is the case with the A83T)
- Correct the reg property (size 0x100 => 0x400)

arch/arm64/boot/dts/allwinner/sun50i-a64.dtsi | 8 ++++++++
1 file changed, 8 insertions(+)

diff --git a/arch/arm64/boot/dts/allwinner/sun50i-a64.dtsi b/arch/arm64/boot/dts/allwinner/sun50i-a64.dtsi
index 8c5b521e6389..ba0ab1045e00 100644
--- a/arch/arm64/boot/dts/allwinner/sun50i-a64.dtsi
+++ b/arch/arm64/boot/dts/allwinner/sun50i-a64.dtsi
@@ -730,6 +730,14 @@
status = "disabled";
};

+ lradc: lradc@1c21800 {
+ compatible = "allwinner,sun50i-a64-lradc",
+ "allwinner,sun8i-a83t-r-lradc";
+ reg = <0x01c21800 0x400>;
+ interrupts = <GIC_SPI 30 IRQ_TYPE_LEVEL_HIGH>;
+ status = "disabled";
+ };
+
i2s0: i2s@1c22000 {
#sound-dai-cells = <0>;
compatible = "allwinner,sun50i-a64-i2s",
--
2.21.0


2019-06-05 11:53:40

by Maxime Ripard

[permalink] [raw]
Subject: Re: [PATCH v2 2/2] arm64: dts: allwinner: a64: Add lradc node

On Tue, Jun 04, 2019 at 07:21:54PM +0200, Luca Weiss wrote:
> Add a node describing the KEYADC on the A64.
>
> Signed-off-by: Luca Weiss <[email protected]>

Applied both, thanks

Maxime

--
Maxime Ripard, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com


Attachments:
(No filename) (282.00 B)
signature.asc (235.00 B)
Download all attachments