From: Caesar Wang Date: Thu, 14 Jan 2016 01:08:41 +0000 (+0800) Subject: UPSTREAM: ARM: dts: rockchip: add soc-specific compatibles for rk3036 SoCs X-Git-Tag: firefly_0821_release~2549 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=3f80e46d11f20cf2d7e1648a57d4913f8e3eef57;p=firefly-linux-kernel-4.4.55.git UPSTREAM: ARM: dts: rockchip: add soc-specific compatibles for rk3036 SoCs While drivers will bind to the generic compatible values, this enables the use of more specialized drivers in the future, if the need arises. Change-Id: Ifb5028f71140d6742de4c5af668c85b6835c3eb2 Signed-off-by: Caesar Wang Signed-off-by: Heiko Stuebner (cherry picked from git.kernel.org next/linux-next.git master commit 0082180c8dd22c3b813618882ec9629d94172214) --- diff --git a/arch/arm/boot/dts/rk3036.dtsi b/arch/arm/boot/dts/rk3036.dtsi index ee457a2e997e..78974492cb11 100644 --- a/arch/arm/boot/dts/rk3036.dtsi +++ b/arch/arm/boot/dts/rk3036.dtsi @@ -161,7 +161,7 @@ }; usb_otg: usb@10180000 { - compatible = "rockchip,rk3288-usb", "rockchip,rk3066-usb", + compatible = "rockchip,rk3036-usb", "rockchip,rk3066-usb", "snps,dwc2"; reg = <0x10180000 0x40000>; interrupts = ; @@ -176,7 +176,7 @@ }; usb_host: usb@101c0000 { - compatible = "rockchip,rk3288-usb", "rockchip,rk3066-usb", + compatible = "rockchip,rk3036-usb", "rockchip,rk3066-usb", "snps,dwc2"; reg = <0x101c0000 0x40000>; interrupts = ; @@ -211,7 +211,7 @@ }; emmc: dwmmc@1021c000 { - compatible = "rockchip,rk3288-dw-mshc"; + compatible = "rockchip,rk3036-dw-mshc", "rockchip,rk3288-dw-mshc"; reg = <0x1021c000 0x4000>; interrupts = ; broken-cd; @@ -327,7 +327,7 @@ }; i2c1: i2c@20056000 { - compatible = "rockchip,rk3288-i2c"; + compatible = "rockchip,rk3036-i2c", "rockchip,rk3288-i2c"; reg = <0x20056000 0x1000>; interrupts = ; #address-cells = <1>; @@ -340,7 +340,7 @@ }; i2c2: i2c@2005a000 { - compatible = "rockchip,rk3288-i2c"; + compatible = "rockchip,rk3036-i2c", "rockchip,rk3288-i2c"; reg = <0x2005a000 0x1000>; interrupts = ; #address-cells = <1>; @@ -395,7 +395,7 @@ }; i2c0: i2c@20072000 { - compatible = "rockchip,rk3288-i2c"; + compatible = "rockchip,rk3036-i2c", "rockchip,rk3288-i2c"; reg = <0x20072000 0x1000>; interrupts = ; #address-cells = <1>;