ar71xx/image: introduce LOADER_TYPE to support elf loaders
[openwrt.git] / target / linux / sunxi / patches-3.18 / 111-dt-sun4i-add-lradc.patch
1 From f39ea4358d2e4b939b8ca55ee344d3c8fdfc0a6a Mon Sep 17 00:00:00 2001
2 From: Hans de Goede <hdegoede@redhat.com>
3 Date: Wed, 1 Jan 2014 19:51:36 +0100
4 Subject: [PATCH] ARM: dts: sun4i: Add lradc node
5
6 Signed-off-by: Hans de Goede <hdegoede@redhat.com>
7 ---
8  arch/arm/boot/dts/sun4i-a10.dtsi | 7 +++++++
9  1 file changed, 7 insertions(+)
10
11 --- a/arch/arm/boot/dts/sun4i-a10.dtsi
12 +++ b/arch/arm/boot/dts/sun4i-a10.dtsi
13 @@ -669,6 +669,13 @@
14                         status = "disabled";
15                 };
16  
17 +               lradc: lradc@01c22800 {
18 +                       compatible = "allwinner,sun4i-a10-lradc-keys";
19 +                       reg = <0x01c22800 0x100>;
20 +                       interrupts = <31>;
21 +                       status = "disabled";
22 +               };
23 +
24                 sid: eeprom@01c23800 {
25                         compatible = "allwinner,sun4i-a10-sid";
26                         reg = <0x01c23800 0x10>;