From: "Tony Lindgren" <tony@xxxxxxxxxxx> The following changes since commit bae989c4bc53f861cc1b706aab0194703e9907a8: ARM: OMAP1: ams-delta: remove unused function ams_delta_camera_power (2021-05-26 14:01:27 +0300) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v5.13/fixes-rc6-signed for you to fetch changes up to 78b4b165280d3d70e7a217599f0c06a4c0bb11f9: ARM: dts: dra7: Fix duplicate USB4 target module node (2021-06-11 08:30:42 +0300) ---------------------------------------------------------------- Fix duplicate usb4 regression for dra74 variants USB4 is only present in DRA74x variants, and I managed to add it for the other variants too with the recent legacy platform data removal. ---------------------------------------------------------------- Gowtham Tammana (1): ARM: dts: dra7: Fix duplicate USB4 target module node arch/arm/boot/dts/am5718.dtsi | 6 +-- arch/arm/boot/dts/dra7-l4.dtsi | 22 ---------- arch/arm/boot/dts/dra71x.dtsi | 4 -- arch/arm/boot/dts/dra72x.dtsi | 4 -- arch/arm/boot/dts/dra74x.dtsi | 92 ++++++++++++++++++++++-------------------- 5 files changed, 50 insertions(+), 78 deletions(-)