public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [PATCH] arm: dts: rockpro64: Add RockPro64 smbios
@ 2023-11-10 23:58 Shantur Rathore
  2023-11-11  0:26 ` Tom Rini
                   ` (2 more replies)
  0 siblings, 3 replies; 14+ messages in thread
From: Shantur Rathore @ 2023-11-10 23:58 UTC (permalink / raw)
  To: u-boot; +Cc: sjg, philipp.tomsich, kever.yang, Shantur Rathore

---
 arch/arm/dts/rk3399-rockpro64.dtsi | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

diff --git a/arch/arm/dts/rk3399-rockpro64.dtsi b/arch/arm/dts/rk3399-rockpro64.dtsi
index 6bff8db7d3..cf850a69e6 100644
--- a/arch/arm/dts/rk3399-rockpro64.dtsi
+++ b/arch/arm/dts/rk3399-rockpro64.dtsi
@@ -20,6 +20,26 @@
 		stdout-path = "serial2:1500000n8";
 	};
 
+	smbios {
+		compatible = "u-boot,sysinfo-smbios";
+		smbios {
+			system {
+				manufacturer = "PINE64";
+				product = "RockPro64";
+			};
+
+			baseboard {
+				manufacturer = "PINE64";
+				product = "RockPro64";
+			};
+
+			chassis {
+				manufacturer = "PINE64";
+				product = "RockPro64";
+			};
+		};
+	};
+
 	clkin_gmac: external-gmac-clock {
 		compatible = "fixed-clock";
 		clock-frequency = <125000000>;
-- 
2.40.1


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

end of thread, other threads:[~2023-12-16 18:51 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-11-10 23:58 [PATCH] arm: dts: rockpro64: Add RockPro64 smbios Shantur Rathore
2023-11-11  0:26 ` Tom Rini
2023-11-11 11:43 ` Shantur Rathore
2023-11-13 10:01 ` [PATCH v3] " Shantur Rathore
2023-11-13 10:16   ` Dragan Simic
2023-11-13 11:23     ` [PATCH v4] " Shantur Rathore
2023-12-11 20:42       ` Shantur Rathore
2023-12-11 20:53         ` Tom Rini
2023-12-13 19:50           ` Simon Glass
2023-12-13 20:29             ` Tom Rini
2023-12-13 20:41               ` Simon Glass
2023-12-14 14:14                 ` Shantur Rathore
2023-12-16 18:46                   ` Simon Glass
2023-12-12  0:18       ` Kever Yang

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox