[PATCH v2 12/29] arm64: dts: realtek: rtd16xx: Add chip info node

Andreas Färber afaerber at suse.de
Mon Jun 22 22:50:49 EDT 2020


Add a DT node for chip identification.

Signed-off-by: Andreas Färber <afaerber at suse.de>
---
 v2: New
 
 arch/arm64/boot/dts/realtek/rtd16xx.dtsi | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/arch/arm64/boot/dts/realtek/rtd16xx.dtsi b/arch/arm64/boot/dts/realtek/rtd16xx.dtsi
index afba5f04c8ec..04cb546142a0 100644
--- a/arch/arm64/boot/dts/realtek/rtd16xx.dtsi
+++ b/arch/arm64/boot/dts/realtek/rtd16xx.dtsi
@@ -227,3 +227,10 @@ uart2: serial2 at 400 {
 		status = "disabled";
 	};
 };
+
+&sb2 {
+	chip-info at 200 {
+		compatible = "realtek,rtd1195-chip";
+		reg = <0x200 0x8>;
+	};
+};
-- 
2.26.2




More information about the linux-realtek-soc mailing list