Message ID | 20240430085048.3143665-1-c-vankar@ti.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | [v3] arm64: dts: ti: k3-am62x-sk-common: Add bootph-all property in phy_gmii_sel node | expand |
Hi Chintan Vankar, On Tue, 30 Apr 2024 14:20:48 +0530, Chintan Vankar wrote: > Add missing bootph-all property for CPSW MAC's PHY node > phy_gmii_sel. > > I have applied the following to branch ti-k3-dts-next on [1]. Thank you! [1/1] arm64: dts: ti: k3-am62x-sk-common: Add bootph-all property in phy_gmii_sel node commit: ba50141137fae205a731005e70687f4a52289050 All being well this means that it will be integrated into the linux-next tree (usually sometime in the next 24 hours) and sent up the chain during the next merge window (or sooner if it is a relevant bug fix), however if problems are discovered then the patch may be dropped or reverted. You may get further e-mails resulting from automated or manual testing and review of the tree, please engage with people reporting problems and send followup patches addressing any issues that are reported if needed. If any updates are required or you are submitting further changes they should be sent as incremental updates against current git, existing patches will not be replaced. Please add any relevant lists and maintainers to the CCs when replying to this mail. [1] https://git.kernel.org/pub/scm/linux/kernel/git/ti/linux.git -- Vignesh
diff --git a/arch/arm64/boot/dts/ti/k3-am62x-sk-common.dtsi b/arch/arm64/boot/dts/ti/k3-am62x-sk-common.dtsi index 3c45782ab2b7..96378b19c419 100644 --- a/arch/arm64/boot/dts/ti/k3-am62x-sk-common.dtsi +++ b/arch/arm64/boot/dts/ti/k3-am62x-sk-common.dtsi @@ -128,6 +128,10 @@ hdmi_connector_in: endpoint { }; }; +&phy_gmii_sel { + bootph-all; +}; + &main_pmx0 { /* First pad number is ALW package and second is AMC package */ main_uart0_pins_default: main-uart0-default-pins {
Add missing bootph-all property for CPSW MAC's PHY node phy_gmii_sel. Signed-off-by: Chintan Vankar <c-vankar@ti.com> --- This patch is based on linux-next tagged next-20240430. Link to v2: https://lore.kernel.org/r/20240429061600.2723904-1-c-vankar@ti.com/ Changes from v2 to v3: - Removed "bootph-all" property from "k3-am625-sk.dts" and added it to "k3-am62x-sk-common.dtsi" since we need the same functionality for "SK-AM62-LP" board. arch/arm64/boot/dts/ti/k3-am62x-sk-common.dtsi | 4 ++++ 1 file changed, 4 insertions(+)