Setting up default value is causing dev_WARN_ONCE which end up with
error in bootlog. Remove default setting from DTS to remove this
warning.
Error log:
[ 4.254668] dwc3
fe200000.dwc3: request value same as default,
ignoring
[ 4.261236] ------------[ cut here ]------------
[ 4.265799] WARNING: at drivers/usb/dwc3/core.c:178
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
reg = <0x0 0xfe200000 0x0 0x40000>;
interrupt-parent = <&gic>;
interrupts = <0 65 4>;
- snps,quirk-frame-length-adjustment = <0x20>;
+ /* snps,quirk-frame-length-adjustment = <0x20>; */
snps,refclk_fladj;
};
};
reg = <0x0 0xfe300000 0x0 0x40000>;
interrupt-parent = <&gic>;
interrupts = <0 70 4>;
- snps,quirk-frame-length-adjustment = <0x20>;
+ /* snps,quirk-frame-length-adjustment = <0x20>; */
snps,refclk_fladj;
};
};