Add a DT node for chip identification.
Signed-off-by: Andreas Färber <[email protected]>
---
v1 -> v2:
* Rebased onto SB2 syscon
arch/arm/boot/dts/rtd1195.dtsi | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/arch/arm/boot/dts/rtd1195.dtsi b/arch/arm/boot/dts/rtd1195.dtsi
index 6fd12a2d766e..5ad0e81c37af 100644
--- a/arch/arm/boot/dts/rtd1195.dtsi
+++ b/arch/arm/boot/dts/rtd1195.dtsi
@@ -223,6 +223,11 @@ sb2_hd_sem: hwspinlock@0 {
#hwlock-cells = <0>;
};
+ chip-info@200 {
+ compatible = "realtek,rtd1195-chip";
+ reg = <0x200 0x8>;
+ };
+
sb2_hd_sem_new: hwspinlock@620 {
compatible = "realtek,rtd1195-sb2-sem";
reg = <0x620 0x20>;
--
2.26.2
Hi Andreas,
> -----Original Message-----
> From: Andreas Färber [mailto:[email protected]]
> Sent: Tuesday, June 23, 2020 10:51 AM
> To: [email protected]
> Cc: [email protected]; [email protected]; James
> Tai [戴志峰]; Stanley Chang[昌育德]; Edgar Lee [李承諭]; Andreas Färber;
> Rob Herring; [email protected]
> Subject: [PATCH v2 04/29] ARM: dts: rtd1195: Add chip info node
>
> Add a DT node for chip identification.
>
> Signed-off-by: Andreas Färber <[email protected]>
Reviewed-by: Stanley Chang <[email protected]>
Thanks,
Stanley