diff options
| author | Franz Schnyder <franz.schnyder@toradex.com> | 2026-01-30 17:01:04 +0100 |
|---|---|---|
| committer | Franz Schnyder <franz.schnyder@toradex.com> | 2026-02-02 11:44:22 +0100 |
| commit | 8af7a2cb6a06262723bf9826cec78510bc0e37f8 (patch) | |
| tree | 039e64fcdc83f8a6302707bef7fe9f4064bf62c5 | |
| parent | 73472615307dccedcf48091d7e53349cb8cd011b (diff) | |
arm64: dts: ti: aquila-am69-v1.0: Add GPIO to enable DP regulatortoradex_ti-linux-6.6.y
Add the GPIO to enable the DP regulator on the Aquila AM69 v1.0. As the
assigned pin for it has changed on the Aquila AM69 v1.1 this change is
needed to keep correct functionality for DP on the Aquila AM69 v1.0.
This commit only applies downstream, since Aquila v1.0 is not and will
not be supported in mainline.
Upstream-Status: Inappropriate
Signed-off-by: Franz Schnyder <franz.schnyder@toradex.com>
| -rw-r--r-- | arch/arm64/boot/dts/ti/k3-am69-aquila-v1.0.dtsi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/ti/k3-am69-aquila-v1.0.dtsi b/arch/arm64/boot/dts/ti/k3-am69-aquila-v1.0.dtsi index 9bd183fdc7d5..1c324fe209b8 100644 --- a/arch/arm64/boot/dts/ti/k3-am69-aquila-v1.0.dtsi +++ b/arch/arm64/boot/dts/ti/k3-am69-aquila-v1.0.dtsi @@ -21,6 +21,8 @@ reg_3v3_dp: regulator-3v3-dp { pinctrl-names = "default"; pinctrl-0 = <&pinctrl_gpio21_dp>; + /* Aquila GPIO_21_DP (AQUILA B57) */ + gpio = <&main_gpio0 37 GPIO_ACTIVE_HIGH>; }; /* Enabled by EN_3V3_VIO (PMIC_GPIO_9) */ |
