OSDN Git Service

ARM: dts: wheat: Fix ADV7513 address usage
authorKieran Bingham <kieran.bingham+renesas@ideasonboard.com>
Thu, 22 Mar 2018 21:30:40 +0000 (21:30 +0000)
committerSimon Horman <horms+renesas@verge.net.au>
Mon, 16 Apr 2018 14:04:37 +0000 (16:04 +0200)
commit1d26a5217187189fdbee15bc03d3713d8e8ae7e9
treeddd506c07dfde374f410b87c472ede52ceaeba12
parentf922fb5af1584c35bcd8bf661738b16dd4f65441
ARM: dts: wheat: Fix ADV7513 address usage

The r8a7792 Wheat board has two ADV7513 devices sharing a single I2C
bus, however in low power mode the ADV7513 will reset it's slave maps to
use the hardware defined default addresses.

The ADV7511 driver was adapted to allow the two devices to be registered
correctly - but it did not take into account the fault whereby the
devices reset the addresses.

This results in an address conflict between the device using the default
addresses, and the other device if it is in low-power-mode.

Repair this issue by moving both devices away from the default address
definitions.

Signed-off-by: Kieran Bingham <kieran.bingham+renesas@ideasonboard.com>
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Fixes: f6eea82a87db ("ARM: dts: wheat: add DU support")
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
arch/arm/boot/dts/r8a7792-wheat.dts