Files
u-boot/drivers/clk
Dario Binacchi b1aef0384f clk: ti: add custom API for memory access
As pointed by [1] and [2], commit
d64b9cdcd4 ("fdt: translate address if #size-cells = <0>") is wrong:
- It makes every 'reg' DT property translatable. It changes the address
  translation so that for an I2C 'reg' address you'll get back as reg
  the I2C controller address + reg value.
- The quirk must be fixed with platform code.

The clk_ti_get_reg_addr() is the platform code able to make the correct
address translation for the AM33xx clocks registers. Its implementation
was inspired by the Linux Kernel code.

[1] https://patchwork.ozlabs.org/project/uboot/patch/1614324949-61314-1-git-send-email-bmeng.cn@gmail.com/
[2] https://lore.kernel.org/linux-clk/20210402192054.7934-1-dariobin@libero.it/T/

Signed-off-by: Dario Binacchi <dariobin@libero.it>
2021-05-12 16:27:57 +05:30
..
2021-04-06 16:33:19 +12:00
2021-04-06 16:33:19 +12:00
2021-01-30 14:25:41 -07:00
2021-04-19 16:59:33 +02:00
2021-04-06 16:33:19 +12:00
2021-04-16 01:12:59 +01:00
2021-03-30 12:03:24 +02:00
2021-01-12 10:21:41 +05:30