diff options
| author | Venkatesh Yadav Abbarapu <[email protected]> | 2024-06-19 12:47:30 +0530 |
|---|---|---|
| committer | Michal Simek <[email protected]> | 2024-08-05 16:10:36 +0200 |
| commit | 8bfbc09aef8a443d2e5b9d1c7fb8961b831416bf (patch) | |
| tree | a1886fa51add6fe5cfc4f30ae97b372e3e282351 /arch | |
| parent | 83cb220d47231149d43847dc8a8770e9f266fda8 (diff) | |
arm64: versal2: Add support for mini configuration
Versal2 mini configuration is designed for running memory test.
Signed-off-by: Venkatesh Yadav Abbarapu <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Michal Simek <[email protected]>
Diffstat (limited to 'arch')
| -rw-r--r-- | arch/arm/dts/amd-versal2-mini.dts | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/arch/arm/dts/amd-versal2-mini.dts b/arch/arm/dts/amd-versal2-mini.dts new file mode 100644 index 00000000000..ac685772da2 --- /dev/null +++ b/arch/arm/dts/amd-versal2-mini.dts @@ -0,0 +1,11 @@ +// SPDX-License-Identifier: GPL-2.0 +/* + * Empty device tree for amd-versal2-mini + * + * Copyright (C) 2024, Advanced Micro Devices, Inc. + */ + +/dts-v1/; + +/ { +}; |
