diff mbox series

[RFC,03/11] arm64: dts: realtek: rtd129x: Add chip info node

Message ID 20191103013645.9856-4-afaerber@suse.de (mailing list archive)
State New, archived
Headers show
Series ARM: Realtek RTD1195/RTD1295 SoC info | expand

Commit Message

Andreas Färber Nov. 3, 2019, 1:36 a.m. UTC
Add a DT node for chip identification.

Signed-off-by: Andreas Färber <afaerber@suse.de>
---
 arch/arm64/boot/dts/realtek/rtd129x.dtsi | 5 +++++
 1 file changed, 5 insertions(+)

Comments

James Tai [戴志峰] Jan. 2, 2020, 2:32 p.m. UTC | #1
Add Stanley Chang for review.

> Add a DT node for chip identification.
> 
> Signed-off-by: Andreas Färber <afaerber@suse.de>
> ---
>  arch/arm64/boot/dts/realtek/rtd129x.dtsi | 5 +++++
>  1 file changed, 5 insertions(+)
> 
> diff --git a/arch/arm64/boot/dts/realtek/rtd129x.dtsi
> b/arch/arm64/boot/dts/realtek/rtd129x.dtsi
> index 4433114476f5..15a7c249155d 100644
> --- a/arch/arm64/boot/dts/realtek/rtd129x.dtsi
> +++ b/arch/arm64/boot/dts/realtek/rtd129x.dtsi
> @@ -84,6 +84,11 @@
>  			status = "disabled";
>  		};
> 
> +		chip-info@9801a200 {
> +			compatible = "realtek,rtd1195-chip";
> +			reg = <0x9801a200 0x8>;
> +		};
> +
>  		uart1: serial@9801b200 {
>  			compatible = "snps,dw-apb-uart";
>  			reg = <0x9801b200 0x100>;
> --
> 2.16.4
> 
> 
> _______________________________________________
> linux-realtek-soc mailing list
> linux-realtek-soc@lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/linux-realtek-soc
> 
> ------Please consider the environment before printing this e-mail.
James Tai [戴志峰] Jan. 2, 2020, 2:33 p.m. UTC | #2
> Add a DT node for chip identification.
> 
> Signed-off-by: Andreas Färber <afaerber@suse.de>
> ---
>  arch/arm64/boot/dts/realtek/rtd129x.dtsi | 5 +++++
>  1 file changed, 5 insertions(+)
> 
> diff --git a/arch/arm64/boot/dts/realtek/rtd129x.dtsi
> b/arch/arm64/boot/dts/realtek/rtd129x.dtsi
> index 4433114476f5..15a7c249155d 100644
> --- a/arch/arm64/boot/dts/realtek/rtd129x.dtsi
> +++ b/arch/arm64/boot/dts/realtek/rtd129x.dtsi
> @@ -84,6 +84,11 @@
>  			status = "disabled";
>  		};
> 
> +		chip-info@9801a200 {
> +			compatible = "realtek,rtd1195-chip";
> +			reg = <0x9801a200 0x8>;
> +		};
> +
>  		uart1: serial@9801b200 {
>  			compatible = "snps,dw-apb-uart";
>  			reg = <0x9801b200 0x100>;
> --
> 2.16.4
> 
Acked-by: James Tai <james.tai@realtek.com>
James Tai [戴志峰] Jan. 2, 2020, 2:34 p.m. UTC | #3
> Add a DT node for chip identification.
> 
> Signed-off-by: Andreas Färber <afaerber@suse.de>
> ---
>  arch/arm64/boot/dts/realtek/rtd129x.dtsi | 5 +++++
>  1 file changed, 5 insertions(+)
> 
> diff --git a/arch/arm64/boot/dts/realtek/rtd129x.dtsi
> b/arch/arm64/boot/dts/realtek/rtd129x.dtsi
> index 4433114476f5..15a7c249155d 100644
> --- a/arch/arm64/boot/dts/realtek/rtd129x.dtsi
> +++ b/arch/arm64/boot/dts/realtek/rtd129x.dtsi
> @@ -84,6 +84,11 @@
>  			status = "disabled";
>  		};
> 
> +		chip-info@9801a200 {
> +			compatible = "realtek,rtd1195-chip";
> +			reg = <0x9801a200 0x8>;
> +		};
> +
>  		uart1: serial@9801b200 {
>  			compatible = "snps,dw-apb-uart";
>  			reg = <0x9801b200 0x100>;
> --
> 2.16.4
>
Acked-by: James Tai <james.tai@realtek.com>
Stanley Chang[昌育德] Jan. 3, 2020, 5:07 a.m. UTC | #4
Hi Andreas,

This patch is work in my platform.

> Add Stanley Chang for review.
> 
> > Add a DT node for chip identification.
> >
> > Signed-off-by: Andreas Färber <afaerber@suse.de>
> > ---
> >  arch/arm64/boot/dts/realtek/rtd129x.dtsi | 5 +++++
> >  1 file changed, 5 insertions(+)
> >
> > diff --git a/arch/arm64/boot/dts/realtek/rtd129x.dtsi
> > b/arch/arm64/boot/dts/realtek/rtd129x.dtsi
> > index 4433114476f5..15a7c249155d 100644
> > --- a/arch/arm64/boot/dts/realtek/rtd129x.dtsi
> > +++ b/arch/arm64/boot/dts/realtek/rtd129x.dtsi
> > @@ -84,6 +84,11 @@
> >  			status = "disabled";
> >  		};
> >
> > +		chip-info@9801a200 {
> > +			compatible = "realtek,rtd1195-chip";
> > +			reg = <0x9801a200 0x8>;
> > +		};
> > +
> >  		uart1: serial@9801b200 {
> >  			compatible = "snps,dw-apb-uart";
> >  			reg = <0x9801b200 0x100>;
> > --
> > 2.16.4
> >

Tested-by: Stanley Chang <stanley_chang@realtek.com>
Reviewed-by: Stanley Chang <stanley_chang@realtek.com>

Thanks,
Stanley
diff mbox series

Patch

diff --git a/arch/arm64/boot/dts/realtek/rtd129x.dtsi b/arch/arm64/boot/dts/realtek/rtd129x.dtsi
index 4433114476f5..15a7c249155d 100644
--- a/arch/arm64/boot/dts/realtek/rtd129x.dtsi
+++ b/arch/arm64/boot/dts/realtek/rtd129x.dtsi
@@ -84,6 +84,11 @@ 
 			status = "disabled";
 		};
 
+		chip-info@9801a200 {
+			compatible = "realtek,rtd1195-chip";
+			reg = <0x9801a200 0x8>;
+		};
+
 		uart1: serial@9801b200 {
 			compatible = "snps,dw-apb-uart";
 			reg = <0x9801b200 0x100>;