<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/rss.xsl.xml"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Changes in Makefile</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>724ba675 - ARM: dts: Move .dts files to vendor sub-directories</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/scripts/dtc/include-prefixes/arm/Makefile#724ba675</link>
        <description>ARM: dts: Move .dts files to vendor sub-directoriesThe arm dts directory has grown to 1559 boards which makes it a bitunwieldy to maintain and use. Past attempts stalled out due to plans tomove .dts files out of the kernel tree. Doing that is no longer planned(any time soon at least), so let&apos;s go ahead and group .dts files byvendors. This move aligns arm with arm64 .dts file structure.There&apos;s no change to dtbs_install as the flat structure is maintained oninstall.The naming of vendor directories is roughly in this order of preference:- Matching original and current SoC vendor prefix/name (e.g. ti, qcom)- Current vendor prefix/name if still actively sold (SoCs which have  been aquired) (e.g. nxp/imx)- Existing platform name for older platforms not sold/maintained by any  company (e.g. gemini, nspire)The whole move was scripted with the exception of MAINTAINERS and a fewmakefile fixups.Acked-by: Viresh Kumar &lt;viresh.kumar@linaro.org&gt;Acked-by: Michal Simek &lt;michal.simek@amd.com&gt; #XilinxAcked-by: Krzysztof Kozlowski &lt;krzysztof.kozlowski@linaro.org&gt;Acked-by: Neil Armstrong &lt;neil.armstrong@linaro.org&gt;Acked-by: Paul Barker &lt;paul.barker@sancloud.com&gt;Acked-by: Tony Lindgren &lt;tony@atomide.com&gt;Acked-by: Gregory CLEMENT &lt;gregory.clement@bootlin.com&gt;Acked-by: Heiko Stuebner &lt;heiko@sntech.de&gt;Acked-by: Wei Xu &lt;xuwei5@hisilicon.com&gt; #hisiliconAcked-by: Geert Uytterhoeven &lt;geert+renesas@glider.be&gt;Acked-by: Nick Hawkins &lt;nick.hawkins@hpe.com&gt;Acked-by: Baruch Siach &lt;baruch@tkos.co.il&gt;Reviewed-by: Linus Walleij &lt;linus.walleij@linaro.org&gt;Reviewed-by: Andre Przywara &lt;andre.przywara@arm.com&gt;Acked-by: Andre Przywara &lt;andre.przywara@arm.com&gt;Reviewed-by: Claudiu Beznea &lt;claudiu.beznea@microchip.com&gt;Acked-by: Peter Rosin &lt;peda@axentia.se&gt;Acked-by: Jesper Nilsson &lt;jesper.nilsson@axis.com&gt;Acked-by: Sudeep Holla &lt;sudeep.holla@arm.com&gt;Acked-by: Florian Fainelli &lt;f.fainelli@gmail.com&gt; #broadcomAcked-by: Manivannan Sadhasivam &lt;mani@kernel.org&gt;Reviewed-by: Jisheng Zhang &lt;jszhang@kernel.org&gt;Acked-by: Patrice Chotard &lt;patrice.chotard@foss.st.com&gt;Acked-by: Romain Perier &lt;romain.perier@gmail.com&gt;Acked-by: Alexandre TORGUE &lt;alexandre.torgue@st.com&gt;Acked-by: Shawn Guo &lt;shawnguo@kernel.org&gt;Acked-by: Kunihiko Hayashi &lt;hayashi.kunihiko@socionext.com&gt;Acked-by: Enric Balletbo i Serra &lt;eballetbo@gmail.com&gt;Signed-off-by: Rob Herring &lt;robh@kernel.org&gt;

            List of files:
            /linux-6.15/scripts/dtc/include-prefixes/arm/Makefile</description>
        <pubDate>Thu, 04 May 2023 23:38:52 +0000</pubDate>
        <dc:creator>Rob Herring &lt;robh@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>86684c24 - ARM: dts: Add .dts files missing from the build</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/scripts/dtc/include-prefixes/arm/Makefile#86684c24</link>
        <description>ARM: dts: Add .dts files missing from the buildComparing .dts files to built .dtb files yielded a few .dts files whichare never built. Add them to the build.Signed-off-by: Rob Herring &lt;robh@kernel.org&gt;

            List of files:
            /linux-6.15/scripts/dtc/include-prefixes/arm/Makefile</description>
        <pubDate>Tue, 02 May 2023 17:25:29 +0000</pubDate>
        <dc:creator>Rob Herring &lt;robh@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>15e2d241 - ARM: dts: at91: Enable device-tree overlay support for AT91 boards</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/scripts/dtc/include-prefixes/arm/Makefile#15e2d241</link>
        <description>ARM: dts: at91: Enable device-tree overlay support for AT91 boardsAdd the &apos;-@&apos; DTC option for AT91 boards that have device-tree overlays.This option populates the &apos;__symbols__&apos; node that contains all thenecessary symbols for supporting device-tree overlays (from bootloader)on these devices.This change increases the size of the resulting DTB with ~30%-40%. Beloware the measurements performed v6.4-rc6:at91-sam9x60_curiosity.dtb	28499 -&gt; 36641 bytesat91-sam9x60ek.dtb		30867 -&gt; 39609 bytesat91-sama5d27_som1_ek.dtb	26086 -&gt; 34166 bytesat91-sama5d27_wlsom1_ek.dtb	26045 -&gt; 33184 bytesat91-sama5d2_icp.dtb		27521 -&gt; 36155 bytesat91-sama5d2_ptc_ek.dtb		23237 -&gt; 29612 bytesat91-sama5d2_xplained.dtb	27262 -&gt; 35326 bytesat91-sama5d3_eds.dtb		27924 -&gt; 39939 bytesat91-sama5d3_xplained.dtb	28400 -&gt; 40650 bytesat91-sama5d4_xplained.dtb	26456 -&gt; 36107 bytesat91-sama7g5ek.dtb		29212 -&gt; 37289 bytesSigned-off-by: Cristian Birsan &lt;cristian.birsan@microchip.com&gt;[claudiu.beznea: s/arm: dts/ARM: dts: at91/ in commit title]Signed-off-by: Claudiu Beznea &lt;claudiu.beznea@microchip.com&gt;Link: https://lore.kernel.org/r/20230616152932.1484154-1-cristian.birsan@microchip.com

            List of files:
            /linux-6.15/scripts/dtc/include-prefixes/arm/Makefile</description>
        <pubDate>Fri, 16 Jun 2023 15:29:32 +0000</pubDate>
        <dc:creator>Cristian Birsan &lt;cristian.birsan@microchip.com&gt;</dc:creator>
    </item>
<item>
        <title>11d5441c - arm: dts: Enable device-tree overlay support for AT91 boards</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/scripts/dtc/include-prefixes/arm/Makefile#11d5441c</link>
        <description>arm: dts: Enable device-tree overlay support for AT91 boardsAdd the &apos;-@&apos; DTC option for AT91 boards that have device-tree overlays.This option populates the &apos;__symbols__&apos; node that contains all thenecessary symbols for supporting device-tree overlays (from bootloader)on these devices.This change increases the size of the resulting DTB with ~30%-40%. Beloware the measurements performed v6.4-rc6:at91-sam9x60_curiosity.dtb	28499 -&gt; 36641 bytesat91-sam9x60ek.dtb		30867 -&gt; 39609 bytesat91-sama5d27_som1_ek.dtb	26086 -&gt; 34166 bytesat91-sama5d27_wlsom1_ek.dtb	26045 -&gt; 33184 bytesat91-sama5d2_icp.dtb		27521 -&gt; 36155 bytesat91-sama5d2_ptc_ek.dtb		23237 -&gt; 29612 bytesat91-sama5d2_xplained.dtb	27262 -&gt; 35326 bytesat91-sama5d3_eds.dtb		27924 -&gt; 39939 bytesat91-sama5d3_xplained.dtb	28400 -&gt; 40650 bytesat91-sama5d4_xplained.dtb	26456 -&gt; 36107 bytesat91-sama7g5ek.dtb		29212 -&gt; 37289 bytesSigned-off-by: Cristian Birsan &lt;cristian.birsan@microchip.com&gt;Link: https://lore.kernel.org/r/20230616152932.1484154-1-cristian.birsan@microchip.comSigned-off-by: Arnd Bergmann &lt;arnd@arndb.de&gt;

            List of files:
            /linux-6.15/scripts/dtc/include-prefixes/arm/Makefile</description>
        <pubDate>Fri, 16 Jun 2023 15:29:32 +0000</pubDate>
        <dc:creator>Cristian Birsan &lt;cristian.birsan@microchip.com&gt;</dc:creator>
    </item>
<item>
        <title>2b01dda1 - ARM: dts: qcom: Add Samsung Galaxy Express support</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/scripts/dtc/include-prefixes/arm/Makefile#2b01dda1</link>
        <description>ARM: dts: qcom: Add Samsung Galaxy Express supportAdd a very basic device tree file for the Samsung Galaxy Express SGH-I437.Currently, the following things work: UART, eMMC, SD Card, and USB.Signed-off-by: Rudraksha Gupta &lt;guptarud@gmail.com&gt;Signed-off-by: Bjorn Andersson &lt;andersson@kernel.org&gt;Link: https://lore.kernel.org/r/20230607050025.86636-5-guptarud@gmail.com

            List of files:
            /linux-6.15/scripts/dtc/include-prefixes/arm/Makefile</description>
        <pubDate>Wed, 07 Jun 2023 05:00:23 +0000</pubDate>
        <dc:creator>Rudraksha Gupta &lt;guptarud@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>e925743e - arm: dts: bcm: Enable device-tree overlay support for RPi devices</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/scripts/dtc/include-prefixes/arm/Makefile#e925743e</link>
        <description>arm: dts: bcm: Enable device-tree overlay support for RPi devicesAdd the &apos;-@&apos; DTC option for the Raspberry Pi devices. This optionpopulates the &apos;__symbols__&apos; node that contains all the necessary symbolsfor supporting device-tree overlays (for instance from the firmware orthe bootloader) on these devices.The Rasbperry Pi devices are well known for their GPIO header, thatallow various &quot;HATs&quot; or other modules do be connected and this enablesusers to create out-of-tree device-tree overlays for these modules.Please note that this change does increase the size of the resulting DTBby ~40%. For example, with v6.4-rc1 increase in size is as follows:  bcm2711-rpi-400.dtb       27556 -&gt; 38141 bytes  bcm2711-rpi-4-b.dtb       27484 -&gt; 38069 bytes  bcm2711-rpi-cm4-io.dtb    27373 -&gt; 38076 bytes  bcm2835-rpi-a.dtb         12879 -&gt; 18235 bytes  bcm2835-rpi-a-plus.dtb    13015 -&gt; 18371 bytes  bcm2835-rpi-b.dtb         12997 -&gt; 18377 bytes  bcm2835-rpi-b-plus.dtb    13237 -&gt; 18666 bytes  bcm2835-rpi-b-rev2.dtb    13085 -&gt; 18514 bytes  bcm2835-rpi-cm1-io1.dtb   13109 -&gt; 18528 bytes  bcm2835-rpi-zero.dtb      12923 -&gt; 18311 bytes  bcm2835-rpi-zero-w.dtb    13449 -&gt; 18889 bytes  bcm2836-rpi-2-b.dtb       14500 -&gt; 20252 bytes  bcm2837-rpi-3-a-plus.dtb  14930 -&gt; 20713 bytes  bcm2837-rpi-3-b.dtb       15107 -&gt; 20979 bytes  bcm2837-rpi-3-b-plus.dtb  15463 -&gt; 21443 bytes  bcm2837-rpi-cm3-io3.dtb   14429 -&gt; 20098 bytes  bcm2837-rpi-zero-2-w.dtb  14781 -&gt; 20524 bytesSigned-off-by: Aurelien Jarno &lt;aurelien@aurel32.net&gt;Link: https://lore.kernel.org/r/20220410225940.135744-3-aurelien@aurel32.net[ukleinek: rebased to v6.4-rc1]Signed-off-by: Uwe Kleine-K&#246;nig &lt;u.kleine-koenig@pengutronix.de&gt;Acked-by: Conor Dooley &lt;conor.dooley@microchip.com&gt;Signed-off-by: Florian Fainelli &lt;florian.fainelli@broadcom.com&gt;

            List of files:
            /linux-6.15/scripts/dtc/include-prefixes/arm/Makefile</description>
        <pubDate>Tue, 30 May 2023 17:56:24 +0000</pubDate>
        <dc:creator>Aurelien Jarno &lt;aurelien@aurel32.net&gt;</dc:creator>
    </item>
<item>
        <title>445d5be6 - ARM: dts: omap4: add initial support for Epson Moverio BT-200</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/scripts/dtc/include-prefixes/arm/Makefile#445d5be6</link>
        <description>ARM: dts: omap4: add initial support for Epson Moverio BT-200Add the devices working with current drivers for theEpson Moverio BT-200 AR glasses consisting of a control unitand the glasses itself.Signed-off-by: Andreas Kemnade &lt;andreas@kemnade.info&gt;Message-Id: &lt;20230313110409.2294154-1-andreas@kemnade.info&gt;Signed-off-by: Tony Lindgren &lt;tony@atomide.com&gt;

            List of files:
            /linux-6.15/scripts/dtc/include-prefixes/arm/Makefile</description>
        <pubDate>Mon, 13 Mar 2023 11:04:09 +0000</pubDate>
        <dc:creator>Andreas Kemnade &lt;andreas@kemnade.info&gt;</dc:creator>
    </item>
<item>
        <title>de2bdfb7 - arm: dts: sunxi: Add ICnova A20 ADB4006 board</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/scripts/dtc/include-prefixes/arm/Makefile#de2bdfb7</link>
        <description>arm: dts: sunxi: Add ICnova A20 ADB4006 boardAdd board support for ICnova A20 SomPi compute module onICnova ADB4006 development board.Specification:SoM- Processor: Allwinner A20 Cortex-A7 Dual Core at 1GHz- 512MB DDR3 RAM- Fast Ethernet (Phy: Realtek RTL8201CP)ADB4006- I2C- 2x USB 2.0- 1x Fast Ethernet port- 1x SATA- 2x buttons (PWRON, Boot)- 2x LEDS- serial console- HDMI- &#181;SD-Card slot- Audio Line-In / Line-Out- GPIO pinheadershttps://wiki.in-circuit.de/index.php5?title=ICnova_ADB4006https://wiki.in-circuit.de/index.php5?title=ICnova_A20_SODIMMReviewed-by: Andre Przywara &lt;andre.przywara@arm.com&gt;Signed-off-by: Ludwig Kormann &lt;ludwig.kormann@ict42.de&gt;Reviewed-by: Jernej Skrabec &lt;jernej.skrabec@gmail.com&gt;Link: https://lore.kernel.org/r/20230510111528.2155582-3-ludwig.kormann@ict42.deSigned-off-by: Jernej Skrabec &lt;jernej.skrabec@gmail.com&gt;

            List of files:
            /linux-6.15/scripts/dtc/include-prefixes/arm/Makefile</description>
        <pubDate>Wed, 10 May 2023 11:15:28 +0000</pubDate>
        <dc:creator>Ludwig Kormann &lt;ludwig.kormann@ict42.de&gt;</dc:creator>
    </item>
<item>
        <title>b195a9d7 - ARM: dts: stm32: add STM32MP1-based Phytec board</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/scripts/dtc/include-prefixes/arm/Makefile#b195a9d7</link>
        <description>ARM: dts: stm32: add STM32MP1-based Phytec boardAdd the Phytec STM32MP1-3 Dev board. The devboard uses a Phytecstm32m157c-som.Signed-off-by: Steffen Trumtrar &lt;s.trumtrar@pengutronix.de&gt;Signed-off-by: Alexandre Torgue &lt;alexandre.torgue@foss.st.com&gt;

            List of files:
            /linux-6.15/scripts/dtc/include-prefixes/arm/Makefile</description>
        <pubDate>Fri, 05 May 2023 06:01:58 +0000</pubDate>
        <dc:creator>Steffen Trumtrar &lt;s.trumtrar@pengutronix.de&gt;</dc:creator>
    </item>
<item>
        <title>145e2732 - ARM: dts: imx6ull-dhcor: Add Marantec maveo box</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/scripts/dtc/include-prefixes/arm/Makefile#145e2732</link>
        <description>ARM: dts: imx6ull-dhcor: Add Marantec maveo boxAdd support for Marantec maveo box. The system is used to get asmart conntection to a door drive. It has USB, WiFi, Bluetooth,Zigbee and NFC interfaces. The core of this system is a solderedi.MX6ULL DHCOR SoM from DH electronics.Signed-off-by: Christoph Niedermaier &lt;cniedermaier@dh-electronics.com&gt;Signed-off-by: Shawn Guo &lt;shawnguo@kernel.org&gt;

            List of files:
            /linux-6.15/scripts/dtc/include-prefixes/arm/Makefile</description>
        <pubDate>Fri, 07 Apr 2023 10:49:43 +0000</pubDate>
        <dc:creator>Christoph Niedermaier &lt;cniedermaier@dh-electronics.com&gt;</dc:creator>
    </item>
<item>
        <title>5668d088 - ARM: dts: kirkwood: Add Endian 4i Edge 200 board</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/scripts/dtc/include-prefixes/arm/Makefile#5668d088</link>
        <description>ARM: dts: kirkwood: Add Endian 4i Edge 200 boardAdd Endian 4i Edge 200 is 5-port firewall.It have also clone: Endian UTM Mini (The same hardware, with added WLANcard).Hardware:  - SoC: Marvell 88F6281-A1 ARMv5TE Processor 1.2GHz  - Ram: 512MB (4x Nanya NT5TU128M8GE-AC)  - NAND Flash: 512MB (Micron 29F4G08AAC)  - Lan 1-4: 4x GBE (Marvell 88E6171R-TFJ2)  - Lan 5: 1x GBE (Marvell 88E1116R-NNC1)  - Storage: MicroSD Slot  - MCPIE: MiniPCIe Slot present [fitted with SparkLan WPEA-110N/E          (Atheros AR9280 chipset) in Endian UTM Mini WLAN only]  - USB: 1x USB 2.0 port  - Console: RJ-45 port  - LEDs: 3x GPIO controlledSigned-off-by: Pawel Dembicki &lt;paweldembicki@gmail.com&gt;Reviewed-by: Andrew Lunn &lt;andrew@lunn.ch&gt;Signed-off-by: Gregory CLEMENT &lt;gregory.clement@bootlin.com&gt;

            List of files:
            /linux-6.15/scripts/dtc/include-prefixes/arm/Makefile</description>
        <pubDate>Mon, 03 Oct 2022 07:34:43 +0000</pubDate>
        <dc:creator>Pawel Dembicki &lt;paweldembicki@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>5e4f393c - ARM: dts: imx6ull: Add chargebyte Tarragon support</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/scripts/dtc/include-prefixes/arm/Makefile#5e4f393c</link>
        <description>ARM: dts: imx6ull: Add chargebyte Tarragon supportThis adds the support for chargebyte Tarragon, which is an ElectricalVehicle Supply Equipment (EVSE) for AC charging stations(according to IEC 61851, ISO 15118).The Tarragon board is based on an i.MX6ULL SoC and is available in4 variants (Master, Slave, SlaveXT, Micro), which provide more orless peripherals.Supported features:  * 512 MB DDR RAM  * eMMC  * Debug UART  * 100 Mbit Ethernet  * USB 2.0 Host interface  * Powerline communication (QCA700x)  * 2x RS485  * Digital in- and outputs (12 V)  * One-Wire master for external temp sensors  * 2x relay outputs  * 2x motor interfacesLink: https://chargebyte.com/products/charging-station-communication/charge-control-cSigned-off-by: Stefan Wahren &lt;stefan.wahren@chargebyte.com&gt;Signed-off-by: Shawn Guo &lt;shawnguo@kernel.org&gt;

            List of files:
            /linux-6.15/scripts/dtc/include-prefixes/arm/Makefile</description>
        <pubDate>Tue, 04 Apr 2023 08:02:42 +0000</pubDate>
        <dc:creator>Stefan Wahren &lt;stefan.wahren@chargebyte.com&gt;</dc:creator>
    </item>
<item>
        <title>a9414bef - ARM: dts: oxnas: remove obsolete device tree files</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/scripts/dtc/include-prefixes/arm/Makefile#a9414bef</link>
        <description>ARM: dts: oxnas: remove obsolete device tree filesDue to lack of maintainance and stall of development for a few years now,and since no new features will ever be added upstream, remove supportfor OX810 and OX820 devices.Acked-by: Linus Walleij &lt;linus.walleij@linaro.org&gt;Acked-by: Arnd Bergmann &lt;arnd@arndb.de&gt;Acked-by: Daniel Golle &lt;daniel@makrotopia.org&gt;Signed-off-by: Neil Armstrong &lt;neil.armstrong@linaro.org&gt;Signed-off-by: Arnd Bergmann &lt;arnd@arndb.de&gt;

            List of files:
            /linux-6.15/scripts/dtc/include-prefixes/arm/Makefile</description>
        <pubDate>Mon, 03 Apr 2023 07:42:18 +0000</pubDate>
        <dc:creator>Neil Armstrong &lt;neil.armstrong@linaro.org&gt;</dc:creator>
    </item>
<item>
        <title>20c5db6c - ARM: dts: sunxi: add MangoPi MQ-R-T113 board</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/scripts/dtc/include-prefixes/arm/Makefile#20c5db6c</link>
        <description>ARM: dts: sunxi: add MangoPi MQ-R-T113 boardThe MangoPi MQ-R-T113 is a small SBC with the Allwinner T113-s3 SoC.The SoC features two Arm Cortex-A7 cores and 128 MB of co-packaged DDR3DRAM. The board adds mostly connectors and the required regulators, plusa Realtek RTL8189FTV WiFi chip.Power comes in via a USB-C connector wired as a peripheral, and there isa second USB-C connector usable as a host port.Add a .dtsi file describing most of the board&apos;s peripherals, and includethat from the actual board .dts file. This allows to re-use the .dtsifor the MQ-R-F113 RISC-V variant of that board.Signed-off-by: Andre Przywara &lt;andre.przywara@arm.com&gt;Acked-by: Jernej Skrabec &lt;jernej.skrabec@gmail.com&gt;Link: https://lore.kernel.org/r/20230320005249.13403-5-andre.przywara@arm.comSigned-off-by: Jernej Skrabec &lt;jernej.skrabec@gmail.com&gt;

            List of files:
            /linux-6.15/scripts/dtc/include-prefixes/arm/Makefile</description>
        <pubDate>Mon, 20 Mar 2023 00:52:49 +0000</pubDate>
        <dc:creator>Andre Przywara &lt;andre.przywara@arm.com&gt;</dc:creator>
    </item>
<item>
        <title>a63945c3 - ARM: dts: am57xx-idk: Add IDK displays and touchscreens</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/scripts/dtc/include-prefixes/arm/Makefile#a63945c3</link>
        <description>ARM: dts: am57xx-idk: Add IDK displays and touchscreensThis is a more interesting use of DT Overlays than the previous patches.Here we have two touchscreen modules. Each is compatible with, and can beattached to, either of the two AM57xx IDK development board variants(AM571x or AM572x).Due to the way the extension header was wired on the development boards,the touch sensor on the touchscreen modules will connect to differentSoC pins when connected. For this the touch sensor is modeled as anadditional overlay that is specific to the development board for which itis connected.Basically the LCD overlay can be swapped, but the touchscreen overlaythat attaches to the LCD must be used with the corresponding base DTand not to the LCD.AM571x -\ /- osd101t2045.dtbo -\ /- am571x-idk-touchscreen.dtbo         X                      XAM572x -/ \- osd101t2587.dtbo -/ \- am572x-idk-touchscreen.dtboSigned-off-by: Andrew Davis &lt;afd@ti.com&gt;Message-Id: &lt;20230307161715.15209-4-afd@ti.com&gt;Signed-off-by: Tony Lindgren &lt;tony@atomide.com&gt;

            List of files:
            /linux-6.15/scripts/dtc/include-prefixes/arm/Makefile</description>
        <pubDate>Tue, 07 Mar 2023 16:17:15 +0000</pubDate>
        <dc:creator>Andrew Davis &lt;afd@ti.com&gt;</dc:creator>
    </item>
<item>
        <title>26d03d14 - ARM: dts: ti: Add AM57xx GP EVM Rev A3 board support</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/scripts/dtc/include-prefixes/arm/Makefile#26d03d14</link>
        <description>ARM: dts: ti: Add AM57xx GP EVM Rev A3 board supportThe A3 revision of the AM57xx GP EVM has the same EVM feature set as theoriginal but is paired with an updated revision C BeagleBoard X15.DT Overlays allow us to model this in the same way, we simply apply theEVM overlay to the Rev C BeagleBoard to create the Rev A3 AM57xx GP EVM.Signed-off-by: Andrew Davis &lt;afd@ti.com&gt;Message-Id: &lt;20230307161715.15209-3-afd@ti.com&gt;Signed-off-by: Tony Lindgren &lt;tony@atomide.com&gt;

            List of files:
            /linux-6.15/scripts/dtc/include-prefixes/arm/Makefile</description>
        <pubDate>Tue, 07 Mar 2023 16:17:14 +0000</pubDate>
        <dc:creator>Andrew Davis &lt;afd@ti.com&gt;</dc:creator>
    </item>
<item>
        <title>0fff0e49 - ARM: dts: ti: Add AM57xx GP EVM board support</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/scripts/dtc/include-prefixes/arm/Makefile#0fff0e49</link>
        <description>ARM: dts: ti: Add AM57xx GP EVM board supportThe AM57xx GP EVM boards are built on top the AM57xx BeagleBoard-X15.The EVM extends the BeagleBoard by adding a touchscreen, some buttons,and a handful of peripheral extension slots.Being a plugin extension of an existing standalone board; we definethe am57xx-evm as a composite-DTB of the base am57xx-beagle-x15and a new am57xx-evm overlay.Signed-off-by: Tero Kristo &lt;t-kristo@ti.com&gt;Signed-off-by: Tomi Valkeinen &lt;tomi.valkeinen@ti.com&gt;Signed-off-by: Suman Anna &lt;s-anna@ti.com&gt;Signed-off-by: Andrew Davis &lt;afd@ti.com&gt;Message-Id: &lt;20230307161715.15209-2-afd@ti.com&gt;Signed-off-by: Tony Lindgren &lt;tony@atomide.com&gt;

            List of files:
            /linux-6.15/scripts/dtc/include-prefixes/arm/Makefile</description>
        <pubDate>Tue, 07 Mar 2023 16:17:13 +0000</pubDate>
        <dc:creator>Andrew Davis &lt;afd@ti.com&gt;</dc:creator>
    </item>
<item>
        <title>f4916989 - ARM: dts: imx: Add devicetree for Tolino Vison</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/scripts/dtc/include-prefixes/arm/Makefile#f4916989</link>
        <description>ARM: dts: imx: Add devicetree for Tolino VisonAdd a devicetree for the Tolino Vision Ebook reader. It is basedon boards marked with &quot;37NB-E60Q30+4A3&quot;. It is equipped with an i.MX6SLSoC.Expected to work: - Buttons - Wifi - LEDs - uSD - eMMC - USB - RTC - Touchscreen - BacklightSigned-off-by: Andreas Kemnade &lt;andreas@kemnade.info&gt;Signed-off-by: Shawn Guo &lt;shawnguo@kernel.org&gt;

            List of files:
            /linux-6.15/scripts/dtc/include-prefixes/arm/Makefile</description>
        <pubDate>Fri, 17 Mar 2023 08:16:18 +0000</pubDate>
        <dc:creator>Andreas Kemnade &lt;andreas@kemnade.info&gt;</dc:creator>
    </item>
<item>
        <title>7da47347 - ARM: dts: imx6dl-yapp43: Add support for new HW revision of the IOTA&#160;board</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/scripts/dtc/include-prefixes/arm/Makefile#7da47347</link>
        <description>ARM: dts: imx6dl-yapp43: Add support for new HW revision of the IOTA&#160;boardThe PCB used for all the current boards (Ursa, Draco, Hydra, Orion, Crux)was slightly redesigned and delivers some new features while some unusedcomponents were removed.- External RTC chip with supercap added.- Secure element added.- LCD display power supply enable/disable signal added.- Touch keyboard reset and interrupt signals added.- Factory reset GPIO button added.- Audio codec LM49350 (EoL) removed and replaced by PWM&#160;audio output.- QCA8334 switch was replaced by Marvell 88E6141.- PCIe completely removed.- uSD card removed and replaced by board-to-board expansion connector.There are four configuration variants of the new board:1. PegasusThe board configuration is based on Orion with the following major changes:- Quad core SoC- 4GB of RAM- RTC with supercap added- Secure element added2. Pegasus+This is the very same board as Pegasus but uses the i.MX6QuadPlus SoC.3. LynxThe board configuration is based on Draco with the following major changes:- DualLite SoC- 1GB of RAM- RTC with supercap added- Secure element added4. PhoenixThe board configuration is based on Ursa with the following major changes:- DualLite Soc- 1GB of RAM- RTC with supercap added- Secure element added- LCD display support removed- UART2 removed- Factory reset GPIO button addedSigned-off-by: Michal Vok&#225;&#269; &lt;michal.vokac@ysoft.com&gt;Signed-off-by: Shawn Guo &lt;shawnguo@kernel.org&gt;

            List of files:
            /linux-6.15/scripts/dtc/include-prefixes/arm/Makefile</description>
        <pubDate>Tue, 14 Mar 2023 18:06:08 +0000</pubDate>
        <dc:creator>Michal Vok&#225;&#269; &lt;michal.vokac@ysoft.com&gt;</dc:creator>
    </item>
<item>
        <title>cc185861 - ARM: dts: suniv: Add Lctech Pi F1C200s devicetree</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/scripts/dtc/include-prefixes/arm/Makefile#cc185861</link>
        <description>ARM: dts: suniv: Add Lctech Pi F1C200s devicetreeThe Lctech Pi F1C200s (also previously known under the Cherry Pi brand)is a small development board with the Allwinner F1C200s SoC. This is thesame as the F1C100s, but with 64MB instead of 32MB co-packaged DRAM.Alongside the obligatory micro-SD card slot, the board features aSPI-NAND flash chip, LCD and touch connectors, and unpopulatedexpansion header pins.There are two USB Type-C ports on the board: One supplies the power, alsoconnects to the USB MUSB OTG controller port. The other one is connectedto an CH340 USB serial chip, which in turn is connected to UART1.Add a devicetree file, so that the board can be used easily.Signed-off-by: Andre Przywara &lt;andre.przywara@arm.com&gt;Acked-by: Jernej Skrabec &lt;jernej.skrabec@gmail.com&gt;Link: https://lore.kernel.org/r/20230319212936.26649-7-andre.przywara@arm.comSigned-off-by: Jernej Skrabec &lt;jernej.skrabec@gmail.com&gt;

            List of files:
            /linux-6.15/scripts/dtc/include-prefixes/arm/Makefile</description>
        <pubDate>Sun, 19 Mar 2023 21:29:36 +0000</pubDate>
        <dc:creator>Andre Przywara &lt;andre.przywara@arm.com&gt;</dc:creator>
    </item>
</channel>
</rss>
