From: Andre Przywara <andre.przywara@arm.com>
To: project-tvbox project-tvbox <project-tvbox@prp.uespi.br>
Cc: u-boot@lists.denx.de
Subject: Re: H616 DRAM support on mailine kernel
Date: Sat, 21 Oct 2023 00:51:57 +0100 [thread overview]
Message-ID: <20231021005157.1dde04dd@slackpad.lan> (raw)
In-Reply-To: <CAC15VHQzeob=727iTbah2uOkr0LGhFLRq4W3ZpQoPNJ4rHdEJw@mail.gmail.com>
On Thu, 5 Oct 2023 17:23:06 -0300
project-tvbox project-tvbox <project-tvbox@prp.uespi.br> wrote:
Hi,
>
> How can I edit the drm parameters directly in the mainline kernel,
> since the mainline dts does not have these options like the legacy
> one, I saw that the dram.c drives in the legacy and mailline are
> similar, for example:
> [dram_para]
> dram_clk = 600
> dram_type = 3
> dram_dx_odt = 0x03030303
> dram_dx_dri = 0x0e0e0e0e
> dram_ca_dri = 0x1f12
> dram_odt_en = 1
> dram_para1 = 0x30fb
> dram_para2 = 0x0000
> dram_mr0 = 0x840
> in the mainline kernel
The kernel is not responsible for setting up the DRAM controller, this
is done in U-Boot (as you apparently have already figured out).
Mainline U-Boot patches a few months ago added U-Boot Kconfig options
for those parameters, please check configs/x96_mate_defconfig and
configs/orangepi_zero2_defconfig for examples. All options are
enumerated here:
https://source.denx.de/u-boot/u-boot/-/blob/master/arch/arm/mach-sunxi/Kconfig?ref_type=heads#L54-105
Cheers,
Andre
prev parent reply other threads:[~2023-10-20 23:53 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-10-05 20:23 H616 DRAM support on mailine kernel project-tvbox project-tvbox
2023-10-20 23:51 ` Andre Przywara [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20231021005157.1dde04dd@slackpad.lan \
--to=andre.przywara@arm.com \
--cc=project-tvbox@prp.uespi.br \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.