aboutsummaryrefslogtreecommitdiffstats
path: root/dts
Commit message (Expand)AuthorAgeFilesLines
* Subtree merge tag 'v6.10-dts' of devicetree-rebasing repo [1] into dts/upstreamWIP/20Jul2024Tom Rini2024-07-201155-10194/+42985
* arm64: dts: rockchip: add PCIe3 support on rk3588-jaguarHeiko Stuebner2024-07-171-0/+59
* Merge patch series "Add Turris 1.x board"Tom Rini2024-07-121-0/+6
|\
| * board_f: Add support for CONFIG_OF_BOARD_FIXUP for XIP imagesPali Rohár2024-07-121-0/+6
* | Merge patch series "xtensa: Enable qemu-xtensa board"WIP/04Jul2024Tom Rini2024-07-041-0/+14
|\ \
| * | dts/upsteam: Add Makefile for xtensaJiaxun Yang2024-07-041-0/+14
* | | arm64: dts: rockchip: add dual-role usb3 hosts to rk3588 Tiger-HaikouHeiko Stuebner2024-06-141-0/+58
* | | arm64: dts: rockchip: add usb-id extcon on rk3588 tigerHeiko Stuebner2024-06-141-0/+15
* | | arm64: dts: rockchip: fix comment for upper usb3 portHeiko Stuebner2024-06-141-3/+3
* | | arm64: dts: rockchip: fix pcie-refclk frequency on rk3588 tigerHeiko Stuebner2024-06-141-1/+1
* | | arm64: dts: rockchip: correct gpio_pwrctrl1 typos on rk3588(s) boardsJing Luo2024-06-149-9/+9
* | | arm64: dts: rockchip: move uart2 pinmux to dtsi on rk3588-tigerHeiko Stuebner2024-06-142-1/+5
* | | arm64: dts: rockchip: enable gpu on rk3588-tigerHeiko Stuebner2024-06-141-0/+5
* | | arm64: dts: rockchip: Add ArmSom Sige7 boardJianfeng Liu2024-06-141-0/+721
* | | arm64: dts: rockchip: add rk3588 pcie and php IOMMUsNiklas Cassel2024-06-141-0/+24
* | | arm64: dts: rockchip: add USB3 DRD controllers on rk3588Sebastian Reichel2024-06-142-0/+42
* | | arm64: dts: rockchip: add USBDP phys on rk3588Sebastian Reichel2024-06-142-0/+115
* | | arm64: dts: rockchip: reorder usb2phy properties for rk3588Sebastian Reichel2024-06-141-8/+8
* | | arm64: dts: rockchip: fix usb2phy nodename for rk3588Sebastian Reichel2024-06-141-2/+2
* | | arm64: dts: rockchip: Fix ordering of nodes on rk3588sDiederik de Haas2024-06-141-152/+152
* | | arm64: dts: rockchip: Add rk3588 GPU nodeBoris Brezillon2024-06-141-0/+56
* | | Merge tag 'v2024.07-rc4' into nextTom Rini2024-06-041-0/+4
|\ \ \ | |_|/ |/| |
| * | ARM: dts: renesas: Reserve space in 64bit R-Car DTsMarek Vasut2024-06-011-0/+4
| |/
* / Subtree merge tag 'v6.9-dts' of devicetree-rebasing repo [1] into dts/upstreamTom Rini2024-05-201276-12498/+55311
|/
* dts: support building all dtb files for a specific vendorCaleb Connolly2024-04-291-0/+24
* Subtree merge tag 'v6.8-dts' of devicetree-rebasing repo [1] into dts/upstreamTom Rini2024-04-011311-8539/+67670
* Makefile: Add missing OF_UPSTREAM Makefile for 32bit ARMMarek Vasut2024-03-201-0/+14
* dts: Add script to uprev dts/upstream subtreeSumit Garg2024-02-291-0/+48
* dts: Add alternative location for upstream DTB buildsSumit Garg2024-02-293-3/+44
* Makefile: Add support for DT bindings schema checksSumit Garg2024-02-291-3/+3
* Merge commit '53633a893a06bd5a0c807287d9cc29337806eaf7' as 'dts/upstream'Tom Rini2024-02-2911277-0/+2103666
* dts: OF_HAS_PRIOR_STAGE should depend on !BLOBLISTRaymond Mao2024-02-291-0/+1
* spl: Allow enabling SPL_OF_REAL and SPL_OF_PLATDATA at the same timeSean Anderson2023-10-171-3/+5
* Kbuild: Fix cleanup of *.dtb for some archsTobias Deiminger2023-07-071-1/+3
* global: Use proper project name U-BootMichal Simek2023-06-121-2/+2
* dm: treewide: Complete migration to new driver model schemaSimon Glass2023-02-141-1/+1
* dm: Add support for handling old u-boot,dm- tagsSimon Glass2023-02-141-0/+10
* fdt: Drop use of non-existent OF_PLATDATA optionWIP/2023-02-07-Kconfig-cleanup-dead-code-removalSimon Glass2023-02-071-2/+2
* vpl: Ensure all VPL symbols in Kconfig have some VPL dependencyTom Rini2022-06-281-0/+1
* vpl: Add Kconfig options for VPLSimon Glass2022-05-021-0/+17
* dts: automatically build necessary .dtb filesRasmus Villemoes2022-02-091-4/+4
* introduce CONFIG_DEVICE_TREE_INCLUDESRasmus Villemoes2022-01-251-0/+9
* fdt: Avoid emitting an device tree when not neededSimon Glass2021-12-231-0/+10
* fdt: Add a Kconfig for boards with a prior stageSimon Glass2021-12-231-5/+28
* fdt: Drop #ifdefs with MULTI_DTB_FITSimon Glass2021-12-231-1/+0
* fdt: Drop CONFIG_BINMAN_STANDALONE_FDTSimon Glass2021-12-231-18/+0
* fdt: Make OF_BOARD a bool optionSimon Glass2021-12-231-5/+6
* sandbox: Remove OF_HOSTFILEWIP/27Oct2021Ilias Apalodimas2021-10-271-9/+1
* Makefile: Only build dtc if neededSimon Glass2021-10-191-4/+0
* treewide: Remove OF_PRIOR_STAGEWIP/bisect-testingIlias Apalodimas2021-10-181-9/+2