Skip to content

Commit c355d91

Browse files
tq-steinaShawn Guo
authored andcommitted
arm64: dts: imx8mp: fix address length for LCDIF2
0x238 is the offset for PANIC0_THRES, so the length needs to be greater than that. Use the size from memory map from reference manual. Fixes: 94e6197 ("arm64: dts: imx8mp: Add LCDIF2 & LDB nodes") Signed-off-by: Alexander Stein <[email protected]> Signed-off-by: Shawn Guo <[email protected]>
1 parent b3cdf73 commit c355d91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/arm64/boot/dts/freescale/imx8mp.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1128,7 +1128,7 @@
11281128

11291129
lcdif2: display-controller@32e90000 {
11301130
compatible = "fsl,imx8mp-lcdif";
1131-
reg = <0x32e90000 0x238>;
1131+
reg = <0x32e90000 0x10000>;
11321132
interrupts = <GIC_SPI 6 IRQ_TYPE_LEVEL_HIGH>;
11331133
clocks = <&clk IMX8MP_CLK_MEDIA_DISP2_PIX_ROOT>,
11341134
<&clk IMX8MP_CLK_MEDIA_APB_ROOT>,

0 commit comments

Comments
 (0)