From: Shihlun Lin <shihlun.lin@advantech.com.tw>
To: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>,
"David S . Miller" <davem@davemloft.net>,
Rob Herring <robh@kernel.org>, Lee Jones <lee.jones@linaro.org>,
<linux-kernel@vger.kernel.org>, <devicetree@vger.kernel.org>,
Campion Kang <campion.kang@advantech.com.tw>,
Shihlun Lin <shihlun.lin@advantech.com.tw>,
AceLan Kao <chia-lin.kao@canonical.com>
Subject: [PATCH v3 2/6] mfd: ahc1ec0: Add Advantech EC include file used by dt-bindings
Date: Thu, 29 Oct 2020 18:06:09 +0800 [thread overview]
Message-ID: <20201029100613.25789-2-shihlun.lin@advantech.com.tw> (raw)
In-Reply-To: <20201029100613.25789-1-shihlun.lin@advantech.com.tw>
This files defines the sud-device types and hwmon profiles support by
Advantech embedded controller.
Signed-off-by: Shihlun Lin <shihlun.lin@advantech.com.tw>
---
include/dt-bindings/mfd/ahc1ec0.h | 25 +++++++++++++++++++++++++
1 file changed, 25 insertions(+)
create mode 100644 include/dt-bindings/mfd/ahc1ec0.h
diff --git a/include/dt-bindings/mfd/ahc1ec0.h b/include/dt-bindings/mfd/ahc1ec0.h
new file mode 100644
index 000000000000..389a7a7f8f02
--- /dev/null
+++ b/include/dt-bindings/mfd/ahc1ec0.h
@@ -0,0 +1,25 @@
+/* SPDX-License-Identifier: GPL-2.0-only */
+/*
+ * Device Tree defines for Advantech Embedded Controller (AHC1EC0)
+ */
+
+#ifndef _DT_BINDINGS_MFD_AHC1EC0_H
+#define _DT_BINDINGS_MFD_AHC1EC0_H
+
+/* Sub-device Definitions */
+#define AHC1EC0_SUBDEV_BRIGHTNESS 0x0
+#define AHC1EC0_SUBDEV_EEPROM 0x1
+#define AHC1EC0_SUBDEV_GPIO 0x2
+#define AHC1EC0_SUBDEV_HWMON 0x3
+#define AHC1EC0_SUBDEV_LED 0x4
+#define AHC1EC0_SUBDEV_WDT 0x5
+
+/* HWMON Profile Definitions */
+#define AHC1EC0_HWMON_PRO_TEMPLATE 0x0
+#define AHC1EC0_HWMON_PRO_TPC5XXX 0x1
+#define AHC1EC0_HWMON_PRO_PRVR4 0x2
+#define AHC1EC0_HWMON_PRO_UNO2271G 0x3
+#define AHC1EC0_HWMON_PRO_UNO1172A 0x4
+#define AHC1EC0_HWMON_PRO_UNO1372G 0x5
+
+#endif /* _DT_BINDINGS_MFD_AHC1EC0_H */
--
2.17.1
next prev parent reply other threads:[~2020-10-29 10:06 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-10-29 10:06 [PATCH v3 1/6] MAINTAINERS: Add Advantech embedded controller entry Shihlun Lin
2020-10-29 10:06 ` Shihlun Lin [this message]
2020-10-29 10:06 ` [PATCH v3 3/6] dt-bindings: mfd: ahc1ec0.yaml: Add Advantech Embedded Controll - AHC1EC0 Shihlun Lin
2020-10-29 10:06 ` [PATCH v3 4/6] mfd: ahc1ec0: Add support for Advantech embedded controller Shihlun Lin
2020-10-29 10:06 ` [PATCH v3 5/6] mfd: ahc1ec0-hwmon: Add sub-device hwmon " Shihlun Lin
2020-10-29 13:14 ` Lee Jones
[not found] ` <1e5710f4214b4e8b84f761a260d9dd5b@taipei09.ADVANTECH.CORP>
2020-11-02 10:14 ` Lee Jones
2020-11-03 3:31 ` AceLan Kao
2020-11-03 8:40 ` Lee Jones
2020-11-03 8:43 ` Lee Jones
2020-11-02 7:47 ` [PATCH v3 6/6] mfd: ahc1ec0-wdt: Add sub-device watchdog " Shihlun Lin
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20201029100613.25789-2-shihlun.lin@advantech.com.tw \
--to=shihlun.lin@advantech.com.tw \
--cc=campion.kang@advantech.com.tw \
--cc=chia-lin.kao@canonical.com \
--cc=davem@davemloft.net \
--cc=devicetree@vger.kernel.org \
--cc=lee.jones@linaro.org \
--cc=linux-kernel@vger.kernel.org \
--cc=mchehab+huawei@kernel.org \
--cc=robh@kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Powered by JetHome