Message ID | 20191103013645.9856-1-afaerber@suse.de |
---|---|
Headers | show |
Series | ARM: Realtek RTD1195/RTD1295 SoC info | expand |
Am 03.11.19 um 02:36 schrieb Andreas Färber: > Prepared but not included here is: > * RTD1395 family, which we don't have a DT for yet, > * RTD1619 family, which we don't have a DT for yet, Chip ID to be verified, > * RTD1319 family, which we don't have a DT for yet, with TODO for its Chip ID. > > Latest experimental patches at: > https://github.com/afaerber/linux/commits/rtd1295-next For anyone wondering, the RTD1395 SoC info patch in above tree had a typo in the chip id that has been fixed and tested on BPi-M4 now. Cheers, Andreas
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.
> 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>
> 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>
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