All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] riscv: Extend board compatible string with "qemu,mbv"
@ 2023-12-20 14:53 Michal Simek
  2023-12-21 10:05 ` Leo Liang
  0 siblings, 1 reply; 2+ messages in thread
From: Michal Simek @ 2023-12-20 14:53 UTC (permalink / raw)
  To: u-boot, git; +Cc: Leo, Padmarao Begari, Rick Chen

Extend compatible string to match the latest change in dt binding.

Fixes: 7576ab2facae ("riscv: Add support for AMD/Xilinx MicroBlaze V")
Signed-off-by: Michal Simek <michal.simek@amd.com>
---

dt binding patch is available here.
https://lore.kernel.org/all/69670e5a46c98a2eb73d4f2e2d571a27c46b4640.1700722941.git.michal.simek@amd.com/

---
 arch/riscv/dts/xilinx-mbv32.dts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/riscv/dts/xilinx-mbv32.dts b/arch/riscv/dts/xilinx-mbv32.dts
index 6a6b8b694bd1..94e42c268115 100644
--- a/arch/riscv/dts/xilinx-mbv32.dts
+++ b/arch/riscv/dts/xilinx-mbv32.dts
@@ -12,7 +12,7 @@
 	#address-cells = <1>;
 	#size-cells = <1>;
 	model = "AMD MicroBlaze V 32bit";
-	compatible = "amd,mbv";
+	compatible = "qemu,mbv", "amd,mbv";
 
 	cpus: cpus {
 		#address-cells = <1>;
-- 
2.36.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-12-21 10:06 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-12-20 14:53 [PATCH] riscv: Extend board compatible string with "qemu,mbv" Michal Simek
2023-12-21 10:05 ` Leo Liang

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.