mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-08-29 10:26:00 -04:00
arm64: dts: broadcom: bcm2712-d-rpi-5-b: add fixes for pinctrl/pinctrl_aon
On the -d revision of the bcm2712 the pinctrl differs from the c0 revision. The driver already supports both and distinguishes the two with the compatible string. Update the compatible string and reg length to reflect the different pinctrl. Signed-off-by: Gregor Herburger <gregor.herburger@linutronix.de> Link: https://lore.kernel.org/r/20260226-raspi-dts-updates-v1-5-60832d20ff04@linutronix.de Signed-off-by: Florian Fainelli <florian.fainelli@broadcom.com>
This commit is contained in:
committed by
Florian Fainelli
parent
783922597a
commit
aeb078cebc
@@ -35,3 +35,13 @@ &gio_aon {
|
||||
"PMIC_SCL", // AON_SGPIO_04
|
||||
"PMIC_SDA"; // AON_SGPIO_05
|
||||
};
|
||||
|
||||
&pinctrl {
|
||||
compatible = "brcm,bcm2712d0-pinctrl";
|
||||
reg = <0x7d504100 0x20>;
|
||||
};
|
||||
|
||||
&pinctrl_aon {
|
||||
compatible = "brcm,bcm2712d0-aon-pinctrl";
|
||||
reg = <0x7d510700 0x1c>;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user