summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/imx6sl-tolino-shine2hd.dts
diff options
context:
space:
mode:
authorAndreas Kemnade <andreas@kemnade.info>2021-01-25 20:08:04 +0100
committerShawn Guo <shawnguo@kernel.org>2021-03-15 12:22:16 +0800
commit7c040ba9e71b3f5c1977eac71b0aeed16be387e6 (patch)
tree6006646036a8d0fa84548eabe59ac35eabd2869a /arch/arm/boot/dts/imx6sl-tolino-shine2hd.dts
parentad28c3bd7e27d09b179267f549245911199a8373 (diff)
ARM: dts: imx6sl-tolino-shine2hd: Add Netronix embedded controller
For now, the driver detects an incompatible version, but since that can be handled by auto-detection, add the controller to the devicetree now. Only PWM seems to be available, there is no RTC in that controller. Signed-off-by: Andreas Kemnade <andreas@kemnade.info> Reviewed-by: Jonathan Neuschäfer <j.neuschaefer@gmx.net> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm/boot/dts/imx6sl-tolino-shine2hd.dts')
-rw-r--r--arch/arm/boot/dts/imx6sl-tolino-shine2hd.dts7
1 files changed, 5 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/imx6sl-tolino-shine2hd.dts b/arch/arm/boot/dts/imx6sl-tolino-shine2hd.dts
index 6ea5f918d059..a17b8bbbdb95 100644
--- a/arch/arm/boot/dts/imx6sl-tolino-shine2hd.dts
+++ b/arch/arm/boot/dts/imx6sl-tolino-shine2hd.dts
@@ -97,8 +97,11 @@
pinctrl-1 = <&pinctrl_i2c1_sleep>;
status = "okay";
- /* TODO: embedded controller at 0x43 (driver missing) */
-
+ ec: embedded-controller@43 {
+ compatible = "netronix,ntxec";
+ reg = <0x43>;
+ #pwm-cells = <2>;
+ };
};
&i2c2 {