Compare commits
2 Commits
johannes4l
...
leds_worki
Author | SHA1 | Date | |
---|---|---|---|
8788f8aff5 | |||
f86f43b5fd |
@ -5,7 +5,6 @@
|
|||||||
#include <linux/platform_device.h>
|
#include <linux/platform_device.h>
|
||||||
#include <linux/of_device.h>
|
#include <linux/of_device.h>
|
||||||
#include <linux/gpio/consumer.h>
|
#include <linux/gpio/consumer.h>
|
||||||
#include <linux/proc_fs.h>
|
|
||||||
|
|
||||||
/* Meta Information */
|
/* Meta Information */
|
||||||
MODULE_LICENSE("GPL");
|
MODULE_LICENSE("GPL");
|
||||||
|
@ -5,6 +5,7 @@
|
|||||||
fragment@0 {
|
fragment@0 {
|
||||||
target-path = "/";
|
target-path = "/";
|
||||||
__overlay__ {
|
__overlay__ {
|
||||||
|
status = "okay";
|
||||||
counter {
|
counter {
|
||||||
compatible = "hottis,counter";
|
compatible = "hottis,counter";
|
||||||
red-led-gpio = <&gpio 26 0>;
|
red-led-gpio = <&gpio 26 0>;
|
||||||
|
Reference in New Issue
Block a user