mirror of
https://github.com/torvalds/linux.git
synced 2024-11-19 10:31:48 +00:00
Documentation: treewide: fix typos and grammar
Correct spelling typo in treewide. Signed-off-by: Hayato Suzuki <hytszk@gmail.com> Acked-by: Randy Dunlap <rdunlap@infradead.org> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
This commit is contained in:
parent
a71db86e86
commit
24488c3920
@ -1,6 +1,6 @@
|
|||||||
Clock bindings for ARM Integrator Core Module clocks
|
Clock bindings for ARM Integrator Core Module clocks
|
||||||
|
|
||||||
Auxilary Oscillator Clock
|
Auxiliary Oscillator Clock
|
||||||
|
|
||||||
This is a configurable clock fed from a 24 MHz chrystal,
|
This is a configurable clock fed from a 24 MHz chrystal,
|
||||||
used for generating e.g. video clocks. It is located on the
|
used for generating e.g. video clocks. It is located on the
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
SEC 6 is as Freescale's Cryptographic Accelerator and Assurance Module (CAAM).
|
SEC 6 is as Freescale's Cryptographic Accelerator and Assurance Module (CAAM).
|
||||||
Currently Freescale powerpc chip C29X is embeded with SEC 6.
|
Currently Freescale powerpc chip C29X is embedded with SEC 6.
|
||||||
SEC 6 device tree binding include:
|
SEC 6 device tree binding include:
|
||||||
-SEC 6 Node
|
-SEC 6 Node
|
||||||
-Job Ring Node
|
-Job Ring Node
|
||||||
|
@ -9,7 +9,7 @@ Required properties:
|
|||||||
- interrupts: Should contain the interrupt for the device
|
- interrupts: Should contain the interrupt for the device
|
||||||
- clocks: The clock is needed by the ADC controller, ADC clock source is ipg clock.
|
- clocks: The clock is needed by the ADC controller, ADC clock source is ipg clock.
|
||||||
- clock-names: Must contain "adc", matching entry in the clocks property.
|
- clock-names: Must contain "adc", matching entry in the clocks property.
|
||||||
- vref-supply: The regulator supply ADC refrence voltage.
|
- vref-supply: The regulator supply ADC reference voltage.
|
||||||
|
|
||||||
Example:
|
Example:
|
||||||
adc0: adc@4003b000 {
|
adc0: adc@4003b000 {
|
||||||
|
@ -46,7 +46,7 @@ sub-node should be of the format as listed below.
|
|||||||
|
|
||||||
regulator-ramp-delay for BUCKs = [6250/12500/25000(default)/50000] uV/us
|
regulator-ramp-delay for BUCKs = [6250/12500/25000(default)/50000] uV/us
|
||||||
|
|
||||||
BUCK[2/3/4/6] supports disabling ramp delay on hardware, so explictly
|
BUCK[2/3/4/6] supports disabling ramp delay on hardware, so explicitly
|
||||||
regulator-ramp-delay = <0> can be used for them to disable ramp delay.
|
regulator-ramp-delay = <0> can be used for them to disable ramp delay.
|
||||||
In the absence of the regulator-ramp-delay property, the default ramp
|
In the absence of the regulator-ramp-delay property, the default ramp
|
||||||
delay will be used.
|
delay will be used.
|
||||||
|
@ -110,8 +110,8 @@ on various other factors also like;
|
|||||||
Other factor which governs the selection of ecc-scheme is oob-size.
|
Other factor which governs the selection of ecc-scheme is oob-size.
|
||||||
Higher ECC schemes require more OOB/Spare area to store ECC syndrome,
|
Higher ECC schemes require more OOB/Spare area to store ECC syndrome,
|
||||||
so the device should have enough free bytes available its OOB/Spare
|
so the device should have enough free bytes available its OOB/Spare
|
||||||
area to accomodate ECC for entire page. In general following expression
|
area to accommodate ECC for entire page. In general following expression
|
||||||
helps in determining if given device can accomodate ECC syndrome:
|
helps in determining if given device can accommodate ECC syndrome:
|
||||||
"2 + (PAGESIZE / 512) * ECC_BYTES" >= OOBSIZE"
|
"2 + (PAGESIZE / 512) * ECC_BYTES" >= OOBSIZE"
|
||||||
where
|
where
|
||||||
OOBSIZE number of bytes in OOB/spare area
|
OOBSIZE number of bytes in OOB/spare area
|
||||||
@ -133,5 +133,5 @@ on various other factors also like;
|
|||||||
Example(b): For a device with PAGESIZE = 2048 and OOBSIZE = 128 and
|
Example(b): For a device with PAGESIZE = 2048 and OOBSIZE = 128 and
|
||||||
trying to use BCH16 (ECC_BYTES=26) ecc-scheme.
|
trying to use BCH16 (ECC_BYTES=26) ecc-scheme.
|
||||||
Number of ECC bytes per page = (2 + (2048 / 512) * 26) = 106 B
|
Number of ECC bytes per page = (2 + (2048 / 512) * 26) = 106 B
|
||||||
which can be accomodate in the OOB/Spare area of this device
|
which can be accommodated in the OOB/Spare area of this device
|
||||||
(OOBSIZE=128). So this device can use BCH16 ecc-scheme.
|
(OOBSIZE=128). So this device can use BCH16 ecc-scheme.
|
||||||
|
@ -17,7 +17,7 @@ Required properties:
|
|||||||
- samsung,pbl: Integer, Programmable Burst Length.
|
- samsung,pbl: Integer, Programmable Burst Length.
|
||||||
Supported values are 1, 2, 4, 8, 16, or 32.
|
Supported values are 1, 2, 4, 8, 16, or 32.
|
||||||
- samsung,burst-map: Integer, Program the possible bursts supported by sxgbe
|
- samsung,burst-map: Integer, Program the possible bursts supported by sxgbe
|
||||||
This is an interger and represents allowable DMA bursts when fixed burst.
|
This is an integer and represents allowable DMA bursts when fixed burst.
|
||||||
Allowable range is 0x01-0x3F. When this field is set fixed burst is enabled.
|
Allowable range is 0x01-0x3F. When this field is set fixed burst is enabled.
|
||||||
When fixed length is needed for burst mode, it can be set within allowable
|
When fixed length is needed for burst mode, it can be set within allowable
|
||||||
range.
|
range.
|
||||||
|
@ -55,7 +55,7 @@ For CAM, this 24-bit offset is:
|
|||||||
cfg_offset(bus, device, function, register) =
|
cfg_offset(bus, device, function, register) =
|
||||||
bus << 16 | device << 11 | function << 8 | register
|
bus << 16 | device << 11 | function << 8 | register
|
||||||
|
|
||||||
Whilst ECAM extends this by 4 bits to accomodate 4k of function space:
|
Whilst ECAM extends this by 4 bits to accommodate 4k of function space:
|
||||||
|
|
||||||
cfg_offset(bus, device, function, register) =
|
cfg_offset(bus, device, function, register) =
|
||||||
bus << 20 | device << 15 | function << 12 | register
|
bus << 20 | device << 15 | function << 12 | register
|
||||||
|
@ -27,7 +27,7 @@ phys: phy {
|
|||||||
};
|
};
|
||||||
|
|
||||||
That node describes an IP block (PHY provider) that implements 2 different PHYs.
|
That node describes an IP block (PHY provider) that implements 2 different PHYs.
|
||||||
In order to differentiate between these 2 PHYs, an additonal specifier should be
|
In order to differentiate between these 2 PHYs, an additional specifier should be
|
||||||
given while trying to get a reference to it.
|
given while trying to get a reference to it.
|
||||||
|
|
||||||
PHY user node
|
PHY user node
|
||||||
|
@ -24,7 +24,7 @@ Optional properties :
|
|||||||
- cm-thermal-zone : name of external thermometer's thermal zone
|
- cm-thermal-zone : name of external thermometer's thermal zone
|
||||||
- cm-battery-* : threshold battery temperature for charging
|
- cm-battery-* : threshold battery temperature for charging
|
||||||
-cold : critical cold temperature of battery for charging
|
-cold : critical cold temperature of battery for charging
|
||||||
-cold-in-minus : flag that cold temerature is in minus degree
|
-cold-in-minus : flag that cold temperature is in minus degrees
|
||||||
-hot : critical hot temperature of battery for charging
|
-hot : critical hot temperature of battery for charging
|
||||||
-temp-diff : temperature difference to allow recharging
|
-temp-diff : temperature difference to allow recharging
|
||||||
- cm-dis/charging-max = limits of charging duration
|
- cm-dis/charging-max = limits of charging duration
|
||||||
|
@ -33,7 +33,7 @@ Optional properties:
|
|||||||
0: Channel 1
|
0: Channel 1
|
||||||
1: Channel 2
|
1: Channel 2
|
||||||
2: Channel 3
|
2: Channel 3
|
||||||
If parameter is missing, channel 1 is choosen.
|
If parameter is missing, channel 1 is chosen.
|
||||||
This properties have to be specified as '/bits/ 8' values.
|
This properties have to be specified as '/bits/ 8' values.
|
||||||
|
|
||||||
- st,thermal-warning-recover:
|
- st,thermal-warning-recover:
|
||||||
|
@ -134,7 +134,7 @@ tlm Trusted Logic Mobility
|
|||||||
toradex Toradex AG
|
toradex Toradex AG
|
||||||
toshiba Toshiba Corporation
|
toshiba Toshiba Corporation
|
||||||
toumaz Toumaz
|
toumaz Toumaz
|
||||||
usi Universal Scientifc Industrial Co., Ltd.
|
usi Universal Scientific Industrial Co., Ltd.
|
||||||
v3 V3 Semiconductor
|
v3 V3 Semiconductor
|
||||||
variscite Variscite Ltd.
|
variscite Variscite Ltd.
|
||||||
via VIA Technologies, Inc.
|
via VIA Technologies, Inc.
|
||||||
|
@ -39,8 +39,8 @@ Atmel LCDC Display
|
|||||||
-----------------------------------------------------
|
-----------------------------------------------------
|
||||||
Required properties (as per of_videomode_helper):
|
Required properties (as per of_videomode_helper):
|
||||||
|
|
||||||
- atmel,dmacon: dma controler configuration
|
- atmel,dmacon: dma controller configuration
|
||||||
- atmel,lcdcon2: lcd controler configuration
|
- atmel,lcdcon2: lcd controller configuration
|
||||||
- atmel,guard-time: lcd guard time (Delay in frame periods)
|
- atmel,guard-time: lcd guard time (Delay in frame periods)
|
||||||
- bits-per-pixel: lcd panel bit-depth.
|
- bits-per-pixel: lcd panel bit-depth.
|
||||||
|
|
||||||
|
@ -20,7 +20,7 @@ Optional properties:
|
|||||||
register is not modified as recommended by the datasheet.
|
register is not modified as recommended by the datasheet.
|
||||||
- fsl,lpccr: Contrast Control Register value. This property provides the
|
- fsl,lpccr: Contrast Control Register value. This property provides the
|
||||||
default value for the contrast control register.
|
default value for the contrast control register.
|
||||||
If that property is ommited, the register is zeroed.
|
If that property is omitted, the register is zeroed.
|
||||||
- fsl,lscr1: LCDC Sharp Configuration Register value.
|
- fsl,lscr1: LCDC Sharp Configuration Register value.
|
||||||
|
|
||||||
Example:
|
Example:
|
||||||
|
Loading…
Reference in New Issue
Block a user