[PATCH 1/3] at91: add pioBU label to secumod

Claudiu Beznea claudiu.beznea at microchip.com
Thu Jul 15 22:08:57 PDT 2021


Add pioBU label to secumod. Along with this set gpio controller
properties for secumod.

Signed-off-by: Claudiu Beznea <claudiu.beznea at microchip.com>
---
 .../linux/at91/patches-5.4/104-add-piobu.patch   | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 target/linux/at91/patches-5.4/104-add-piobu.patch

diff --git a/target/linux/at91/patches-5.4/104-add-piobu.patch b/target/linux/at91/patches-5.4/104-add-piobu.patch
new file mode 100644
index 000000000000..2495fe4635a1
--- /dev/null
+++ b/target/linux/at91/patches-5.4/104-add-piobu.patch
@@ -0,0 +1,16 @@
+--- a/arch/arm/boot/dts/sama5d2.dtsi
++++ b/arch/arm/boot/dts/sama5d2.dtsi
+@@ -885,9 +885,12 @@
+ 				clocks = <&pmc PMC_TYPE_PERIPHERAL 18>;
+ 			};
+ 
+-			secumod at fc040000 {
++			pioBU: secumod at fc040000 {
+ 				compatible = "atmel,sama5d2-secumod", "syscon";
+ 				reg = <0xfc040000 0x100>;
++
++				gpio-controller;
++				#gpio-cells = <2>;
+ 			};
+ 
+ 			tdes at fc044000 {
-- 
2.23.0




More information about the openwrt-devel mailing list