diff options
author | Tim Harvey <tharvey@gateworks.com> | 2024-12-27 10:50:51 -0800 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2024-12-27 14:34:45 -0600 |
commit | aa233d26bdc3eee90146f0581f7b84a97cf9e729 (patch) | |
tree | c999775152a7196febe2074cd1e9d39d97483218 | |
parent | 5cfbf8c3644cc95c3c8b5d2541ed7f32136c0da1 (diff) |
board: gateworks: venice: rename GW7905 to GW7500
The GW7905 was renamed to GW7500 before release. Change the various
names in the dt files and references.
Signed-off-by: Tim Harvey <tharvey@gateworks.com>
-rw-r--r-- | arch/arm/dts/imx8mm-venice-gw75xx-0x-u-boot.dtsi (renamed from arch/arm/dts/imx8mm-venice-gw7905-0x-u-boot.dtsi) | 0 | ||||
-rw-r--r-- | arch/arm/dts/imx8mp-venice-gw75xx-2x-u-boot.dtsi (renamed from arch/arm/dts/imx8mp-venice-gw7905-2x-u-boot.dtsi) | 0 | ||||
-rw-r--r-- | board/gateworks/venice/spl.c | 2 |
3 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/dts/imx8mm-venice-gw7905-0x-u-boot.dtsi b/arch/arm/dts/imx8mm-venice-gw75xx-0x-u-boot.dtsi index c259026d1a8..c259026d1a8 100644 --- a/arch/arm/dts/imx8mm-venice-gw7905-0x-u-boot.dtsi +++ b/arch/arm/dts/imx8mm-venice-gw75xx-0x-u-boot.dtsi diff --git a/arch/arm/dts/imx8mp-venice-gw7905-2x-u-boot.dtsi b/arch/arm/dts/imx8mp-venice-gw75xx-2x-u-boot.dtsi index 981841cee0a..981841cee0a 100644 --- a/arch/arm/dts/imx8mp-venice-gw7905-2x-u-boot.dtsi +++ b/arch/arm/dts/imx8mp-venice-gw75xx-2x-u-boot.dtsi diff --git a/board/gateworks/venice/spl.c b/board/gateworks/venice/spl.c index 002d7bbf864..bcdc1a2a468 100644 --- a/board/gateworks/venice/spl.c +++ b/board/gateworks/venice/spl.c @@ -144,7 +144,7 @@ static int power_init_board(struct udevice *gsc) if ((!strncmp(model, "GW71", 4)) || (!strncmp(model, "GW72", 4)) || (!strncmp(model, "GW73", 4)) || - (!strncmp(model, "GW7905", 6))) { + (!strncmp(model, "GW75", 4))) { ret = uclass_get_device_by_seq(UCLASS_I2C, 0, &bus); if (ret) { printf("PMIC : failed I2C1 probe: %d\n", ret); |