mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-03 08:50:17 -04:00
arm64: dts: imx8dxl: drop 0x from unit address
By coding style, unit address should not start with 0x. Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
This commit is contained in:
committed by
Shawn Guo
parent
105b9bb84f
commit
3f9a20e6fd
@@ -67,7 +67,7 @@ usbmisc2: usbmisc@5b0e0200 {
|
||||
reg = <0x5b0e0200 0x200>;
|
||||
};
|
||||
|
||||
usbphy2: usbphy@0x5b110000 {
|
||||
usbphy2: usbphy@5b110000 {
|
||||
compatible = "fsl,imx8dxl-usbphy", "fsl,imx7ulp-usbphy";
|
||||
reg = <0x5b110000 0x1000>;
|
||||
clocks = <&usb2_2_lpcg IMX_LPCG_CLK_7>;
|
||||
|
||||
Reference in New Issue
Block a user