History log of /rk3399_rockchip-uboot/arch/arm/dts/rk3399.dtsi (Results 1 – 25 of 32)
Revision Date Author Comments
# fbf3603b 08-May-2021 Joseph Chen <chenjh@rock-chips.com>

rockchip: dts: enable psci node

In order to bind psci-sysreset driver if no kernel dtb.

Signed-off-by: Joseph Chen <chenjh@rock-chips.com>
Change-Id: I93c3d08b6113ba9d7c49a4500c69854879554b5b


# c637f232 16-Apr-2020 Joseph Chen <chenjh@rock-chips.com>

Merge branch 'next-dev' into thunder-boot

Change-Id: I22ac688008080eac49169d752a94b66668f890fc

Conflicts:
drivers/phy/Kconfig
drivers/phy/Makefile


# 0162d8c3 09-Mar-2020 Frank Wang <frank.wang@rock-chips.com>

ARM: dts: rockchip: amend dwc3 nodes to keep in line with kernel

We have changed to use dwc3 generic driver for Rockchip SoCs,
so let amend dts to fix it and keep in line with Linux Kernel.

Change-

ARM: dts: rockchip: amend dwc3 nodes to keep in line with kernel

We have changed to use dwc3 generic driver for Rockchip SoCs,
so let amend dts to fix it and keep in line with Linux Kernel.

Change-Id: Iddf114d6a36f9651fd9b222b25ac7c9040629e22
Signed-off-by: Frank Wang <frank.wang@rock-chips.com>

show more ...


# 069b8477 03-Jul-2019 Joseph Chen <chenjh@rock-chips.com>

rockchip: dts: rk3399: add "sclk_crypto1" for clock-names

It was missed by careless on:
(272fdf6 rockchip: dts: rk3399: add and enable crypto node)

Change-Id: I89c4c2acfd72d88dcf37b3ef3a7a39474cd73

rockchip: dts: rk3399: add "sclk_crypto1" for clock-names

It was missed by careless on:
(272fdf6 rockchip: dts: rk3399: add and enable crypto node)

Change-Id: I89c4c2acfd72d88dcf37b3ef3a7a39474cd73854
Signed-off-by: Joseph Chen <chenjh@rock-chips.com>

show more ...


# 272fdf68 08-May-2019 Joseph Chen <chenjh@rock-chips.com>

rockchip: dts: rk3399: add and enable crypto node

Change-Id: I63866f6f63e331e7c2722399f9a1621c55a7590a
Signed-off-by: Joseph Chen <chenjh@rock-chips.com>


# 0313794b 28-May-2018 Kever Yang <kever.yang@rock-chips.com>

rockchip: dts: update rk3399 drm display node

This has been test in rk3399-execavator board with edp panel.

Change-Id: I6ad5176c305883a037f6571623b5f6f754a8f6c1
Signed-off-by: Kever Yang <kever.yan

rockchip: dts: update rk3399 drm display node

This has been test in rk3399-execavator board with edp panel.

Change-Id: I6ad5176c305883a037f6571623b5f6f754a8f6c1
Signed-off-by: Kever Yang <kever.yang@rock-chips.com>

show more ...


# 48b6ef28 25-May-2018 Kever Yang <kever.yang@rock-chips.com>

rockchip: dts: rk3399 use -u-boot.dtsi for rk3399

Move u-boot config into rk3399-u-boot.dtsi

Change-Id: Ia3cb1ecc379c62f2e071947e308e29038bfffbea
Signed-off-by: Kever Yang <kever.yang@rock-chips.co

rockchip: dts: rk3399 use -u-boot.dtsi for rk3399

Move u-boot config into rk3399-u-boot.dtsi

Change-Id: Ia3cb1ecc379c62f2e071947e308e29038bfffbea
Signed-off-by: Kever Yang <kever.yang@rock-chips.com>

show more ...


# e8290547 24-May-2018 Kever Yang <kever.yang@rock-chips.com>

rockchip: dts: rk3399: disable pmic/vop in pre-reloc

We do not enable pmic and vop in pre-reloc, so we don't use
then in SPL and pre-reloc stage in U-Boot with kernel dtb enabled.

Change-Id: I33890

rockchip: dts: rk3399: disable pmic/vop in pre-reloc

We do not enable pmic and vop in pre-reloc, so we don't use
then in SPL and pre-reloc stage in U-Boot with kernel dtb enabled.

Change-Id: I3389069c117996864d2d030bfc5443e91f02314e
Signed-off-by: Kever Yang <kever.yang@rock-chips.com>

show more ...


# bab0c55c 16-Mar-2018 David Wu <david.wu@rock-chips.com>

pwm: rockchip: Do pwm pinctrl setting after pwm enabled

If the PWM pinctrl uses default state, the iomux setting will
be done at probe, the PWM may not be enabled at this moment.
It will make PWM in

pwm: rockchip: Do pwm pinctrl setting after pwm enabled

If the PWM pinctrl uses default state, the iomux setting will
be done at probe, the PWM may not be enabled at this moment.
It will make PWM into an intermediate state, destroy the default
hardware state, the PWM is not ready for work yet. So it is better
for doing PWM pinctrl setting after PWM enabled.

Change-Id: I8b700a07083b9a6798303fc5a5ed9f29eb42c47e
Signed-off-by: David Wu <david.wu@rock-chips.com>

show more ...


# 73bcadf1 14-Jun-2017 Kever Yang <kever.yang@rock-chips.com>

rockchip: rk3399: dtsi: enable mmc_phy in SPL

Change-Id: I741fb1416f176a64a792e6c35c1103bcdc9a5b27
Signed-off-by: Kever Yang <kever.yang@rock-chips.com>


# a34fddce 15-May-2017 Ziyuan Xu <xzy.xu@rock-chips.com>

dts: rk3399: change the maximum eMMC clock frequency to 150MHz

The rockchip mmc controllers don't support _the _odd__ divider,
otherwise probably cause unpredictable error.

The driver originally se

dts: rk3399: change the maximum eMMC clock frequency to 150MHz

The rockchip mmc controllers don't support _the _odd__ divider,
otherwise probably cause unpredictable error.

The driver originally select gpll(594M) as the clock source, and we set
div to 3 at 200MHz. We have to change the maximum eMMC clock frequency
to 150MHz in U-Boot stage, so that the div will be 4.

Signed-off-by: Ziyuan Xu <xzy.xu@rock-chips.com>

show more ...


# 156d64fa 08-Jun-2017 Tom Rini <trini@konsulko.com>

Merge git://git.denx.de/u-boot-rockchip

Here is additional rk3368 and rk3399 support, rv1108 support,
refactoring HDMI video (brought in from Anatolij's tree to resolve
conflicts), some mkimage fixe

Merge git://git.denx.de/u-boot-rockchip

Here is additional rk3368 and rk3399 support, rv1108 support,
refactoring HDMI video (brought in from Anatolij's tree to resolve
conflicts), some mkimage fixes and a few other things.

show more ...


# 876c1d0f 06-Jun-2017 Philipp Tomsich <philipp.tomsich@theobroma-systems.com>

rockchip: dts: rk3399: enable HDMI output in the DTS

This commit enables HDMI output in the DTS by adding the necessary
nodes to vopl/vopb and by adding the HDMI node.

Signed-off-by: Philipp Tomsic

rockchip: dts: rk3399: enable HDMI output in the DTS

This commit enables HDMI output in the DTS by adding the necessary
nodes to vopl/vopb and by adding the HDMI node.

Signed-off-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
Reviewed-by: Simon Glass <sjg@chromium.org>

show more ...


# 1f5541c8 10-May-2017 Tom Rini <trini@konsulko.com>

Merge git://git.denx.de/u-boot-rockchip

This adds a new firefly-rk3399 board, MIPI support for rk3399 and
rk3288, rk818 pmic support, mkimage improvements for rockchip and a few
other things.


# df8fe99c 02-May-2017 Eric Gao <eric.gao@rock-chips.com>

rockchip: dts: Add mipi dsi support for rk3399

Add dts config for mipi display, include vop, mipi controller, panel, backlight
. And Enable rk808 for lcd_3v3 in another patch.

Signed-off-by: Eric G

rockchip: dts: Add mipi dsi support for rk3399

Add dts config for mipi display, include vop, mipi controller, panel, backlight
. And Enable rk808 for lcd_3v3 in another patch.

Signed-off-by: Eric Gao <eric.gao@rock-chips.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>

show more ...


# dde22233 19-Apr-2017 Kever Yang <kever.yang@rock-chips.com>

rockchip: dts: rk3399: sync with kernel dts

The kernel dts has update a lot since the first time we commit rk3399.dtsi,
sync with kernel for further development.

Signed-off-by: Kever Yang <kever.ya

rockchip: dts: rk3399: sync with kernel dts

The kernel dts has update a lot since the first time we commit rk3399.dtsi,
sync with kernel for further development.

Signed-off-by: Kever Yang <kever.yang@rock-chips.com>
Acked-by: Simon Glass <sjg@chromium.org>

show more ...


# 4f66e09b 09-May-2017 Stefano Babic <sbabic@denx.de>

Merge branch 'master' of git://git.denx.de/u-boot

Signed-off-by: Stefano Babic <sbabic@denx.de>


# af8ef2ed 17-Apr-2017 Tom Rini <trini@konsulko.com>

Merge git://git.denx.de/u-boot-rockchip


# b644354a 10-Apr-2017 eric.gao@rock-chips.com <eric.gao@rock-chips.com>

rockchip: i2c: Enable i2c for rk3399

To enable mipi display, we need to enable pmic
rk808 first for lcd3v3 power,which use i2c0 to
communicate with soc. So enable i2c0.

Signed-off-by: Eric Gao <eri

rockchip: i2c: Enable i2c for rk3399

To enable mipi display, we need to enable pmic
rk808 first for lcd3v3 power,which use i2c0 to
communicate with soc. So enable i2c0.

Signed-off-by: Eric Gao <eric.gao@rock-chips.com>
Acked-by: Simon Glass <sjg@chromium.org>

show more ...


# aad10a04 29-Mar-2017 Philipp Tomsich <philipp.tomsich@theobroma-systems.com>

dts: rk3399: move rockchip, vbus-gpio properties into board-specific files

The (shared) rk3399.dtsi had defined the 'rockchip,vbus-gpio'
properties for each USB 3.0 controller.

As the GPIO usage wi

dts: rk3399: move rockchip, vbus-gpio properties into board-specific files

The (shared) rk3399.dtsi had defined the 'rockchip,vbus-gpio'
properties for each USB 3.0 controller.

As the GPIO usage will vary (e.g. one of those GPIOs shuts down one of
the regulators on the RK3399-Q7) between boards, we move this from the
shared dtsi into the device tree file for the EVB board which these
GPIO definitions match.

Signed-off-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
Acked-by: Simon Glass <sjg@chromium.org>

show more ...


# ca0ab273 24-Mar-2017 Philipp Tomsich <philipp.tomsich@theobroma-systems.com>

dts: rk3399: add gmac for the rk3399

This change adds the gmac node (i.e. the GMAC Ethernet controller) as
defined in the Linux DTS.

Signed-off-by: Philipp Tomsich <philipp.tomsich@theobroma-system

dts: rk3399: add gmac for the rk3399

This change adds the gmac node (i.e. the GMAC Ethernet controller) as
defined in the Linux DTS.

Signed-off-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
Acked-by: Simon Glass <sjg@chromium.org>

show more ...


# f9515756 17-Mar-2017 Tom Rini <trini@konsulko.com>

Merge git://git.denx.de/u-boot-rockchip

This includes support for rk3188 from Heiko Stübner and and rk3328 from
Kever Yang. Also included is SPL support for rk3399 and a fix for
rk3288 to get it bo

Merge git://git.denx.de/u-boot-rockchip

This includes support for rk3188 from Heiko Stübner and and rk3328 from
Kever Yang. Also included is SPL support for rk3399 and a fix for
rk3288 to get it booting again (spl_early_init()).

show more ...


# 5f9411af 20-Feb-2017 Eddie Cai <eddie.cai.linux@gmail.com>

dts: rk3399: add mmc alias for rk3399

add mmc alias for rk3399

Signed-off-by: Eddie Cai <eddie.cai.linux@gmail.com>
Acked-by: Simon Glass <sjg@chromium.org>


# a82426e0 22-Feb-2017 Kever Yang <kever.yang@rock-chips.com>

rockchip: dts: rk3399: update for spl require driver

Add syscon and dmc node, and 'u-boot,dm-pre-reloc' option for
required driver.

Signed-off-by: Kever Yang <kever.yang@rock-chips.com>
Reviewed-by

rockchip: dts: rk3399: update for spl require driver

Add syscon and dmc node, and 'u-boot,dm-pre-reloc' option for
required driver.

Signed-off-by: Kever Yang <kever.yang@rock-chips.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Added rockchip tag:
Signed-off-by: Simon Glass <sjg@chromium.org>

show more ...


# 70c1e047 13-Jan-2017 Tom Rini <trini@konsulko.com>

Merge git://git.denx.de/u-boot-rockchip


12