aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/exynos3250.dtsi
diff options
context:
space:
mode:
authorKrzysztof Kozlowski <krzk@kernel.org>2020-08-29 19:25:32 +0200
committerKrzysztof Kozlowski <krzk@kernel.org>2020-09-02 17:35:35 +0200
commitde653d045636091100efcbe5c83f78ebb5211ff4 (patch)
tree61bf4395579c5ea334c9923dbc8a5781f6bf3601 /arch/arm/boot/dts/exynos3250.dtsi
parentARM: dts: exynos: Move fixed clocks under root node in Exynos3250 (diff)
downloadlinux-dev-de653d045636091100efcbe5c83f78ebb5211ff4.tar.xz
linux-dev-de653d045636091100efcbe5c83f78ebb5211ff4.zip
ARM: dts: exynos: Remove snps, dwc2 compatible in Exynos3250
The binding for DesignWare HS OTG USB 2.0 in Samsung SoCs take only one compatible. This fixes dtbs_check warnings like: arch/arm/boot/dts/exynos3250-artik5-eval.dt.yaml: hsotg@12480000: compatible: ['samsung,s3c6400-hsotg', 'snps,dwc2'] is not valid under any of the given schemas (Possible causes of the failure): Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org> Link: https://lore.kernel.org/r/20200829172532.29358-4-krzk@kernel.org
Diffstat (limited to 'arch/arm/boot/dts/exynos3250.dtsi')
-rw-r--r--arch/arm/boot/dts/exynos3250.dtsi2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/exynos3250.dtsi b/arch/arm/boot/dts/exynos3250.dtsi
index c67c70e46794..a1e93fb7f694 100644
--- a/arch/arm/boot/dts/exynos3250.dtsi
+++ b/arch/arm/boot/dts/exynos3250.dtsi
@@ -354,7 +354,7 @@
};
hsotg: hsotg@12480000 {
- compatible = "samsung,s3c6400-hsotg", "snps,dwc2";
+ compatible = "samsung,s3c6400-hsotg";
reg = <0x12480000 0x20000>;
interrupts = <GIC_SPI 141 IRQ_TYPE_LEVEL_HIGH>;
clocks = <&cmu CLK_USBOTG>;