Add a basic support for AS370-RDK board based on the AS370 SoC. We can
get a basic shell on the uart console now.
Signed-off-by: Jisheng Zhang <redacted>
---
Hi Arnd,
If it's too late, I will add it in a PR for 5.16 in next development window.
Thanks
arch/arm64/boot/dts/synaptics/Makefile | 1 +
arch/arm64/boot/dts/synaptics/as370-rdk.dts | 29 +++++++++++++++++++++
2 files changed, 30 insertions(+)
create mode 100644 arch/arm64/boot/dts/synaptics/as370-rdk.dts
@@ -0,0 +1,29 @@+// SPDX-License-Identifier: (GPL-2.0 OR MIT)+/*+*Copyright(C)2018-2021SynapticsIncorporated+*+*Author:JishengZhang<jszhang@kernel.org>+*/++/dts-v1/;++#include"as370.dtsi"++/{+model="Synaptics AS370 RDK";+compatible="syna,as370-rdk","syna,as370";++chosen{+stdout-path="serial0:115200n8";+};++memory@1000000{+device_type="memory";+/* the first 16MB is for firmwares' usage */+reg=<00x0100000000x1f000000>;+};+};++&uart0{+status="okay";+};
--
2.33.0
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
From: Krzysztof Kozlowski <hidden> Date: 2021-08-20 09:59:37
On 20/08/2021 11:31, Jisheng Zhang wrote:
quoted hunk
Add a basic support for AS370-RDK board based on the AS370 SoC. We can
get a basic shell on the uart console now.
Signed-off-by: Jisheng Zhang <redacted>
---
Hi Arnd,
If it's too late, I will add it in a PR for 5.16 in next development window.
Thanks
arch/arm64/boot/dts/synaptics/Makefile | 1 +
arch/arm64/boot/dts/synaptics/as370-rdk.dts | 29 +++++++++++++++++++++
2 files changed, 30 insertions(+)
create mode 100644 arch/arm64/boot/dts/synaptics/as370-rdk.dts
@@ -0,0 +1,29 @@+// SPDX-License-Identifier: (GPL-2.0 OR MIT)+/*+*Copyright(C)2018-2021SynapticsIncorporated+*+*Author:JishengZhang<jszhang@kernel.org>+*/++/dts-v1/;++#include"as370.dtsi"++/{+model="Synaptics AS370 RDK";+compatible="syna,as370-rdk","syna,as370";
There is no such binding. You need to update the bindings file (first
patch in the series).
Best regards,
Krzysztof
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
On Fri, 20 Aug 2021 11:59:30 +0200
Krzysztof Kozlowski [off-list ref] wrote:
CAUTION: Email originated externally, do not click links or open attachments unless you recognize the sender and know the content is safe.
On 20/08/2021 11:31, Jisheng Zhang wrote:
quoted
Add a basic support for AS370-RDK board based on the AS370 SoC. We can
get a basic shell on the uart console now.
Signed-off-by: Jisheng Zhang <redacted>
---
Hi Arnd,
If it's too late, I will add it in a PR for 5.16 in next development window.
Thanks
arch/arm64/boot/dts/synaptics/Makefile | 1 +
arch/arm64/boot/dts/synaptics/as370-rdk.dts | 29 +++++++++++++++++++++
2 files changed, 30 insertions(+)
create mode 100644 arch/arm64/boot/dts/synaptics/as370-rdk.dts
@@ -0,0 +1,29 @@+// SPDX-License-Identifier: (GPL-2.0 OR MIT)+/*+*Copyright(C)2018-2021SynapticsIncorporated+*+*Author:JishengZhang<jszhang@kernel.org>+*/++/dts-v1/;++#include"as370.dtsi"++/{+model="Synaptics AS370 RDK";+compatible="syna,as370-rdk","syna,as370";
There is no such binding. You need to update the bindings file (first
patch in the series).
This is my plan ;) In fact, "berlin4ct" related binding is also missing.
I want to convert Documentation/devicetree/bindings/arm/syna.txt
to yaml, then add missing bindings. But it's too late for 5.15,
If it's fine to keep as370.dtsi without board user(s), we can drop
this patch. I will solve this issue in next development window.
Thanks
On Fri, Aug 20, 2021 at 12:27 PM Jisheng Zhang
[off-list ref] wrote:
On Fri, 20 Aug 2021 11:59:30 +0200 Krzysztof Kozlowski [off-list ref] wrote:
quoted
On 20/08/2021 11:31, Jisheng Zhang wrote:
There is no such binding. You need to update the bindings file (first
patch in the series).
This is my plan ;) In fact, "berlin4ct" related binding is also missing.
I want to convert Documentation/devicetree/bindings/arm/syna.txt
to yaml, then add missing bindings. But it's too late for 5.15,
If it's fine to keep as370.dtsi without board user(s), we can drop
this patch. I will solve this issue in next development window.
From: Krzysztof Kozlowski <hidden> Date: 2022-04-07 20:42:58
On 20/08/2021 21:55, Arnd Bergmann wrote:
On Fri, Aug 20, 2021 at 12:27 PM Jisheng Zhang
[off-list ref] wrote:
quoted
On Fri, 20 Aug 2021 11:59:30 +0200 Krzysztof Kozlowski [off-list ref] wrote:
quoted
On 20/08/2021 11:31, Jisheng Zhang wrote:
There is no such binding. You need to update the bindings file (first
patch in the series).
This is my plan ;) In fact, "berlin4ct" related binding is also missing.
I want to convert Documentation/devicetree/bindings/arm/syna.txt
to yaml, then add missing bindings. But it's too late for 5.15,
If it's fine to keep as370.dtsi without board user(s), we can drop
this patch. I will solve this issue in next development window.