diff options
author | Andrew Davis <afd@ti.com> | 2022-10-28 09:24:08 -0500 |
---|---|---|
committer | Nishanth Menon <nm@ti.com> | 2022-11-03 21:46:00 -0500 |
commit | c0a5ba87af56f073145dd026280454aec4a44db0 (patch) | |
tree | d6e52c6863ffede4bfa626ea9c33a2edf81fae20 /arch/arm64/boot/dts/ti/k3-am65-mcu.dtsi | |
parent | 65e8781ac90e74242ebb1a98bf415809e8387aaf (diff) |
arm64: dts: ti: k3-am65: Enable I2C nodes at the board level
I2C nodes defined in the top-level AM65x SoC dtsi files are incomplete
and will not be functional unless they are extended with pinmux
information.
As the pinmux is only known at the board integration level, these
nodes should only be enabled when provided with this information.
Disable the I2C 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>
Signed-off-by: Nishanth Menon <nm@ti.com>
Tested-by: Jan Kiszka <jan.kiszka@siemens.com>
Reviewed-by: Bryan Brattlof <bb@ti.com>
Link: https://lore.kernel.org/r/20221028142417.10642-3-afd@ti.com
Diffstat (limited to 'arch/arm64/boot/dts/ti/k3-am65-mcu.dtsi')
-rw-r--r-- | arch/arm64/boot/dts/ti/k3-am65-mcu.dtsi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/ti/k3-am65-mcu.dtsi b/arch/arm64/boot/dts/ti/k3-am65-mcu.dtsi index d5099456a901..56cb193d1741 100644 --- a/arch/arm64/boot/dts/ti/k3-am65-mcu.dtsi +++ b/arch/arm64/boot/dts/ti/k3-am65-mcu.dtsi @@ -47,6 +47,7 @@ clock-names = "fck"; clocks = <&k3_clks 114 1>; power-domains = <&k3_pds 114 TI_SCI_PD_EXCLUSIVE>; + status = "disabled"; }; mcu_spi0: spi@40300000 { |