From 716ca530e1c4515d8683c9d5be3d56b301758b66 Mon Sep 17 00:00:00 2001 From: James <> Date: Wed, 4 Nov 2015 11:49:21 +0000 Subject: trunk-47381 --- .../patches-3.18/113-dt-sun7i-add-lradc.patch | 102 +++++++++++++++++++++ 1 file changed, 102 insertions(+) create mode 100644 target/linux/sunxi/patches-3.18/113-dt-sun7i-add-lradc.patch (limited to 'target/linux/sunxi/patches-3.18/113-dt-sun7i-add-lradc.patch') diff --git a/target/linux/sunxi/patches-3.18/113-dt-sun7i-add-lradc.patch b/target/linux/sunxi/patches-3.18/113-dt-sun7i-add-lradc.patch new file mode 100644 index 0000000..ae2c383 --- /dev/null +++ b/target/linux/sunxi/patches-3.18/113-dt-sun7i-add-lradc.patch @@ -0,0 +1,102 @@ +From a735a9b354ebc1a17b648ef8c3482c71fdbf40da Mon Sep 17 00:00:00 2001 +From: Hans de Goede +Date: Wed, 1 Jan 2014 20:26:21 +0100 +Subject: [PATCH] ARM: dts: sun7i: Add lradc node + +Signed-off-by: Hans de Goede +--- + arch/arm/boot/dts/sun7i-a20-olinuxino-micro.dts | 59 ++++++++++++++++++++++++- + arch/arm/boot/dts/sun7i-a20.dtsi | 7 +++ + 2 files changed, 64 insertions(+), 2 deletions(-) + +--- a/arch/arm/boot/dts/sun7i-a20-olinuxino-micro.dts ++++ b/arch/arm/boot/dts/sun7i-a20-olinuxino-micro.dts +@@ -12,8 +12,9 @@ + */ + + /dts-v1/; +-/include/ "sun7i-a20.dtsi" +-/include/ "sunxi-common-regulators.dtsi" ++#include "sun7i-a20.dtsi" ++#include "sunxi-common-regulators.dtsi" ++#include + + / { + model = "Olimex A20-Olinuxino Micro"; +@@ -100,6 +101,60 @@ + }; + }; + ++ lradc: lradc@01c22800 { ++ vref-supply = <®_vcc3v0>; ++ status = "okay"; ++ ++ button@191 { ++ label = "Volume Up"; ++ linux,code = ; ++ channel = <0>; ++ voltage = <191274>; ++ }; ++ ++ button@392 { ++ label = "Volume Down"; ++ linux,code = ; ++ channel = <0>; ++ voltage = <392644>; ++ }; ++ ++ button@601 { ++ label = "Menu"; ++ linux,code = ; ++ channel = <0>; ++ voltage = <601151>; ++ }; ++ ++ button@795 { ++ label = "Search"; ++ linux,code = ; ++ channel = <0>; ++ voltage = <795090>; ++ }; ++ ++ button@987 { ++ label = "Home"; ++ linux,code = ; ++ channel = <0>; ++ voltage = <987387>; ++ }; ++ ++ button@1184 { ++ label = "Esc"; ++ linux,code = ; ++ channel = <0>; ++ voltage = <1184678>; ++ }; ++ ++ button@1398 { ++ label = "Enter"; ++ linux,code = ; ++ channel = <0>; ++ voltage = <1398804>; ++ }; ++ }; ++ + uart0: serial@01c28000 { + pinctrl-names = "default"; + pinctrl-0 = <&uart0_pins_a>; +--- a/arch/arm/boot/dts/sun7i-a20.dtsi ++++ b/arch/arm/boot/dts/sun7i-a20.dtsi +@@ -911,6 +911,13 @@ + status = "disabled"; + }; + ++ lradc: lradc@01c22800 { ++ compatible = "allwinner,sun4i-a10-lradc-keys"; ++ reg = <0x01c22800 0x100>; ++ interrupts = <0 31 4>; ++ status = "disabled"; ++ }; ++ + sid: eeprom@01c23800 { + compatible = "allwinner,sun7i-a20-sid"; + reg = <0x01c23800 0x200>; -- cgit v1.2.3