Skip to content

Commit

Permalink
dts: bcm2712-ds: Restore gpio-direct to gio_aon
Browse files Browse the repository at this point in the history
gpio-direct mode is a modification of the brcmstb GPIO driver that
makes it play nicely with the userspace pinctrl utility. The mode
forces the drive to read its state from the hardware each time, rather
than relying on cached state. Doing so slightly reduces performance,
but this is not a heavily used code path.

Signed-off-by: Phil Elwell <[email protected]>
  • Loading branch information
pelwell committed Dec 3, 2024
1 parent c08c1ab commit 5290351
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions arch/arm64/boot/dts/broadcom/bcm2712-ds.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -815,3 +815,7 @@
};
};
};

&gio_aon {
brcm,gpio-direct;
};

0 comments on commit 5290351

Please sign in to comment.