aboutsummaryrefslogtreecommitdiff
path: root/dts
diff options
context:
space:
mode:
Diffstat (limited to 'dts')
-rw-r--r--dts/am335x-boneblack-uboot.dts8
1 files changed, 5 insertions, 3 deletions
diff --git a/dts/am335x-boneblack-uboot.dts b/dts/am335x-boneblack-uboot.dts
index 8d140c0..e02de51 100644
--- a/dts/am335x-boneblack-uboot.dts
+++ b/dts/am335x-boneblack-uboot.dts
@@ -1,4 +1,4 @@
-#include <dt-bindings/gpio/gpio.h>
+#include <dt-bindings/gpio/gpio.h> // GPIO_ACTIVE_HIGH
/dts-v1/;
@@ -3893,9 +3893,11 @@
vmmcsd_fixed = "/fixedregulator0";
};
- led_extern {
+ // this section is visible at runtime under
+ // /sys/firmware/devicetree/base/lork
+ lork {
compatible = "gpio-extern";
- label = "lork-gpio";
+ // label = "lork-gpio";
gpios = <&gpio1 18 GPIO_ACTIVE_HIGH>;
};
};