On Sat, 5 Oct 2024 at 08:34, Marek Vasut <[email protected]> wrote:
>
> This phandle was missing in the sandbox DT, add it, otherwise sandbox-i2c
> driver cannot look up the emulator via i2c_emul_find(). This fixes the
> following i2c_emul_find() error:
>
> "
> $ ./u-boot -Dc ""
> ...
>        i2c_emul_find() No emulators for device 'sandbox_pmic'
>   sandbox_pmic_write() write error to device: 0000000018c568d0 register: 0x0!
>        out_set_value() PMIC write failed: -5
>        i2c_emul_find() No emulators for device 'sandbox_pmic'
>   sandbox_pmic_write() write error to device: 0000000018c568d0 register: 0x0!
>        out_set_value() PMIC write failed: -5
> ...
> "
>
> Signed-off-by: Marek Vasut <[email protected]>
> ---
> Cc: Heiko Schocher <[email protected]>
> Cc: Simon Glass <[email protected]>
> Cc: Tom Rini <[email protected]>
> Cc: [email protected]
> ---
>  arch/sandbox/dts/sandbox_pmic.dtsi | 1 +
>  1 file changed, 1 insertion(+)

Reviewed-by: Simon Glass <[email protected]>

Thanks



>
Applied to u-boot-dm, thanks!

Reply via email to