提交 7c08d8cd 编写于 作者: J Josh Wu 提交者: Nicolas Ferre

ARM: at91/dt: at91sam9x5: enable iio touchscreen for 9x5ek

Signed-off-by: NJosh Wu <josh.wu@atmel.com>
Signed-off-by: NNicolas Ferre <nicolas.ferre@atmel.com>
上级 eed7c4e6
...@@ -68,7 +68,7 @@ ...@@ -68,7 +68,7 @@
adc_op_clk: adc_op_clk{ adc_op_clk: adc_op_clk{
compatible = "fixed-clock"; compatible = "fixed-clock";
#clock-cells = <0>; #clock-cells = <0>;
clock-frequency = <5000000>; clock-frequency = <1000000>;
}; };
}; };
...@@ -1043,6 +1043,7 @@ ...@@ -1043,6 +1043,7 @@
atmel,adc-channels-used = <0xffff>; atmel,adc-channels-used = <0xffff>;
atmel,adc-vref = <3300>; atmel,adc-vref = <3300>;
atmel,adc-startup-time = <40>; atmel,adc-startup-time = <40>;
atmel,adc-sample-hold-time = <11>;
atmel,adc-res = <8 10>; atmel,adc-res = <8 10>;
atmel,adc-res-names = "lowres", "highres"; atmel,adc-res-names = "lowres", "highres";
atmel,adc-use-res = "highres"; atmel,adc-use-res = "highres";
......
...@@ -100,6 +100,12 @@ ...@@ -100,6 +100,12 @@
}; };
}; };
adc0: adc@f804c000 {
atmel,adc-ts-wires = <4>;
atmel,adc-ts-pressure-threshold = <10000>;
status = "okay";
};
pinctrl@fffff400 { pinctrl@fffff400 {
camera_sensor { camera_sensor {
pinctrl_pck0_as_isi_mck: pck0_as_isi_mck-0 { pinctrl_pck0_as_isi_mck: pck0_as_isi_mck-0 {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册