On 21/11/2019 00:05, Caleb Robey wrote:
From: Jason Kridner <jdk@xxxxxx> BeagleBoard.org BeagleBone AI is an open source hardware single board computer based on the Texas Instruments AM5729 SoC featuring dual-core 1.5GHz Arm Cortex-A15 processor, dual-core C66 digital signal processor (DSP), quad-core embedded vision engine (EVE), Arm Cortex-M4 processors, dual programmable realtime unit industrial control subsystems and more. The board features 1GB DDR3L, USB3.0 Type-C, USB HS Type-A, microHDMI, 16GB eMMC flash, 1G Ethernet, 802.11ac 2/5GHz, Bluetooth, and BeagleBone expansion headers. For more information, refer to: https://beaglebone.ai This patch introduces the BeagleBone AI device tree. Note that the device use the "ti,tpd12s016" component which is software compatible with "ti,tpd12s015". Thus we only use the latter driver.
Ah. thanks. I see my comments resolved here. no more comments to net part from my side.
Signed-off-by: Jason Kridner <jdk@xxxxxx> Signed-off-by: Caleb Robey <c-robey@xxxxxx> Cc: Robert Nelson <robertcnelson@xxxxxxxxx> --- V2 Changes: - dra7.dtsi was reintroduced and components that are only not present in upstream linux dts were removed. arch/arm/boot/dts/Makefile | 1 + arch/arm/boot/dts/am5729-beagleboneai.dts | 731 ++++++++++++++++++++++ arch/arm/boot/dts/dra7.dtsi | 2 +- 3 files changed, 733 insertions(+), 1 deletion(-) create mode 100644 arch/arm/boot/dts/am5729-beagleboneai.dts
[..] -- Best regards, grygorii