aboutsummaryrefslogtreecommitdiffstats
path: root/dts/upstream/src
Commit message (Collapse)AuthorAgeFilesLines
* Subtree merge tag 'v6.8-dts' of devicetree-rebasing repo [1] into dts/upstreamWIP/29Mar2024-nextTom Rini2024-03-29757-4899/+50543
| | | | [1] https://git.kernel.org/pub/scm/linux/kernel/git/devicetree/devicetree-rebasing.git/
* Makefile: Add missing OF_UPSTREAM Makefile for 32bit ARMMarek Vasut2024-03-201-0/+14
| | | | | | | | | | Copy dts/upstream/src/arm64/Makefile into dts/upstream/src/arm/Makefile and create a commit. This makes 32bit ARM buildable with OF_UPSTREAM . Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org> Reviewed-by: Sumit Garg <sumit.garg@linaro.org> Tested-by: Adam Ford <aford173@gmail.com> #am3517-evm Tested-by: Tony Dinh <mibodhi@gmail.com>
* dts: Add alternative location for upstream DTB buildsSumit Garg2024-02-291-0/+14
| | | | | | | | | | | | Allow platform owners to mirror devicetree files from devitree-rebasing directory into dts/upstream/src/$(ARCH) (special case for arm64). Then build then along with any *-u-boot.dtsi file present in arch/$(ARCH)/dts directory. Also add a new Makefile for arm64. This will help easy migration for platforms which currently are compliant with upstream Linux kernel devicetree files. Signed-off-by: Sumit Garg <sumit.garg@linaro.org>
* Merge commit '53633a893a06bd5a0c807287d9cc29337806eaf7' as 'dts/upstream'Tom Rini2024-02-295031-0/+1499594