ARM: dts: cypress,cyapa trackpad is exynos5250-Snow only
Move it from exynos5250-cros-common.dtsi to exynos5250-snow.dts. Spring does not need it, it uses an Atmel maXTouch instead. Signed-off-by: Andreas Faerber <afaerber@suse.de> Reviewed-by: Doug Anderson <dianders@chromium.org> Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
This commit is contained in:
parent
10bc0450f0
commit
3428f20b65
|
@ -39,14 +39,6 @@
|
||||||
status = "okay";
|
status = "okay";
|
||||||
samsung,i2c-sda-delay = <100>;
|
samsung,i2c-sda-delay = <100>;
|
||||||
samsung,i2c-max-bus-freq = <378000>;
|
samsung,i2c-max-bus-freq = <378000>;
|
||||||
|
|
||||||
trackpad {
|
|
||||||
reg = <0x67>;
|
|
||||||
compatible = "cypress,cyapa";
|
|
||||||
interrupts = <2 0>;
|
|
||||||
interrupt-parent = <&gpx1>;
|
|
||||||
wakeup-source;
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
|
|
||||||
i2c@12C80000 {
|
i2c@12C80000 {
|
||||||
|
|
|
@ -432,6 +432,7 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
&i2c_0 {
|
&i2c_0 {
|
||||||
max77686@09 {
|
max77686@09 {
|
||||||
compatible = "maxim,max77686";
|
compatible = "maxim,max77686";
|
||||||
|
@ -578,6 +579,16 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
&i2c_1 {
|
||||||
|
trackpad {
|
||||||
|
reg = <0x67>;
|
||||||
|
compatible = "cypress,cyapa";
|
||||||
|
interrupts = <2 0>;
|
||||||
|
interrupt-parent = <&gpx1>;
|
||||||
|
wakeup-source;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
&pinctrl_0 {
|
&pinctrl_0 {
|
||||||
max77686_irq: max77686-irq {
|
max77686_irq: max77686-irq {
|
||||||
samsung,pins = "gpx3-2";
|
samsung,pins = "gpx3-2";
|
||||||
|
|
Loading…
Reference in New Issue