[PATCH] ARM: dts: intel: Drop pxa2xx

Robert Jarzmik robert.jarzmik at free.fr
Sat Jan 3 12:54:35 PST 2026


"Arnd Bergmann" <arnd at arndb.de> writes:

> If you or anyone else is still using PXA27x, we can always
> bring it back later, but I'd then put the burden on them to
> submit the dts file for inclusion without introducing DT
> warnings.
Well not anymore, for RAM constraints as I said.
I can still fallback to an older kernel though if I feel like 
hacking.

>> +	docg3: flash at 0 {
>> +		compatible = "m-systems,diskonchip-g3";
>> +		reg = <0x0 0x2000>;
>> +	};
>
> This currently has no upstream users I can see, so
> removing pxa27x would probably mean we should remove
> that as well.
Yep, this driver was only used on the Mitac MIO A701 (my main 
board,
pxa27x based).

>> +	panel {
>> +		compatible = "toshiba,ltm0305a776";
>> +		lcd-type = "color-tft";
>
> I don't see a driver that matches the compatible string,
> does this one actually work?
Yes it does. The compatible string doesn't really matter. What is
relevant in that part is the "timings" node, which is used by 
pxafb
driver to setup its registers to control the LCD panel.

More generally, each and every part of this DT was working 3 years 
ago.

Cheers.

--
Robert



More information about the linux-arm-kernel mailing list