diff options
| author | J. Neuschäfer <[email protected]> | 2024-12-05 18:22:00 +0100 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2024-12-18 18:59:03 -0600 |
| commit | 337bfdce5aa52637b482b182db959b9bb058f4b7 (patch) | |
| tree | f16f830bf577757f27daa94f5af97f71517803ba | |
| parent | 6f99dc241d64387dc1292700da5ef09d487d38d1 (diff) | |
powerpc: Support using upstream devicetrees
For new PowerPC developments, it will be useful to borrow devicetrees
from Linux. This patch makes it possible.
Signed-off-by: J. Neuschäfer <[email protected]>
Reviewed-by: Sumit Garg <[email protected]>
| -rw-r--r-- | dts/upstream/src/powerpc/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/dts/upstream/src/powerpc/Makefile b/dts/upstream/src/powerpc/Makefile new file mode 100644 index 00000000000..721ec5cb229 --- /dev/null +++ b/dts/upstream/src/powerpc/Makefile @@ -0,0 +1,6 @@ +# SPDX-License-Identifier: GPL-2.0+ + +include $(srctree)/scripts/Makefile.dts + +# Add any required device tree compiler flags here +DTC_FLAGS += |
