summaryrefslogtreecommitdiffstats
path: root/arch/arm/dts
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/dts')
-rw-r--r--arch/arm/dts/Makefile3
-rw-r--r--arch/arm/dts/canon-a1100.dts36
-rw-r--r--arch/arm/dts/k1879hb1ya.dtsi44
-rw-r--r--arch/arm/dts/module-mb7707.dts25
-rw-r--r--arch/arm/dts/virt2real.dts36
5 files changed, 0 insertions, 144 deletions
diff --git a/arch/arm/dts/Makefile b/arch/arm/dts/Makefile
index e4af867027..40d61ce8db 100644
--- a/arch/arm/dts/Makefile
+++ b/arch/arm/dts/Makefile
@@ -8,7 +8,6 @@ lwl-$(CONFIG_MACH_ADVANTECH_ROM_742X) += imx6dl-advantech-rom-7421.dtb.o
lwl-$(CONFIG_MACH_AFI_GF) += am335x-afi-gf.dtb.o
lwl-$(CONFIG_MACH_BEAGLEBONE) += am335x-bone.dtb.o am335x-boneblack.dtb.o am335x-bone-common.dtb.o
lwl-$(CONFIG_MACH_BEAGLEPLAY) += k3-am625-beagleplay.dtb.o
-lwl-$(CONFIG_MACH_CANON_A1100) += canon-a1100.dtb.o
lwl-$(CONFIG_MACH_CLEP7212) += ep7212-clep7212.dtb.o
lwl-$(CONFIG_MACH_CM_FX6) += imx6dl-cm-fx6.dtb.o imx6q-cm-fx6.dtb.o imx6q-utilite.dtb.o
lwl-$(CONFIG_MACH_DFI_FS700_M60) += imx6q-dfi-fs700-m60-6q.dtb.o imx6dl-dfi-fs700-m60-6s.dtb.o
@@ -43,7 +42,6 @@ lwl-$(CONFIG_MACH_KONTRON_SAMX6I) += imx6q-samx6i.dtb.o \
lwl-$(CONFIG_MACH_LENOVO_IX4_300D) += armada-xp-lenovo-ix4-300d-bb.dtb.o
lwl-$(CONFIG_MACH_MARVELL_ARMADA_XP_GP) += armada-xp-gp-bb.dtb.o
lwl-$(CONFIG_MACH_MARVELL_ARMADA_XP_DB) += armada-xp-db-bb.dtb.o
-lwl-$(CONFIG_MACH_MB7707) += module-mb7707.dtb.o
lwl-$(CONFIG_MACH_MX28EVK) += imx28-evk.dtb.o
lwl-$(CONFIG_MACH_MYIRTECH_X335X) += am335x-myirtech-myd.dtb.o
lwl-$(CONFIG_MACH_NETGEAR_RN104) += armada-370-rn104-bb.dtb.o
@@ -180,7 +178,6 @@ lwl-$(CONFIG_MACH_VARISCITE_SOM_MX7) += imx7d-gome-e143_01.dtb.o
lwl-$(CONFIG_MACH_VERSATILEPB) += versatile-pb.dtb.o
lwl-$(CONFIG_MACH_VEXPRESS) += vexpress-v2p-ca9.dtb.o
lwl-$(CONFIG_MACH_VEXPRESS) += vexpress-v2p-ca15.dtb.o
-lwl-$(CONFIG_MACH_VIRT2REAL) += virt2real.dtb.o
lwl-$(CONFIG_MACH_VSCOM_BALTOS) += am335x-baltos-minimal.dtb.o
lwl-$(CONFIG_MACH_WARP7) += imx7s-warp.dtb.o
lwl-$(CONFIG_MACH_VF610_TWR) += vf610-twr.dtb.o
diff --git a/arch/arm/dts/canon-a1100.dts b/arch/arm/dts/canon-a1100.dts
deleted file mode 100644
index 18ba495bcf..0000000000
--- a/arch/arm/dts/canon-a1100.dts
+++ /dev/null
@@ -1,36 +0,0 @@
-/dts-v1/;
-
-/include/ "digic4.dtsi"
-
-/ {
- model = "Canon PowerShot A1100 IS";
- compatible = "canon,a1100";
-
- memory {
- device_type = "memory";
- reg = <0x00000000 0x04000000>;
- };
-
- flash@f8000000 {
- compatible = "cfi-flash";
- reg = <0xf8000000 0x08000000>;
- };
-
- leds {
- compatible = "gpio-leds";
-
- direct_print {
- label = "direct-print (blue)";
- gpios = <&gpio 51 0>;
- };
-
- auto_focus {
- label = "auto-focus (red)";
- gpios = <&gpio 55 0>;
- };
- };
-};
-
-&timer2 {
- status = "okay";
-};
diff --git a/arch/arm/dts/k1879hb1ya.dtsi b/arch/arm/dts/k1879hb1ya.dtsi
deleted file mode 100644
index 7bbc31efc5..0000000000
--- a/arch/arm/dts/k1879hb1ya.dtsi
+++ /dev/null
@@ -1,44 +0,0 @@
-/ {
- #address-cells = <1>;
- #size-cells = <1>;
-
- chosen { };
-
- memory {
- device_type = "memory";
- };
-
- soc {
- compatible = "simple-bus";
- model = "RC Module K1879HB1YA";
- #address-cells = <1>;
- #size-cells = <1>;
- ranges;
-
- /*
- * Actually clk_apb is not a fixed-clock at all.
- * clk_apb is a derivated clock, but for the moment
- * there is no public documentation on k1879hb1ya
- * so we can't describe it correctly.
- */
- clk_apb: clock@0 {
- compatible = "fixed-clock";
- #clock-cells = <0>;
- };
-
- serial0: serial@2002b000 {
- compatible = "ns16550a";
- reg = <0x2002b000 0x1000>;
- reg-shift = <2>;
- clocks = <&clk_apb 0>;
- status = "disabled";
- };
-
- timer0: timer@20024000 {
- compatible = "module,uemd-timer";
- reg = <0x20024000 0x20>;
- clocks = <&clk_apb 0>;
- status = "disabled";
- };
- };
-};
diff --git a/arch/arm/dts/module-mb7707.dts b/arch/arm/dts/module-mb7707.dts
deleted file mode 100644
index 9a0f74997d..0000000000
--- a/arch/arm/dts/module-mb7707.dts
+++ /dev/null
@@ -1,25 +0,0 @@
-/dts-v1/;
-
-#include "k1879hb1ya.dtsi"
-
-/ {
- model = "Module MB 77.07";
- compatible = "module,mb7707";
-
- memory@40000000 {
- device_type = "memory";
- reg = <0x40000000 0x8000000>;
- };
-};
-
-&clk_apb {
- clock-frequency = <54000000>;
-};
-
-&serial0 {
- status = "okay";
-};
-
-&timer0 {
- status = "okay";
-};
diff --git a/arch/arm/dts/virt2real.dts b/arch/arm/dts/virt2real.dts
deleted file mode 100644
index 3b543b6e93..0000000000
--- a/arch/arm/dts/virt2real.dts
+++ /dev/null
@@ -1,36 +0,0 @@
-/dts-v1/;
-
-#include "dm365.dtsi"
-
-/ {
- model = "virt2real";
-
- memory@82000000 {
- device_type = "memory";
- reg = <0x82000000 0x01000000>;
- };
-
- soc {
- serial0: serial@1c20000 {
- status = "okay";
- };
-
- gpio: gpio@1c67000 {
- status = "okay";
- };
- };
-
- leds {
- compatible = "gpio-leds";
-
- green_led {
- label = "green-led";
- gpios = <&gpio 73 0>;
- };
-
- red_led {
- label = "red-led";
- gpios = <&gpio 74 0>;
- };
- };
-};