Message ID | 20230925151444.1856852-1-w.egorov@phytec.de (mailing list archive) |
---|---|
State | Mainlined |
Commit | 33269ac0b768b07da017df173d52952625c57870 |
Headers | show |
Series | [v2] arm64: dts: ti: k3-am625-beagleplay: Fix typo in ramoops reg | expand |
Hi Wadim Egorov, On Mon, 25 Sep 2023 17:14:44 +0200, Wadim Egorov wrote: > Seems like the address value of the reg property was mistyped. > Update reg to 0x9ca00000 to match node's definition. > > I have applied the following to branch ti-k3-dts-next on [1]. Thank you! [1/1] arm64: dts: ti: k3-am625-beagleplay: Fix typo in ramoops reg commit: c3357773f560135c956de0c195e5ffe71c744a34 All being well this means that it will be integrated into the linux-next tree (usually sometime in the next 24 hours) and sent up the chain during the next merge window (or sooner if it is a relevant bug fix), however if problems are discovered then the patch may be dropped or reverted. You may get further e-mails resulting from automated or manual testing and review of the tree, please engage with people reporting problems and send followup patches addressing any issues that are reported if needed. If any updates are required or you are submitting further changes they should be sent as incremental updates against current git, existing patches will not be replaced. Please add any relevant lists and maintainers to the CCs when replying to this mail. [1] https://git.kernel.org/pub/scm/linux/kernel/git/ti/linux.git -- Vignesh
diff --git a/arch/arm64/boot/dts/ti/k3-am625-beagleplay.dts b/arch/arm64/boot/dts/ti/k3-am625-beagleplay.dts index 7cfdf562b53b..2de74428a8bd 100644 --- a/arch/arm64/boot/dts/ti/k3-am625-beagleplay.dts +++ b/arch/arm64/boot/dts/ti/k3-am625-beagleplay.dts @@ -58,7 +58,7 @@ reserved-memory { ramoops: ramoops@9ca00000 { compatible = "ramoops"; - reg = <0x00 0x9c700000 0x00 0x00100000>; + reg = <0x00 0x9ca00000 0x00 0x00100000>; record-size = <0x8000>; console-size = <0x8000>; ftrace-size = <0x00>;