linux-loongson/arch/arm64/boot/dts/socionext/uniphier-pxs3-ref-gadget0.dts
Kunihiko Hayashi 2508d5efd7
arm64: dts: uniphier: Fix property name in PXs3 USB node
The property "snps,usb2_gadget_lpm_disable" is wrong.
It should be fixed to "snps,usb2-gadget-lpm-disable".

Cc: stable@vger.kernel.org
Fixes: 19fee1a109 ("arm64: dts: uniphier: Add USB-device support for PXs3 reference board")
Signed-off-by: Kunihiko Hayashi <hayashi.kunihiko@socionext.com>
Link: https://lore.kernel.org/r/20230207021429.28925-1-hayashi.kunihiko@socionext.com
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
2023-02-09 14:04:02 +01:00

42 lines
862 B
Plaintext

// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
//
// Device Tree Source for UniPhier PXs3 Reference Board (for USB-Device #0)
//
// Copyright (C) 2021 Socionext Inc.
// Author: Kunihiko Hayashi <hayashi.kunihiko@socionext.com>
/dts-v1/;
#include "uniphier-pxs3-ref.dts"
/ {
model = "UniPhier PXs3 Reference Board (USB-Device #0)";
};
/* I2C3 pinctrl is shared with USB*VBUSIN */
&i2c3 {
status = "disabled";
};
&usb0 {
status = "okay";
dr_mode = "peripheral";
pinctrl-0 = <&pinctrl_usb0_device>;
snps,dis_enblslpm_quirk;
snps,dis_u2_susphy_quirk;
snps,dis_u3_susphy_quirk;
snps,usb2-gadget-lpm-disable;
phy-names = "usb2-phy", "usb3-phy";
phys = <&usb0_hsphy0>, <&usb0_ssphy0>;
};
&usb0_hsphy0 {
/delete-property/ vbus-supply;
};
&usb0_ssphy0 {
/delete-property/ vbus-supply;
};
/delete-node/ &usb0_hsphy1;
/delete-node/ &usb0_ssphy1;