mirror of https://gitee.com/openkylin/linux.git
ARM: at91/dt: sama5d3: update iio config for touchscreen
Signed-off-by: Josh Wu <josh.wu@atmel.com> Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
This commit is contained in:
parent
19146e7e91
commit
cb3651d7be
|
@ -75,7 +75,7 @@ main_xtal: main_xtal {
|
|||
adc_op_clk: adc_op_clk{
|
||||
compatible = "fixed-clock";
|
||||
#clock-cells = <0>;
|
||||
clock-frequency = <20000000>;
|
||||
clock-frequency = <1000000>;
|
||||
};
|
||||
};
|
||||
|
||||
|
@ -322,6 +322,7 @@ &pinctrl_adc0_ad11
|
|||
atmel,adc-use-external-triggers;
|
||||
atmel,adc-vref = <3000>;
|
||||
atmel,adc-res = <10 12>;
|
||||
atmel,adc-sample-hold-time = <11>;
|
||||
atmel,adc-res-names = "lowres", "highres";
|
||||
status = "disabled";
|
||||
|
||||
|
|
Loading…
Reference in New Issue