This reverts commit 6c54bbb42678c99685c8e7fd09267e1cb8c2ae40. Signed-off-by: AnilKumar Ch <anilkumar@xxxxxx> Reviewed-by: Vaibhav Hiremath <hvaibhav@xxxxxx> --- arch/arm/boot/dts/am335x-evm.dts | 39 -------------------------------------- 1 file changed, 39 deletions(-) delete mode 100644 arch/arm/boot/dts/am335x-evm.dts diff --git a/arch/arm/boot/dts/am335x-evm.dts b/arch/arm/boot/dts/am335x-evm.dts deleted file mode 100644 index 8cc877f..0000000 --- a/arch/arm/boot/dts/am335x-evm.dts +++ /dev/null @@ -1,39 +0,0 @@ -/* - * Copyright (C) 2011 Texas Instruments Incorporated - http://www.ti.com/ - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License version 2 as - * published by the Free Software Foundation. - */ -/dts-v1/; - -/include/ "omap3.dtsi" - -/ { - model = "TI AM335x EVM"; - compatible = "ti,am335x-evm", "ti,am33xx", "ti,omap3"; - - memory { - device_type = "memory"; - reg = <0x80000000 0x10000000>; /* 256 MB */ - }; -}; - -&intc { - /* - * AM33XX family of devices have 128 interrupts - */ - ti,intc-size = <128>; -}; - -&i2c1 { - clock-frequency = <400000>; -}; - -&i2c2 { - clock-frequency = <400000>; -}; - -&i2c3 { - clock-frequency = <400000>; -}; -- 1.7.9.5 -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html