Add a DT node for chip identification.

Signed-off-by: Andreas Färber <afaer...@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@400 {
                status = "disabled";
        };
 };
+
+&sb2 {
+       chip-info@200 {
+               compatible = "realtek,rtd1195-chip";
+               reg = <0x200 0x8>;
+       };
+};
-- 
2.26.2

Reply via email to