1 From e13c24ef2f068e651b9996922a08843d53513cab Mon Sep 17 00:00:00 2001
2 From: Wen He <wen.he_1@nxp.com>
3 Date: Fri, 20 Sep 2019 16:34:18 +0800
4 Subject: [PATCH] arm64: dts: ls1028a: Update the clock providers for the Mali
7 In order to maximise performance of the LCD Controller's 64-bit AXI
8 bus, for any give speed bin of the device, the AXI master interface
9 clock(ACLK) clock can be up to CPU_frequency/2, which is already
10 capable of optimal performance. In general, ACLK is always expected
11 to be equal to CPU_frequency/2. APB slave interface clock(PCLK) and
12 Main processing clock(PCLK) both are tied to the same clock as ACLK.
14 This change followed the LS1028A Architecture Specification Manual.
16 Signed-off-by: Wen He <wen.he_1@nxp.com>
17 Acked-by: Li Yang <leoyang.li@nxp.com>
18 Signed-off-by: Shawn Guo <shawnguo@kernel.org>
20 arch/arm64/boot/dts/freescale/fsl-ls1028a.dtsi | 17 ++---------------
21 1 file changed, 2 insertions(+), 15 deletions(-)
23 --- a/arch/arm64/boot/dts/freescale/fsl-ls1028a.dtsi
24 +++ b/arch/arm64/boot/dts/freescale/fsl-ls1028a.dtsi
30 - compatible = "fixed-clock";
32 - clock-frequency = <650000000>;
33 - clock-output-names= "aclk";
37 - compatible = "fixed-clock";
39 - clock-frequency = <650000000>;
40 - clock-output-names= "pclk";
44 compatible ="syscon-reboot";
47 interrupts = <0 222 IRQ_TYPE_LEVEL_HIGH>,
48 <0 223 IRQ_TYPE_LEVEL_HIGH>;
49 interrupt-names = "DE", "SE";
50 - clocks = <&dpclk 0>, <&aclk>, <&aclk>, <&pclk>;
51 + clocks = <&dpclk 0>, <&clockgen 2 2>, <&clockgen 2 2>,
53 clock-names = "pxlclk", "mclk", "aclk", "pclk";
54 arm,malidp-output-port-lines = /bits/ 8 <8 8 8>;
55 arm,malidp-arqos-value = <0xd000d000>;