rk32 lvds: modify compatible name
authoryxj <yxj@rock-chips.com>
Wed, 26 Mar 2014 11:20:14 +0000 (19:20 +0800)
committeryxj <yxj@rock-chips.com>
Wed, 26 Mar 2014 11:24:37 +0000 (19:24 +0800)
arch/arm/boot/dts/rk3288.dtsi
drivers/video/rockchip/transmitter/rk32_lvds.c

index 5a6a536afe924af376472b18234eafceaefe4097..98366b2308afbc1d52481faf0fc16ae310777750 100755 (executable)
        };
        
        lvds: lvds@ff96c000 {
-               compatible = "rockchip, rk32-lvds";
+               compatible = "rockchip,rk32-lvds";
                reg = <0xff96c000 0x4000>;
                clocks = <&clk_gates16 7>;
                clock-names = "pclk_lvds";
index d25c2c388464ffbd2cb6671ea2276378d49ae17d..44db0a24d70c05854d448fa9f07a8fb266f90173 100755 (executable)
@@ -289,7 +289,7 @@ static void rk32_lvds_shutdown(struct platform_device *pdev)
 
 #if defined(CONFIG_OF)
 static const struct of_device_id rk32_lvds_dt_ids[] = {
-       {.compatible = "rockchip, rk32-lvds",},
+       {.compatible = "rockchip,rk32-lvds",},
        {}
 };