[PATCH v2 15/29] arm64: dts: realtek: rtd13xx: Add chip info node

Andreas Färber afaerber at suse.de
Mon Jun 22 22:50:52 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/rtd13xx.dtsi | 7 +++++++
 1 file changed, 7 insertions(+)

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




More information about the linux-arm-kernel mailing list