Felix Held has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/87205?usp=email )
Change subject: doc/internals/devicetree_language: describe I2C identifier ......................................................................
doc/internals/devicetree_language: describe I2C identifier
Even when the identifier of an I2C device doesn't have a '0x' prefix, it's still interpreted as a hexadecimal number.
Change-Id: I0e5a7e39ac56e25499493a16eefa49e4f8d79337 Signed-off-by: Felix Held felix-coreboot@felixheld.de --- M Documentation/internals/devicetree_language.md 1 file changed, 2 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/05/87205/1
diff --git a/Documentation/internals/devicetree_language.md b/Documentation/internals/devicetree_language.md index d189844..ab1b646 100644 --- a/Documentation/internals/devicetree_language.md +++ b/Documentation/internals/devicetree_language.md @@ -690,6 +690,8 @@ * Introduced in: Initial sconfig implementation, pre coreboot 4.0 * Usage: `device I2c <identifier> [alias <alias ID>] <status modifier> ... end`
+The identifier is the device's address encoded as hexadecimal number. + Example:
```text