From 871480933a1c28f8a9fed4c4d34d06c439a7a422 Mon Sep 17 00:00:00 2001 From: Srikant Patnaik Date: Sun, 11 Jan 2015 12:28:04 +0530 Subject: Moved, renamed, and deleted files The original directory structure was scattered and unorganized. Changes are basically to make it look like kernel structure. --- ANDROID_3.4.5/arch/arm/boot/dts/versatile-pb.dts | 50 ------------------------ 1 file changed, 50 deletions(-) delete mode 100644 ANDROID_3.4.5/arch/arm/boot/dts/versatile-pb.dts (limited to 'ANDROID_3.4.5/arch/arm/boot/dts/versatile-pb.dts') diff --git a/ANDROID_3.4.5/arch/arm/boot/dts/versatile-pb.dts b/ANDROID_3.4.5/arch/arm/boot/dts/versatile-pb.dts deleted file mode 100644 index 7e817526..00000000 --- a/ANDROID_3.4.5/arch/arm/boot/dts/versatile-pb.dts +++ /dev/null @@ -1,50 +0,0 @@ -/include/ "versatile-ab.dts" - -/ { - model = "ARM Versatile PB"; - compatible = "arm,versatile-pb"; - - amba { - gpio2: gpio@101e6000 { - compatible = "arm,pl061", "arm,primecell"; - reg = <0x101e6000 0x1000>; - interrupts = <8>; - gpio-controller; - #gpio-cells = <2>; - interrupt-controller; - #interrupt-cells = <2>; - }; - - gpio3: gpio@101e7000 { - compatible = "arm,pl061", "arm,primecell"; - reg = <0x101e7000 0x1000>; - interrupts = <9>; - gpio-controller; - #gpio-cells = <2>; - interrupt-controller; - #interrupt-cells = <2>; - }; - - fpga { - uart@9000 { - compatible = "arm,pl011", "arm,primecell"; - reg = <0x9000 0x1000>; - interrupt-parent = <&sic>; - interrupts = <6>; - }; - sci@a000 { - compatible = "arm,primecell"; - reg = <0xa000 0x1000>; - interrupt-parent = <&sic>; - interrupts = <5>; - }; - mmc@b000 { - compatible = "arm,primecell"; - reg = <0xb000 0x1000>; - interrupts = <23 34>; - }; - }; - }; -}; - -/include/ "testcases/tests.dtsi" -- cgit