diff options
| author | Andrew Davis <afd@ti.com> | 2023-08-09 19:38:10 -0500 |
|---|---|---|
| committer | Nishanth Menon <nm@ti.com> | 2023-08-09 22:30:45 -0500 |
| commit | 578bf4d09ef5d6e6707682ef0ae9d954ef77b8fb (patch) | |
| tree | 4c33d8341d5da58f76c095d6cdc6ffefc2d646c4 /arch/arm64/boot/dts/ti/k3-j721s2-mcu-wakeup.dtsi | |
| parent | 8757108b59e1490062d3c6a55ceccbafbee50e35 (diff) | |
| download | linux-578bf4d09ef5d6e6707682ef0ae9d954ef77b8fb.tar.gz linux-578bf4d09ef5d6e6707682ef0ae9d954ef77b8fb.tar.bz2 linux-578bf4d09ef5d6e6707682ef0ae9d954ef77b8fb.zip | |
arm64: dts: ti: k3-j721s2: Enable GPIO nodes at the board level
GPIO nodes defined in the top-level J721s2 SoC dtsi files are incomplete
and may not be functional unless they are extended with pinmux and
device information.
Disable the GPIO nodes in the dtsi files and only enable the ones that
are actually pinned out on a given board.
Signed-off-by: Andrew Davis <afd@ti.com>
Reviewed-by: Dhruva Gole <d-gole@ti.com>
Link: https://lore.kernel.org/r/20230810003814.85450-10-afd@ti.com
Signed-off-by: Nishanth Menon <nm@ti.com>
Diffstat (limited to 'arch/arm64/boot/dts/ti/k3-j721s2-mcu-wakeup.dtsi')
| -rw-r--r-- | arch/arm64/boot/dts/ti/k3-j721s2-mcu-wakeup.dtsi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/ti/k3-j721s2-mcu-wakeup.dtsi b/arch/arm64/boot/dts/ti/k3-j721s2-mcu-wakeup.dtsi index bba2d75324b8..2ddad9318554 100644 --- a/arch/arm64/boot/dts/ti/k3-j721s2-mcu-wakeup.dtsi +++ b/arch/arm64/boot/dts/ti/k3-j721s2-mcu-wakeup.dtsi @@ -323,6 +323,7 @@ power-domains = <&k3_pds 115 TI_SCI_PD_EXCLUSIVE>; clocks = <&k3_clks 115 0>; clock-names = "gpio"; + status = "disabled"; }; wkup_gpio1: gpio@42100000 { @@ -339,6 +340,7 @@ power-domains = <&k3_pds 116 TI_SCI_PD_EXCLUSIVE>; clocks = <&k3_clks 116 0>; clock-names = "gpio"; + status = "disabled"; }; wkup_i2c0: i2c@42120000 { |
