Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 24488c39 authored by Hayato Suzuki's avatar Hayato Suzuki Committed by Jiri Kosina
Browse files

Documentation: treewide: fix typos and grammar



Correct spelling typo in treewide.

Signed-off-by: default avatarHayato Suzuki <hytszk@gmail.com>
Acked-by: default avatarRandy Dunlap <rdunlap@infradead.org>
Signed-off-by: default avatarJiri Kosina <jkosina@suse.cz>
parent a71db86e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
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,
used for generating e.g. video clocks. It is located on the
+1 −1
Original line number Diff line number Diff line
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 Node
   -Job Ring Node
+1 −1
Original line number Diff line number Diff line
@@ -9,7 +9,7 @@ Required properties:
- interrupts: Should contain the interrupt for the device
- 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.
- vref-supply: The regulator supply ADC refrence voltage.
- vref-supply: The regulator supply ADC reference voltage.

Example:
adc0: adc@4003b000 {
+1 −1
Original line number Diff line number Diff line
@@ -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

 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.
 In the absence of the regulator-ramp-delay property, the default ramp
 delay will be used.
+3 −3
Original line number Diff line number Diff line
@@ -110,8 +110,8 @@ on various other factors also like;
	Other factor which governs the selection of ecc-scheme is oob-size.
	Higher ECC schemes require more OOB/Spare area to store ECC syndrome,
	so the device should have enough free bytes available its OOB/Spare
	area to accomodate ECC for entire page. In general following expression
	helps in determining if given device can accomodate ECC syndrome:
	area to accommodate ECC for entire page. In general following expression
	helps in determining if given device can accommodate ECC syndrome:
	"2 + (PAGESIZE / 512) * ECC_BYTES" >= OOBSIZE"
	where
		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
		trying to use BCH16 (ECC_BYTES=26) ecc-scheme.
		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.
Loading