From 8788f8aff53c7644dd80321d574e598d437c34e7 Mon Sep 17 00:00:00 2001 From: Wolfgang Hottgenroth Date: Wed, 4 Jun 2025 17:55:16 +0100 Subject: [PATCH] works --- driver/counter.c | 1 - driver/counter.dts | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/driver/counter.c b/driver/counter.c index 141ace2..c03bc25 100644 --- a/driver/counter.c +++ b/driver/counter.c @@ -5,7 +5,6 @@ #include #include #include -#include /* Meta Information */ MODULE_LICENSE("GPL"); diff --git a/driver/counter.dts b/driver/counter.dts index e903af2..442f794 100644 --- a/driver/counter.dts +++ b/driver/counter.dts @@ -5,6 +5,7 @@ fragment@0 { target-path = "/"; __overlay__ { + status = "okay"; counter { compatible = "hottis,counter"; red-led-gpio = <&gpio 26 0>;