tests: drivers: bbram: remove invalid overlay
qemu_riscv32.overlay adds a device node for the ite,it8xxx2-bbram which doesn't make any sense since for qemu_riscv32. Just remove the file. Signed-off-by: Kumar Gala <galak@kernel.org>
This commit is contained in:
parent
1bc0448564
commit
718bccd563
1 changed files with 0 additions and 13 deletions
|
|
@ -1,13 +0,0 @@
|
||||||
/*
|
|
||||||
* Copyright 2021 Google LLC
|
|
||||||
*
|
|
||||||
* SPDX-License-Identifier: Apache-2.0
|
|
||||||
*/
|
|
||||||
|
|
||||||
/ {
|
|
||||||
bbram: bbram@80 {
|
|
||||||
compatible = "ite,it8xxx2-bbram";
|
|
||||||
status = "okay";
|
|
||||||
reg = <0x80 0xff>;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
Loading…
Reference in a new issue