diff options
author | Andrew Davis <afd@ti.com> | 2022-10-17 14:25:32 -0500 |
---|---|---|
committer | Nishanth Menon <nm@ti.com> | 2022-10-28 08:14:48 -0500 |
commit | 4eb7aa3befa33c05a03d11fd3b4bb8b74d3c68c0 (patch) | |
tree | 57768dc0c0748e0edafc0087390bc369121920d9 /arch/arm64/boot/dts/ti/k3-am642-sk.dts | |
parent | 4a57988707d7c7502842de07d6c8649da5a844fc (diff) | |
download | linux-4eb7aa3befa33c05a03d11fd3b4bb8b74d3c68c0.tar.bz2 |
arm64: dts: ti: k3-am64: Enable GPMC and ELM nodes at the board level
The GPMC node defined in the top-level AM64x SoC dtsi files are incomplete
and will not be functional unless it is extended with pinmux information.
As the pinmux is only known at the board integration level, this node
should only be enabled when provided with this information.
Disable the GPMC node in the dtsi file. Since the ELM is made to work
with the GPMC, disable it too.
Signed-off-by: Andrew Davis <afd@ti.com>
Signed-off-by: Nishanth Menon <nm@ti.com>
Reviewed-by: Bryan Brattlof <bb@ti.com>
Acked-by: Vignesh Raghavendra <vigneshr@ti.com>
Link: https://lore.kernel.org/r/20221017192532.23825-11-afd@ti.com
Diffstat (limited to 'arch/arm64/boot/dts/ti/k3-am642-sk.dts')
-rw-r--r-- | arch/arm64/boot/dts/ti/k3-am642-sk.dts | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/arch/arm64/boot/dts/ti/k3-am642-sk.dts b/arch/arm64/boot/dts/ti/k3-am642-sk.dts index 3e6df16fcb59..2e2d40da360a 100644 --- a/arch/arm64/boot/dts/ti/k3-am642-sk.dts +++ b/arch/arm64/boot/dts/ti/k3-am642-sk.dts @@ -566,11 +566,3 @@ pinctrl-names = "default"; pinctrl-0 = <&main_ecap0_pins_default>; }; - -&gpmc0 { - status = "disabled"; -}; - -&elm0 { - status = "disabled"; -}; |