Skip to content

Commit

Permalink
4 new GPIO keys added, hostapd-image v1.0.5 released
Browse files Browse the repository at this point in the history
  • Loading branch information
bkardosa committed Oct 12, 2020
1 parent d4980bd commit b5b2d27
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 5 deletions.
2 changes: 1 addition & 1 deletion meta-sd96/recipes-bsp/base-files/files/etc/issue
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Shield96 v1.0.4 (based on linux4sam/meta-atmel/tree/dunfell) \n \l
Shield96 v1.0.5 (based on linux4sam/meta-atmel/tree/dunfell) \n \l

36 changes: 32 additions & 4 deletions meta-sd96/recipes-bsp/linux/files/0001-sama5d27-sd96-dt.patch
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
diff -Naurw ./arch/arm/boot/dts/at91-sama5d27_som1.dtsi ../kernel-source/arch/arm/boot/dts/at91-sama5d27_som1.dtsi
--- ./arch/arm/boot/dts/at91-sama5d27_som1.dtsi 2020-08-10 14:01:34.301723855 +0200
+++ ../kernel-source/arch/arm/boot/dts/at91-sama5d27_som1.dtsi 2020-08-10 14:02:45.462571276 +0200
--- ./arch/arm/boot/dts/at91-sama5d27_som1.dtsi 2020-08-10 14:01:34.301723855 +0200
+++ ../kernel-source/arch/arm/boot/dts/at91-sama5d27_som1.dtsi 2020-08-10 14:02:45.462571276 +0200
@@ -23,7 +23,7 @@
};

Expand All @@ -12,8 +12,8 @@ diff -Naurw ./arch/arm/boot/dts/at91-sama5d27_som1.dtsi ../kernel-source/arch/ar

diff -Naurw ./arch/arm/boot/dts/sama5d27_sd96.dts ../kernel-source/arch/arm/boot/dts/sama5d27_sd96.dts
--- ./arch/arm/boot/dts/sama5d27_sd96.dts 1970-01-01 01:00:00.000000000 +0100
+++ ../kernel-source/arch/arm/boot/dts/sama5d27_sd96.dts 2020-08-10 14:02:45.462571276 +0200
@@ -0,0 +1,618 @@
+++ ../kernel-source/arch/arm/boot/dts/sama5d27_sd96.dts 2020-10-12 10:18:26.858109120 +0200
@@ -0,0 +1,646 @@
+// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
+/*
+ * at91-sama5d27_som1_ek.dts - Device Tree file for SAMA5D27-SOM1-EK board
Expand Down Expand Up @@ -567,6 +567,34 @@ diff -Naurw ./arch/arm/boot/dts/sama5d27_sd96.dts ../kernel-source/arch/arm/boot
+ linux,code = <0x104>;
+ wakeup-source;
+ };
+
+ pb5 {
+ label = "DIN-1";
+ gpios = <&pioA PIN_PB26 GPIO_ACTIVE_LOW>;
+ linux,code = <0x105>;
+ wakeup-source;
+ };
+
+ pb6 {
+ label = "DIN-2";
+ gpios = <&pioA PIN_PB21 GPIO_ACTIVE_LOW>;
+ linux,code = <0x106>;
+ wakeup-source;
+ };
+
+ pb7 {
+ label = "DIN-3";
+ gpios = <&pioA PIN_PB27 GPIO_ACTIVE_LOW>;
+ linux,code = <0x107>;
+ wakeup-source;
+ };
+
+ pb8 {
+ label = "DIN-4";
+ gpios = <&pioA PIN_PB12 GPIO_ACTIVE_LOW>;
+ linux,code = <0x108>;
+ wakeup-source;
+ };
+ };
+
+ leds {
Expand Down

0 comments on commit b5b2d27

Please sign in to comment.