diff options
author | Tom Rini | 2021-09-10 17:37:43 -0400 |
---|---|---|
committer | Tom Rini | 2021-10-03 11:59:22 -0400 |
commit | fa09b12dc5f67b5935fd40142e321bc13ed62b35 (patch) | |
tree | 333902209eae0ebe689fd28e7a59160f199881af /arch/arm/dts/k3-am64.dtsi | |
parent | 4698bb8c9433af051cc24002f40c14d5e977d7cb (diff) |
arm: ti: k3: Resync dts files and bindings with Linux Kernel v5.14
This resyncs the dts files for all of the currently in-tree K3
platforms, along with relevant bindings, with the v5.14 Linux Kernel
release. Of note are that the main-navss/mcu-navss nodes were renamed
to main_navss / mcu_navss and so the u-boot.dtsi files needed to be
updated to match.
Tested on j721e_evm and am65x_evm.
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'arch/arm/dts/k3-am64.dtsi')
-rw-r--r-- | arch/arm/dts/k3-am64.dtsi | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/dts/k3-am64.dtsi b/arch/arm/dts/k3-am64.dtsi index 6b2d0803b4f..de6805b0c72 100644 --- a/arch/arm/dts/k3-am64.dtsi +++ b/arch/arm/dts/k3-am64.dtsi @@ -28,8 +28,6 @@ serial6 = &main_uart4; serial7 = &main_uart5; serial8 = &main_uart6; - i2c0 = &main_i2c0; - i2c1 = &main_i2c1; ethernet0 = &cpsw_port1; ethernet1 = &cpsw_port2; }; |