Skip to content

Commit 7386a55

Browse files
fancerkhilman
authored andcommitted
arm64: dts: amlogic: meson-g12: Set FL-adj property value
In accordance with the DWC USB3 bindings the property is supposed to have uint32 type. It's erroneous from the DT schema and driver points of view to declare it as boolean. As Neil suggested set it to 0x20 so not break the platform and to make the dtbs checker happy. Link: https://lore.kernel.org/linux-usb/20201010224121.12672-16-Sergey.Semin@baikalelectronics.ru/ Signed-off-by: Serge Semin <Sergey.Semin@baikalelectronics.ru> Reviewed-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com> Reviewed-by: Neil Armstrong <narmstrong@baylibre.com> Reviewed-by: Krzysztof Kozlowski <krzk@kernel.org> Fixes: 9baf7d6 ("arm64: dts: meson: g12a: Add G12A USB nodes") Signed-off-by: Kevin Hilman <khilman@baylibre.com> Link: https://lore.kernel.org/r/20201210091756.18057-3-Sergey.Semin@baikalelectronics.ru
1 parent 5c8fe58 commit 7386a55

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

arch/arm64/boot/dts/amlogic/meson-g12-common.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2390,7 +2390,7 @@
23902390
interrupts = <GIC_SPI 30 IRQ_TYPE_LEVEL_HIGH>;
23912391
dr_mode = "host";
23922392
snps,dis_u2_susphy_quirk;
2393-
snps,quirk-frame-length-adjustment;
2393+
snps,quirk-frame-length-adjustment = <0x20>;
23942394
snps,parkmode-disable-ss-quirk;
23952395
};
23962396
};

0 commit comments

Comments
 (0)