ARM: dts: imx6qdl-apalis: Avoid underscore in node name
It is recommended not to use underscore in node names. Change it to dash. Signed-off-by: Fabio Estevam <festevam@gmail.com> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
This commit is contained in:
parent
1875903019
commit
56086b5e80
1 changed files with 2 additions and 2 deletions
|
@ -313,7 +313,7 @@
|
||||||
/* ADC converstion time: 80 clocks */
|
/* ADC converstion time: 80 clocks */
|
||||||
st,sample-time = <4>;
|
st,sample-time = <4>;
|
||||||
|
|
||||||
stmpe_touchscreen {
|
stmpe-touchscreen {
|
||||||
compatible = "st,stmpe-ts";
|
compatible = "st,stmpe-ts";
|
||||||
/* 8 sample average control */
|
/* 8 sample average control */
|
||||||
st,ave-ctrl = <3>;
|
st,ave-ctrl = <3>;
|
||||||
|
@ -330,7 +330,7 @@
|
||||||
st,touch-det-delay = <5>;
|
st,touch-det-delay = <5>;
|
||||||
};
|
};
|
||||||
|
|
||||||
stmpe_adc {
|
stmpe-adc {
|
||||||
compatible = "st,stmpe-adc";
|
compatible = "st,stmpe-adc";
|
||||||
/* forbid to use ADC channels 3-0 (touch) */
|
/* forbid to use ADC channels 3-0 (touch) */
|
||||||
st,norequest-mask = <0x0F>;
|
st,norequest-mask = <0x0F>;
|
||||||
|
|
Loading…
Add table
Reference in a new issue