Commit 56086b5e authored by Fabio Estevam's avatar Fabio Estevam Committed by Shawn Guo

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: default avatarFabio Estevam <festevam@gmail.com>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent 18759030
...@@ -313,7 +313,7 @@ stmpe811@41 { ...@@ -313,7 +313,7 @@ stmpe811@41 {
/* 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 @@ stmpe_touchscreen { ...@@ -330,7 +330,7 @@ stmpe_touchscreen {
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>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment