summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/exynos4412-odroidu3.dts
diff options
context:
space:
mode:
authorOleksij Rempel <o.rempel@pengutronix.de>2022-02-16 08:49:24 +0100
committerKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>2022-04-04 18:21:28 +0200
commit2e33a7b5fdb3930a9b1051bc792dbdc6a7490aae (patch)
treedda59adba4c4190fe6c447d5ba2910add9b2114e /arch/arm/boot/dts/exynos4412-odroidu3.dts
parentc1ed0f41032f54e47c03088f096f8b37cae40d8e (diff)
ARM: dts: exynos: fix compatible strings for Ethernet USB devices
Fix compatible string for Ethernet USB device as required by USB device schema: Documentation/devicetree/bindings/usb/usb-device.yaml The textual representation of VID and PID shall be in lower case hexadecimal with leading zeroes suppressed. Since there are no kernel driver matching against this compatibles, I expect no regressions with this patch. At the same time, without this fix, we are not be able to validate this device nodes with newly provided DT schema. Signed-off-by: Oleksij Rempel <o.rempel@pengutronix.de> Link: https://lore.kernel.org/r/20220216074927.3619425-7-o.rempel@pengutronix.de Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Diffstat (limited to 'arch/arm/boot/dts/exynos4412-odroidu3.dts')
-rw-r--r--arch/arm/boot/dts/exynos4412-odroidu3.dts2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/exynos4412-odroidu3.dts b/arch/arm/boot/dts/exynos4412-odroidu3.dts
index 5ddbb6cbe1bf..36c369c42b77 100644
--- a/arch/arm/boot/dts/exynos4412-odroidu3.dts
+++ b/arch/arm/boot/dts/exynos4412-odroidu3.dts
@@ -120,7 +120,7 @@
phy-names = "hsic0", "hsic1";
ethernet: ethernet@2 {
- compatible = "usb0424,9730";
+ compatible = "usb424,9730";
reg = <2>;
local-mac-address = [00 00 00 00 00 00]; /* Filled in by a bootloader */
};