mirror of
https://github.com/torvalds/linux.git
synced 2026-09-27 11:02:03 +02:00
ARM: dts: ti: Fix typos in comments
Fix comment typos found with codespell across DaVinci and OMAP board files: limitaion -> limitation swithes -> switches converstion -> conversion differnet -> different Signed-off-by: Vidhu Sarwal <vidhu.linux@gmail.com> Link: https://patch.msgid.link/20260626111720.56688-1-vidhu.linux@gmail.com Signed-off-by: Kevin Hilman (TI) <khilman@baylibre.com>
This commit is contained in:
parent
68f994ec51
commit
21e741f392
|
|
@ -366,7 +366,7 @@ nand@2000000,0 {
|
|||
* to NAND block 1 (NAND block 0 is not used by default)".
|
||||
* The same doc mentions that for ROM "Silicon Revision 2.1",
|
||||
* "Updated NAND boot mode to offer boot from block 0 or block 1".
|
||||
* However the limitaion is left here by default for compatibility
|
||||
* However the limitation is left here by default for compatibility
|
||||
* with older silicon and because it needs new boot pin settings
|
||||
* not possible in stock LCDK.
|
||||
*/
|
||||
|
|
|
|||
|
|
@ -213,7 +213,7 @@ &i2c2 {
|
|||
pinctrl-names = "default";
|
||||
pinctrl-0 = <&i2c2_pins>;
|
||||
clock-frequency = <400000>;
|
||||
/* User DIP swithes [1:8] / User LEDS [1:2] */
|
||||
/* User DIP switches [1:8] / User LEDS [1:2] */
|
||||
tca6416: gpio@21 {
|
||||
compatible = "ti,tca6416";
|
||||
reg = <0x21>;
|
||||
|
|
|
|||
|
|
@ -420,7 +420,7 @@ stmpe811@41 {
|
|||
st,mod-12b = <1>; /* 12-bit ADC */
|
||||
st,ref-sel = <0>; /* internal ADC reference */
|
||||
st,adc-freq = <1>; /* 3.25 MHz ADC clock speed */
|
||||
st,sample-time = <4>; /* ADC converstion time: 80 clocks */
|
||||
st,sample-time = <4>; /* ADC conversion time: 80 clocks */
|
||||
|
||||
stmpe_adc {
|
||||
compatible = "st,stmpe-adc";
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@ / {
|
|||
compatible = "ti,omap4-panda-es", "ti,omap4-panda", "ti,omap4460", "ti,omap4430", "ti,omap4";
|
||||
};
|
||||
|
||||
/* Audio routing is differnet between PandaBoard4430 and PandaBoardES */
|
||||
/* Audio routing is different between PandaBoard4430 and PandaBoardES */
|
||||
&sound {
|
||||
ti,model = "PandaBoardES";
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user