]> Git Repo - linux.git/commit
mailbox: mpfs: support new, syscon based, devicetree configuration
authorConor Dooley <[email protected]>
Wed, 2 Oct 2024 10:48:00 +0000 (11:48 +0100)
committerJassi Brar <[email protected]>
Sun, 24 Nov 2024 18:54:16 +0000 (12:54 -0600)
commita4123ffab9ece0c2d3d5c460724d49c4051fd279
treeb85b1c9ce54d8bec14b6c382027408d3d65fb58d
parent8edd00b06f21800c547a9fc3a4cf83dc084fd104
mailbox: mpfs: support new, syscon based, devicetree configuration

The two previous bindings for this hardware were incorrect, as the
control/status and interrupt register regions should have been described
as syscons and dealt with via regmap in the driver. Add support for
accessing these registers using that method now, so that the hwmon
driver can be supported without using auxdev or hacks with io_remap().

Signed-off-by: Conor Dooley <[email protected]>
Signed-off-by: Jassi Brar <[email protected]>
drivers/mailbox/Kconfig
drivers/mailbox/mailbox-mpfs.c
This page took 0.04964 seconds and 4 git commands to generate.