mirror of
https://xff.cz/git/u-boot/
synced 2026-01-27 12:49:21 +01:00
With commit84a42ae366("dm: core: Rename device node to indicate it is private") and commitf10643cf8a("dm: core: Access device ofnode through functions") accesses to the "node" member were replaced with dev_ofnode(). Also apply that replacement here. Fixes:4547551aa0("phy: Add Amlogic AXG MIPI PCIe Analog 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>