mirror of
https://github.com/torvalds/linux.git
synced 2026-05-28 09:04:39 +02:00
ARM: dts: TS-4800: add touchscreen support
This commit enables the touchscreen on TS-4800, using the ts4800-ts driver. Signed-off-by: Damien Riegel <damien.riegel@savoirfairelinux.com> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
This commit is contained in:
parent
865fc4014d
commit
f736c596f4
|
|
@ -159,6 +159,12 @@ wdt@e {
|
||||||
syscon = <&syscon 0xe>;
|
syscon = <&syscon 0xe>;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
touchscreen {
|
||||||
|
compatible = "technologic,ts4800-ts";
|
||||||
|
reg = <0x12000 0x1000>;
|
||||||
|
syscon = <&syscon 0x10 6>;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user