Skip to content

Commit bc9ec16

Browse files
committed
arm64: dts: hisilicon: hi3660: add dedicated hi3660-usb3-otg-bc compatible
Each syscon node must come with a dedicated/specific compatible, which is also reported by dtbs_check: hi3660-hikey960.dtb: usb3_otg_bc@ff200000: compatible: ['syscon', 'simple-mfd'] is too short Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Krzysztof Kozlowski <[email protected]>
1 parent 7613195 commit bc9ec16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/arm64/boot/dts/hisilicon/hi3660.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1161,7 +1161,7 @@
11611161
};
11621162

11631163
usb3_otg_bc: usb3_otg_bc@ff200000 {
1164-
compatible = "syscon", "simple-mfd";
1164+
compatible = "hisilicon,hi3660-usb3-otg-bc", "syscon", "simple-mfd";
11651165
reg = <0x0 0xff200000 0x0 0x1000>;
11661166

11671167
usb_phy: usb-phy {

0 commit comments

Comments
 (0)