diff options
| author | Chris Packham <[email protected]> | 2018-05-17 21:46:00 +1200 |
|---|---|---|
| committer | Stefan Roese <[email protected]> | 2018-05-29 08:33:03 +0200 |
| commit | 04f5785ae3c7f0f1aa1117671e71421becfdfa7c (patch) | |
| tree | 9f1c935e93d40fd4a315053ccf911ac885a4b06b /include | |
| parent | 4a54e54c9703dde4181a0adb6deb689c2530fce5 (diff) | |
ARM: kirkwood: Add device-tree for netspace & inetspace
Import the dts files from Linux 4.17 and enable CONFIG_OF_CONTROL.
Signed-off-by: Chris Packham <[email protected]>
Signed-off-by: Stefan Roese <[email protected]>
Diffstat (limited to 'include')
| -rw-r--r-- | include/dt-bindings/leds/leds-ns2.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/include/dt-bindings/leds/leds-ns2.h b/include/dt-bindings/leds/leds-ns2.h new file mode 100644 index 00000000000..fd615749e70 --- /dev/null +++ b/include/dt-bindings/leds/leds-ns2.h @@ -0,0 +1,9 @@ +/* SPDX-License-Identifier: GPL-2.0 */ +#ifndef _DT_BINDINGS_LEDS_NS2_H +#define _DT_BINDINGS_LEDS_NS2_H + +#define NS_V2_LED_OFF 0 +#define NS_V2_LED_ON 1 +#define NS_V2_LED_SATA 2 + +#endif |
