diff options
author | 2025-03-05 09:55:37 +0100 | |
---|---|---|
committer | 2025-03-07 18:48:05 +0530 | |
commit | 377fde74eae4abcbcd5475676d58fb595a07ff85 (patch) | |
tree | 1f7c6e453030359bc150f05ac00c39ef65b8160f | |
parent | arm64: dts: ti: k3-am642-phyboard-electra: Reorder properties per DTS coding style (diff) | |
download | wireguard-linux-377fde74eae4abcbcd5475676d58fb595a07ff85.tar.xz wireguard-linux-377fde74eae4abcbcd5475676d58fb595a07ff85.zip |
arm64: dts: ti: k3-am62a-phycore-som: Reorder properties per DTS coding style
Reorder properties to comply with the DeviceTree coding style guidelines:
https://docs.kernel.org/devicetree/bindings/dts-coding-style.html
Signed-off-by: Wadim Egorov <w.egorov@phytec.de>
Link: https://lore.kernel.org/r/20250305085537.3976579-5-w.egorov@phytec.de
Signed-off-by: Vignesh Raghavendra <vigneshr@ti.com>
Diffstat (limited to '')
-rw-r--r-- | arch/arm64/boot/dts/ti/k3-am62a-phycore-som.dtsi | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/arm64/boot/dts/ti/k3-am62a-phycore-som.dtsi b/arch/arm64/boot/dts/ti/k3-am62a-phycore-som.dtsi index 7920559e84a3..147d56b87984 100644 --- a/arch/arm64/boot/dts/ti/k3-am62a-phycore-som.dtsi +++ b/arch/arm64/boot/dts/ti/k3-am62a-phycore-som.dtsi @@ -171,7 +171,6 @@ }; &cpsw3g { - status = "okay"; pinctrl-names = "default"; pinctrl-0 = <&main_rgmii1_pins_default>; status = "okay"; @@ -225,8 +224,8 @@ interrupts = <GIC_SPI 224 IRQ_TYPE_LEVEL_HIGH>; interrupt-controller; #interrupt-cells = <1>; - ti,power-button; system-power-controller; + ti,power-button; regulators { vdd_3v3: buck1 { |