RE: [PATCH 1/3] clk: qoriq: add t1023 soc support
From: Andy Tang <hidden>
Date: 2018-10-16 14:06:16
Also in:
linux-clk
Hi, Appreciate if you can take a look at this patch set. BR, Andy
quoted hunk ↗ jump to hunk
-----Original Message----- From: andy.tang@nxp.com <redacted> Sent: 2018年9月19日 15:39 To: mturquette@baylibre.com; oss@buserror.net Cc: sboyd@kernel.org; robh+dt@kernel.org; mark.rutland@arm.com; linux-clk@vger.kernel.org; devicetree@vger.kernel.org; Andy Tang [off-list ref] Subject: [PATCH 1/3] clk: qoriq: add t1023 soc support From: Yuantian Tang <redacted> Add t1023 clock compatible string to the bindings. Signed-off-by: Tang Yuantian <redacted> --- .../devicetree/bindings/clock/qoriq-clock.txt | 1 + 1 files changed, 1 insertions(+), 0 deletions(-)diff --git a/Documentation/devicetree/bindings/clock/qoriq-clock.txtb/Documentation/devicetree/bindings/clock/qoriq-clock.txt index 97f46ad..34e1933 100644--- a/Documentation/devicetree/bindings/clock/qoriq-clock.txt +++ b/Documentation/devicetree/bindings/clock/qoriq-clock.txt@@ -37,6 +37,7 @@ Required properties: * "fsl,ls1046a-clockgen" * "fsl,ls1088a-clockgen" * "fsl,ls2080a-clockgen" + * "fsl,t1023-clockgen" Chassis-version clock strings include: * "fsl,qoriq-clockgen-1.0": for chassis 1.0 clocks * "fsl,qoriq-clockgen-2.0": for chassis 2.0 clocks --1.7.1