aboutsummaryrefslogtreecommitdiff
path: root/sys/gnu/dts/arm64/nvidia/tegra186.dtsi
Commit message (Collapse)AuthorAgeFilesLines
* Remove the old dts imported tree.Emmanuel Vadot2021-01-151-1473/+0
| | | | The new one is in sys/contrib/device-tree
* dts: Update our copy to be in sync with Linux 5.7Emmanuel Vadot2020-06-051-0/+19
| | | | | | | MFC after: 2 months Notes: svn path=/head/; revision=361848
* dts: Import DTS from Linux 5.6Emmanuel Vadot2020-04-141-8/+26
| | | | Notes: svn path=/head/; revision=359934
* dts: Update our copy for arm, arm64 and riscv dts to Linux 5.5Emmanuel Vadot2020-02-281-1/+3
| | | | | | | MFC after: 2 months Notes: svn path=/head/; revision=358430
* Import DTS files from Linux 5.3Emmanuel Vadot2019-09-281-20/+156
| | | | Notes: svn path=/head/; revision=352860
* Import DTS files from Linux 5.2Emmanuel Vadot2019-09-281-2/+145
| | | | Notes: svn path=/head/; revision=352858
* dts: Import files from Linux 5.1Emmanuel Vadot2019-05-081-15/+17
| | | | | | | MFC after: 2 months Notes: svn path=/head/; revision=347366
* Import DTS files from Linux 5.0Emmanuel Vadot2019-04-101-1/+44
| | | | | | | MFC after: 2 months Notes: svn path=/head/; revision=346092
* Import DTS from Linux 4.20Emmanuel Vadot2019-01-111-0/+76
| | | | | | | MFC after: 2 months Notes: svn path=/head/; revision=342936
* dts: Import DTS for arm64Emmanuel Vadot2018-08-231-0/+1034
- Most of the boards are using U-Boot, u-boot embed a DTB that isn't compiled with -@ (overlay ready) so we cannot use overlays. We want overlays, overlays are nice. - The DTS life is going to linux, then sometimes it's imported in U-Boot but it depend on the SoC family, U-Boot doesn't batch import every DTS like we do. So sometimes to U-Boot DTS are very old. Or when an interesting patch in commited upstream it is in Linux X+2 (roughly 4 months from now), we then have to wait for U-Boot to catch up, that give us between 4 and 6 months to have an update. - Some boards like the Marvell ones have 3 DTS, the one in the vendor U-Boot made by Marvell themselves, the one in u-boot mainline and the one in Linux. I found that the DTS in the Marvell U-Boot have some problem with FreeBSD (especially the macchiatobin that declare node with the same address but not the same size, that is not something that the rman code can handle, it could be modified, I don't know the code well enough). Also some compatible are used when they shouldn't, for example they declare the gpio being orion-gpio while this binding requires interrupts supports, which the node doesn't have. - The above situation is mostly the same with RockChip SoCs (possibly others, those are the only SoCs I work on that have this problem). Note that importing the DTS doesn't mean that every board will use them, I don't intend to copy the DTB to the GENERIC memstick image for the Overdrive 1000/3000 for example, the ones provided by the firmware works fine. RPI3 will still stay an exception as we use the DTB provided by the rpi-firmware package, so they come from the rpi foundation linux fork. Notes: svn path=/head/; revision=338245