summaryrefslogtreecommitdiff
path: root/arch/arm/dts/meson-gxbb-odroidc2-u-boot.dtsi
Commit message (Collapse)AuthorAgeFilesLines
* arm64: dts: meson: odroidc2: readd PHY reset propertiesStefan Agner2021-04-191-0/+6
| | | | | | | | | | | | The sync of the device tree and dt-bindings from Linux v5.6-rc2 11a48a5a18c6 ("Linux 5.6-rc2") causes Ethernet to break on some ODROID-C2. The PHY seems to need proper reset timing to be functional in U-Boot and Linux afterwards. Readd the old PHY reset bindings for dwmac until we support the new bindings in the PHY node. Fixes: dd5f2351e99a ("arm64: dts: meson: sync dt and bindings from v5.6-rc2") Signed-off-by: Stefan Agner <stefan@agner.ch> Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
* odroid-c2: Use devicetree for SMBIOS settingsSimon Glass2020-11-061-0/+23
| | | | | | | | Add settings and enable the default sysinfo driver so that these can come from the device tree. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
* odroid-c2: enable USB host controllerBeniamino Galvani2020-05-111-0/+8
| | | | | | | | | | Enable the second USB controller, which is connected to a hub with 4 ports. The first controller is for the OTG port and is currently not supported. Signed-off-by: Beniamino Galvani <b.galvani@gmail.com> [narmstrong: removed useless DWC2_UTMI_WIDTH in meson64.h] Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
* arm64: dts: meson-gx: vpu should be probed before relocationMaxime Jourdan2019-01-311-0/+7
Flag the appropriate nodes with u-boot,dm-pre-reloc Signed-off-by: Maxime Jourdan <mjourdan@baylibre.com> Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>