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

Commit b1d2b0a4 authored by Wolfram Sang's avatar Wolfram Sang
Browse files

Merge tag 'at24-4.19-updates-for-wolfram' of...

Merge tag 'at24-4.19-updates-for-wolfram' of git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux into i2c/for-4.19

at24: updates for v4.19

New property: 'address-width' which allows to specify the number of
addressing bits. Up until now we only could choose one of the defined
models and rely on the flags specified in its corresponding chip data
structure.
parents 3b770017 a2b3bf48
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -15,6 +15,8 @@ Constructor parameters:
   size)
5. the number of optional parameters (the parameters with an argument
   count as two)
	start_sector n		(default: 0)
		offset from the start of cache device in 512-byte sectors
	high_watermark n	(default: 50)
		start writeback when the number of used blocks reach this
		watermark
+1 −1
Original line number Diff line number Diff line
@@ -66,7 +66,7 @@ Required root node properties:
	- "insignal,arndale-octa" - for Exynos5420-based Insignal Arndale
				    Octa board.
	- "insignal,origen"       - for Exynos4210-based Insignal Origen board.
	- "insignal,origen4412    - for Exynos4412-based Insignal Origen board.
	- "insignal,origen4412"   - for Exynos4412-based Insignal Origen board.


Optional nodes:
+1 −1
Original line number Diff line number Diff line
@@ -36,7 +36,7 @@ Optional nodes:

 - port/ports: to describe a connection to an external encoder. The
   binding follows Documentation/devicetree/bindings/graph.txt and
   suppors a single port with a single endpoint.
   supports a single port with a single endpoint.

 - See also Documentation/devicetree/bindings/display/tilcdc/panel.txt and
   Documentation/devicetree/bindings/display/tilcdc/tfp410.txt for connecting
+2 −0
Original line number Diff line number Diff line
@@ -72,6 +72,8 @@ Optional properties:

  - wp-gpios: GPIO to which the write-protect pin of the chip is connected.

  - address-width: number of address bits (one of 8, 16).

Example:

eeprom@52 {
+1 −1
Original line number Diff line number Diff line
Nintendo Wii (Hollywood) GPIO controller

Required properties:
- compatible: "nintendo,hollywood-gpio
- compatible: "nintendo,hollywood-gpio"
- reg: Physical base address and length of the controller's registers.
- gpio-controller: Marks the device node as a GPIO controller.
- #gpio-cells: Should be <2>. The first cell is the pin number and the
Loading