diff options
| author | Tom Rini <[email protected]> | 2023-05-09 12:45:49 -0400 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2023-05-09 12:45:49 -0400 |
| commit | 0a9a4384c1483a88776bca38e28f09be51161034 (patch) | |
| tree | c39e9bac9413c5c90f8da424865d67a7efdca315 /doc/develop | |
| parent | f1d33a44ca04fdca241c1d89fd79e2e56c930c7e (diff) | |
| parent | 716ed2a8c0bba085372df0eb7edb580b11e8d94c (diff) | |
Merge tag 'u-boot-rockchip-20230509' of https://source.denx.de/u-boot/custodians/u-boot-rockchip
- Rockchip NFC driver update and dev addr pointer api update;
- use standard dr_mode for usb driver;
- rock pi boards dts update;
- Add rk3566 Anbernic boards;
- Misc fixes for drivers;
Diffstat (limited to 'doc/develop')
| -rw-r--r-- | doc/develop/driver-model/livetree.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/develop/driver-model/livetree.rst b/doc/develop/driver-model/livetree.rst index 579eef5ca9f..20055d559a6 100644 --- a/doc/develop/driver-model/livetree.rst +++ b/doc/develop/driver-model/livetree.rst @@ -103,7 +103,7 @@ The new code is: struct udevice *bus; - i2c_bus->regs = (struct i2c_ctlr *)dev_read_addr(dev); + i2c_bus->regs = dev_read_addr_ptr(dev); plat->frequency = dev_read_u32_default(bus, "spi-max-frequency", 500000); The dev_read\_...() interface is more convenient and works with both the |
