summaryrefslogtreecommitdiff
path: root/arch/arm/dts/px30-u-boot.dtsi
Commit message (Collapse)AuthorAgeFilesLines
* dm: dts: Convert driver model tags to use new schemaSimon Glass2023-02-141-15/+15
| | | | | | | Now that Linux has accepted these tags, move the device tree files in U-Boot over to use them. Signed-off-by: Simon Glass <sjg@chromium.org>
* rockchip: generate u-boot-rockchip.bin with binman for ARM64 boardsQuentin Schulz2022-09-041-0/+2
| | | | | | | | | This allows to build u-boot-rockchip.bin binary with binman for Rockchip ARM64 boards instead of the legacy Makefile way. Cc: Quentin Schulz <foss+uboot@0leil.net> Signed-off-by: Quentin Schulz <quentin.schulz@theobroma-systems.com> Reviewed-by: Simon Glass <sjg@chromium.org>
* arm64: dts: rockchip: Sync px30 from linux-nextJagan Teki2021-12-241-0/+4
| | | | | | | | | | | | Sync the px30 devicetree files from linux-next tree. commit <14ce8069f48b> ("lib/stackdepot: allow optional init and stack_table allocation by kvmalloc() - fixup3") Note, this path even sync rk3326 files as it depends on px30. Signed-off-by: Jagan Teki <jagan@amarulasolutions.com> Reviewed-by: Kever Yang <kever.yang@rock-chips.com>
* arm64: dts: rockchip: px30: Move dmc into -u-boot.dtsiJagan Teki2021-12-241-4/+6
| | | | | | | | | | | | | dmc node is specific to U-Boot, it is always better practice to maintain U-Boot specific nodes into -u-boot.dtsi files in order to maintain Linux dts file sync compatibility. Move the dmc into px30-u-boot.dtsi, also add dmc node explicitly in rk3326-odroid-go2-u-boot.dtsi since it is using px30.dts. Signed-off-by: Jagan Teki <jagan@amarulasolutions.com> Reviewed-by: Kever Yang <kever.yang@rock-chips.com>
* arm: dts: rockchip: px30: add and enable rng nodeLin Jinhan2020-04-291-0/+6
| | | | | | | Add enable rng node in px30-evb-u-boot.dtsi. Signed-off-by: Lin Jinhan <troy.lin@rock-chips.com> Reviewed-by: Kever Yang <kever.yang@rock-chips.com>
* rockchip: px30: add -u-boot dtsi for socKever Yang2020-04-281-0/+84
Add soc level -u-boot.dtst so that boards can share the common nodes. Signed-off-by: Kever Yang <kever.yang@rock-chips.com>