diff options
author | Alexander Stein <alexander.stein@ew.tq-group.com> | 2023-03-27 10:06:00 +0800 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2023-03-27 10:06:00 +0800 |
commit | c355d913d21736c8a00a41cfacc19d2839063d89 (patch) | |
tree | b8d2a07949114839b90dfc6acf964f5267bcb227 /arch/arm64 | |
parent | b3cdf730486b048ca0bf23bef050550d9fd40422 (diff) | |
download | linux-stable-c355d913d21736c8a00a41cfacc19d2839063d89.tar.gz linux-stable-c355d913d21736c8a00a41cfacc19d2839063d89.tar.bz2 linux-stable-c355d913d21736c8a00a41cfacc19d2839063d89.zip |
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: 94e6197dadc9 ("arm64: dts: imx8mp: Add LCDIF2 & LDB nodes")
Signed-off-by: Alexander Stein <alexander.stein@ew.tq-group.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm64')
-rw-r--r-- | arch/arm64/boot/dts/freescale/imx8mp.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/freescale/imx8mp.dtsi b/arch/arm64/boot/dts/freescale/imx8mp.dtsi index 2dd60e3252f3..a237275ee017 100644 --- a/arch/arm64/boot/dts/freescale/imx8mp.dtsi +++ b/arch/arm64/boot/dts/freescale/imx8mp.dtsi @@ -1128,7 +1128,7 @@ lcdif2: display-controller@32e90000 { compatible = "fsl,imx8mp-lcdif"; - reg = <0x32e90000 0x238>; + reg = <0x32e90000 0x10000>; interrupts = <GIC_SPI 6 IRQ_TYPE_LEVEL_HIGH>; clocks = <&clk IMX8MP_CLK_MEDIA_DISP2_PIX_ROOT>, <&clk IMX8MP_CLK_MEDIA_APB_ROOT>, |