diff options
| author | Conor Dooley <[email protected]> | 2024-10-23 11:17:54 +0100 |
|---|---|---|
| committer | Leo Yu-Chi Liang <[email protected]> | 2024-10-29 19:58:22 +0800 |
| commit | 239e4705099c7516f3d3cf958f3e540d635a4ed3 (patch) | |
| tree | dbdb1b88bf55dc2fc40a5506f8c07988f2738518 /dts/upstream/src | |
| parent | f23ecdddf1916248adea0c1fbd988790592c7ff0 (diff) | |
riscv: dts: mpfs: migrate to OF_UPSTREAM
The U-Boot copy of the mpfs devicetree has, in general, been neglected
somewhat in comparison to the one in Linux. Moving to OF_UPSTREAM to
keep both in sync should serve to eliminate that discrepancy.
Additionally, moving to OF_UPSTREAM will let U-Boot automatically pick
up the devicetree rework that is in progress at [1].
Link: https://lore.kernel.org/all/20241002-private-unequal-33cfa6101338@spud/ [1]
Signed-off-by: Conor Dooley <[email protected]>
Reviewed-by: Sumit Garg <[email protected]>
Diffstat (limited to 'dts/upstream/src')
| -rw-r--r-- | dts/upstream/src/riscv/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/dts/upstream/src/riscv/Makefile b/dts/upstream/src/riscv/Makefile new file mode 100644 index 00000000000..980617e6de3 --- /dev/null +++ b/dts/upstream/src/riscv/Makefile @@ -0,0 +1,6 @@ +# SPDX-License-Identifier: GPL-2.0+ + +include $(srctree)/scripts/Makefile.dts + +DTC_FLAGS += -R 4 -p 0x1000 + |
