From f8a6987cd1aae8698062c8ac3907193a5c66004a Mon Sep 17 00:00:00 2001 From: Mathias Kresin Date: Sun, 31 Dec 2017 12:11:57 +0100 Subject: lantiq: make dts files and kernel config kernel version specific Move the devicetree source files to a kernel specific directory in preparation of adding kernel 4.14 support. Rename the subtarget kernel config files to match a specific kernel version. Signed-off-by: Mathias Kresin --- target/linux/lantiq/dts/falcon-sflash-16M.dtsi | 37 -------------------------- 1 file changed, 37 deletions(-) delete mode 100644 target/linux/lantiq/dts/falcon-sflash-16M.dtsi (limited to 'target/linux/lantiq/dts/falcon-sflash-16M.dtsi') diff --git a/target/linux/lantiq/dts/falcon-sflash-16M.dtsi b/target/linux/lantiq/dts/falcon-sflash-16M.dtsi deleted file mode 100644 index d95acc21ef..0000000000 --- a/target/linux/lantiq/dts/falcon-sflash-16M.dtsi +++ /dev/null @@ -1,37 +0,0 @@ - -&ebu_cs0 { - #address-cells = <1>; - #size-cells = <1>; - compatible = "lantiq,sflash-falcon", "simple-bus"; - - flash@0 { - #address-cells = <1>; - #size-cells = <1>; - compatible = "spansion,s25fl129p0", "spansion,s25fl129p1"; - reg = <0 0>; - linux,mtd-name = "sflash"; - spi-max-frequency = <80000000>; - m25p,fast-read; - - partition@0 { - reg = <0x0 0x40000>; - label = "uboot"; - read-only; - }; - - partition@40000 { - reg = <0x40000 0x80000>; - label = "uboot_env"; - }; - - partition@C0000 { - reg = <0xC0000 0x740000>; - label = "image0"; - }; - - partition@800000 { - reg = <0x800000 0x800000>; - label = "image1"; - }; - }; -}; -- cgit v1.2.3