mirror of
https://github.com/smaeul/u-boot.git
synced 2025-10-13 20:36:02 +01:00
phy: meson-axg-mipi: Rename "priv_auto_alloc_size" to "priv_auto"
With commit 41575d8e4c33 ("dm: treewide: Rename auto_alloc_size members to be shorter") "priv_auto_alloc_size" was renamed to "priv_auto". Apply the rename to these two drivers as well. Fixes: 4547551aa019 ("phy: Add Amlogic AXG MIPI PCIe Analog PHY driver") Fixes: 7ef19503bacf ("phy: Add Amlogic AXG MIPI D-PHY driver") Signed-off-by: Alper Nebi Yasak <alpernebiyasak@gmail.com> Reviewed-by: Simon Glass <sjg@chromium.org> Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
This commit is contained in:
parent
4f038ee6dc
commit
a41862d25e
@ -389,5 +389,5 @@ U_BOOT_DRIVER(meson_axg_mipi_dphy) = {
|
||||
.of_match = meson_axg_mipi_dphy_ids,
|
||||
.probe = meson_axg_mipi_dphy_probe,
|
||||
.ops = &meson_axg_mipi_dphy_ops,
|
||||
.priv_auto_alloc_size = sizeof(struct phy_meson_axg_mipi_dphy_priv),
|
||||
.priv_auto = sizeof(struct phy_meson_axg_mipi_dphy_priv),
|
||||
};
|
||||
|
@ -229,5 +229,5 @@ U_BOOT_DRIVER(meson_axg_mipi_pcie_analog) = {
|
||||
.of_match = meson_axg_mipi_pcie_analog_ids,
|
||||
.probe = meson_axg_mipi_pcie_analog_probe,
|
||||
.ops = &meson_axg_mipi_pcie_analog_ops,
|
||||
.priv_auto_alloc_size = sizeof(struct phy_meson_axg_mipi_pcie_analog_priv),
|
||||
.priv_auto = sizeof(struct phy_meson_axg_mipi_pcie_analog_priv),
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user