projects
/
platform
/
kernel
/
linux-starfive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
32f86da
)
arm64: dts: imx8mp: Fix LCDIF2 node clock order
author
Marek Vasut
<marex@denx.de>
Fri, 17 Feb 2023 19:15:38 +0000
(20:15 +0100)
committer
Shawn Guo
<shawnguo@kernel.org>
Tue, 14 Mar 2023 03:43:42 +0000
(11:43 +0800)
The 'axi' clock are the bus APB clock, the 'disp_axi' clock are the
pixel data AXI clock. The naming is confusing. Fix the clock order.
Fixes:
94e6197dadc9
("arm64: dts: imx8mp: Add LCDIF2 & LDB nodes")
Signed-off-by: Marek Vasut <marex@denx.de>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm64/boot/dts/freescale/imx8mp.dtsi
patch
|
blob
|
history
diff --git
a/arch/arm64/boot/dts/freescale/imx8mp.dtsi
b/arch/arm64/boot/dts/freescale/imx8mp.dtsi
index
a19224f
..
2dd60e3
100644
(file)
--- a/
arch/arm64/boot/dts/freescale/imx8mp.dtsi
+++ b/
arch/arm64/boot/dts/freescale/imx8mp.dtsi
@@
-1131,8
+1131,8
@@
reg = <0x32e90000 0x238>;
interrupts = <GIC_SPI 6 IRQ_TYPE_LEVEL_HIGH>;
clocks = <&clk IMX8MP_CLK_MEDIA_DISP2_PIX_ROOT>,
- <&clk IMX8MP_CLK_MEDIA_A
XI
_ROOT>,
- <&clk IMX8MP_CLK_MEDIA_A
PB
_ROOT>;
+ <&clk IMX8MP_CLK_MEDIA_A
PB
_ROOT>,
+ <&clk IMX8MP_CLK_MEDIA_A
XI
_ROOT>;
clock-names = "pix", "axi", "disp_axi";
assigned-clocks = <&clk IMX8MP_CLK_MEDIA_DISP2_PIX>,
<&clk IMX8MP_VIDEO_PLL1>;