mirror of
https://github.com/torvalds/linux.git
synced 2026-05-31 18:43:33 +02:00
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>
This commit is contained in:
parent
ad28c3bd7e
commit
7c040ba9e7
|
|
@ -97,8 +97,11 @@ &i2c1 {
|
|||
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 {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user