diff options
author | Arnd Bergmann <arnd@arndb.de> | 2021-01-26 21:23:36 +0100 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2021-01-26 21:23:36 +0100 |
commit | c25644d5db8430514d14752148e69bf9f6c226de (patch) | |
tree | 38d4382dc4ee222adee35fcad920df7da33772c5 /arch/arm64 | |
parent | e6777b8d35dc140033476b8f5ae21e8e5440baea (diff) | |
parent | 7386a559caa6414e74578172c2bc4e636d6bd0a0 (diff) | |
download | linux-c25644d5db8430514d14752148e69bf9f6c226de.tar.bz2 |
Merge tag 'amlogic-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/khilman/linux-amlogic into arm/fixes
arm64: dts: amlogic: fixes for v5.11-rc
- meson-g12: Set FL-adj property value
* tag 'amlogic-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/khilman/linux-amlogic:
arm64: dts: amlogic: meson-g12: Set FL-adj property value
Link: https://lore.kernel.org/r/7hk0s0x3im.fsf@baylibre.com
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/arm64')
-rw-r--r-- | arch/arm64/boot/dts/amlogic/meson-g12-common.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/amlogic/meson-g12-common.dtsi b/arch/arm64/boot/dts/amlogic/meson-g12-common.dtsi index 9c90d562ada1..221fcca3b0b9 100644 --- a/arch/arm64/boot/dts/amlogic/meson-g12-common.dtsi +++ b/arch/arm64/boot/dts/amlogic/meson-g12-common.dtsi @@ -2390,7 +2390,7 @@ interrupts = <GIC_SPI 30 IRQ_TYPE_LEVEL_HIGH>; dr_mode = "host"; snps,dis_u2_susphy_quirk; - snps,quirk-frame-length-adjustment; + snps,quirk-frame-length-adjustment = <0x20>; snps,parkmode-disable-ss-quirk; }; }; |