Skip to content

Commit bf10403

Browse files
robherringarndb
authored andcommitted
arm64: dts: hisilicon: hikey960: Drop "snps,gctl-reset-quirk" and "snps,tx_de_emphasis*" properties
"snps,tx_de_emphasis" is supposed to be a u8, not a u32. Since it is big endian, 0 will be read rather than 1. The DWC3 Linux driver simply ORs the value if "snps,tx_de_emphasis_quirk" is set, so the 2 properties have no effect. (The driver doesn't clear the field either which is another problem). "snps,gctl-reset-quirk" is not documented nor used in the driver, so drop it as well. Signed-off-by: Rob Herring (Arm) <robh@kernel.org> Link: https://lore.kernel.org/r/20260105174002.2997615-1-robh@kernel.org Signed-off-by: Arnd Bergmann <arnd@arndb.de>
1 parent c221cc8 commit bf10403

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

arch/arm64/boot/dts/hisilicon/hi3660-hikey960.dts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -675,10 +675,7 @@
675675
snps,lfps_filter_quirk;
676676
snps,dis_u2_susphy_quirk;
677677
snps,dis_u3_susphy_quirk;
678-
snps,tx_de_emphasis_quirk;
679-
snps,tx_de_emphasis = <1>;
680678
snps,dis_enblslpm_quirk;
681-
snps,gctl-reset-quirk;
682679
usb-role-switch;
683680
role-switch-default-mode = "host";
684681
port {

0 commit comments

Comments
 (0)