02629d8f87
Targets were build tested and patches are refreshed. Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 42463
27 lines
720 B
Diff
27 lines
720 B
Diff
From 87d0c26803eec56971c8a7e6299aefc4d72dfb3c Mon Sep 17 00:00:00 2001
|
|
From: Hans de Goede <hdegoede@redhat.com>
|
|
Date: Wed, 1 Jan 2014 19:51:36 +0100
|
|
Subject: [PATCH] ARM: dts: sun4i: Add lradc node
|
|
|
|
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
|
|
---
|
|
arch/arm/boot/dts/sun4i-a10.dtsi | 7 +++++++
|
|
1 file changed, 7 insertions(+)
|
|
|
|
--- a/arch/arm/boot/dts/sun4i-a10.dtsi
|
|
+++ b/arch/arm/boot/dts/sun4i-a10.dtsi
|
|
@@ -549,6 +549,13 @@
|
|
interrupts = <24>;
|
|
};
|
|
|
|
+ lradc: lradc@01c22800 {
|
|
+ compatible = "allwinner,sun4i-lradc-keys";
|
|
+ reg = <0x01c22800 0x100>;
|
|
+ interrupts = <31>;
|
|
+ status = "disabled";
|
|
+ };
|
|
+
|
|
sid: eeprom@01c23800 {
|
|
compatible = "allwinner,sun4i-sid";
|
|
reg = <0x01c23800 0x10>;
|