]> git.dujemihanovic.xyz Git - u-boot.git/commit
board: hoperun: Switch to use complete DTS files from upstream DTS
authorLad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>
Mon, 4 Nov 2024 13:50:12 +0000 (13:50 +0000)
committerMarek Vasut <marek.vasut+renesas@mailbox.org>
Sun, 10 Nov 2024 18:38:46 +0000 (19:38 +0100)
commit5fb5ed2f78656f8f562de37037d58c10b4cc456b
tree01a96cd41b5e46714d34ef75a6d391a7ed9d20de
parent34547a44da1217a3de78c9de3cf3570fd22c3886
board: hoperun: Switch to use complete DTS files from upstream DTS

For upstream Linux kernel we use below DTBs for HiHope boards:
- r8a774a1-hihope-rzg2m-ex.dtb
- r8a774e1-hihope-rzg2h-ex.dtb
- r8a774b1-hihope-rzg2n-ex.dtb

Update the CONFIG_OF_LIST to match the above. Now that we have switched
upstream DTS, drop deleting the nodes and also rename the
r8a774*-u-boot.dtsi files to r8a774*-ex-u-boot.dtsi to match the OF_LIST
files so that the `bootph-all` property gets applied to required nodes
in upstream DTS.

Signed-off-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>
Signed-off-by: Chris Paterson <chris.paterson2@renesas.com>
arch/arm/dts/r8a774a1-hihope-rzg2m-ex-u-boot.dtsi [new file with mode: 0644]
arch/arm/dts/r8a774a1-hihope-rzg2m-u-boot.dtsi [deleted file]
arch/arm/dts/r8a774a1-u-boot.dtsi
arch/arm/dts/r8a774b1-hihope-rzg2n-ex-u-boot.dtsi [new file with mode: 0644]
arch/arm/dts/r8a774b1-hihope-rzg2n-u-boot.dtsi [deleted file]
arch/arm/dts/r8a774b1-u-boot.dtsi
arch/arm/dts/r8a774e1-hihope-rzg2h-ex-u-boot.dtsi [new file with mode: 0644]
arch/arm/dts/r8a774e1-hihope-rzg2h-u-boot.dtsi [deleted file]
arch/arm/dts/r8a774e1-u-boot.dtsi
board/hoperun/hihope-rzg2/hihope-rzg2.c
configs/hihope_rzg2_defconfig