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:
Kumar Gala 2022-08-11 02:18:50 -05:00 committed by Kumar Gala
parent 1bc0448564
commit 718bccd563

View file

@ -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>;
};
};