Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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/20240518204443.122586-2-krzysztof.kozlowski@linaro.org
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>

+1 -1
+1 -1
arch/arm64/boot/dts/hisilicon/hi3660.dtsi
··· 1161 1161 }; 1162 1162 1163 1163 usb3_otg_bc: usb3_otg_bc@ff200000 { 1164 - compatible = "syscon", "simple-mfd"; 1164 + compatible = "hisilicon,hi3660-usb3-otg-bc", "syscon", "simple-mfd"; 1165 1165 reg = <0x0 0xff200000 0x0 0x1000>; 1166 1166 1167 1167 usb_phy: usb-phy {