diff options
| author | Simon Glass <sjg@chromium.org> | 2021-12-16 20:59:16 -0700 |
|---|---|---|
| committer | Tom Rini <trini@konsulko.com> | 2021-12-23 10:24:39 -0500 |
| commit | 56a47ba21ba86bc9ac296a15e96eccc4571a98fe (patch) | |
| tree | f9fd0f3452cb0d0e90a457ebcc18fd0b555a1e6a /arch/arm/dts/octeontx.dts | |
| parent | e5e6cc7cfae431361bf7d955a0c02d5463879cd2 (diff) | |
arm: octeontx: Add an empty devicetree file
Add an empty file to prevent build errors when building with
CONFIG_OF_SEPARATE enabled.
Unfortunately there are no build instructions in the U-Boot tree to enable
a real file to be created.
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'arch/arm/dts/octeontx.dts')
| -rw-r--r-- | arch/arm/dts/octeontx.dts | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/arch/arm/dts/octeontx.dts b/arch/arm/dts/octeontx.dts new file mode 100644 index 00000000000..60a15f5df23 --- /dev/null +++ b/arch/arm/dts/octeontx.dts @@ -0,0 +1,14 @@ +// SPDX-License-Identifier: GPL-2.0+ +/* + * Dummy devicetre file for octeontx2 boards + * + * This is required to make the board build with CONFIG OF_SEPARATE + * I could not find any in-tree documentation at all so this is a dummy file. + * + * Copyright 2021 Google LLC + */ + +/dts-v1/; + +/ { +}; |
