bcm27xx: update 6.1 patches to latest version
[openwrt/staging/dangole.git] / target / linux / bcm27xx / patches-6.1 / 950-0924-dt-bindings-input-Add-bindings-for-raspberrypi-butto.patch
1 From 93c8947bc7813b49fe27a5251eef97c6df1e14c6 Mon Sep 17 00:00:00 2001
2 From: Phil Elwell <phil@raspberrypi.com>
3 Date: Wed, 2 Aug 2023 15:01:29 +0100
4 Subject: [PATCH] dt-bindings: input: Add bindings for raspberrypi-button
5
6 Add bindings for the firmware-based button driver.
7
8 Signed-off-by: Phil Elwell <phil@raspberrypi.com>
9 ---
10 include/dt-bindings/input/raspberrypi-button.h | 11 +++++++++++
11 1 file changed, 11 insertions(+)
12 create mode 100644 include/dt-bindings/input/raspberrypi-button.h
13
14 --- /dev/null
15 +++ b/include/dt-bindings/input/raspberrypi-button.h
16 @@ -0,0 +1,11 @@
17 +/* SPDX-License-Identifier: BSD-3-Clause OR GPL-2.0 */
18 +/*
19 + * This header provides constants the raspberrypi-button driver.
20 + */
21 +
22 +#ifndef _DT_BINDINGS_RASPBERRYPI_BUTTON_H
23 +#define _DT_BINDINGS_RASPBERRYPI_BUTTON_H
24 +
25 +#define RASPBERRYPI_BUTTON_POWER 0
26 +
27 +#endif