mirror of
https://github.com/torvalds/linux.git
synced 2026-05-31 02:24:24 +02:00
ARM: dts: vt8500: Fix the unit address of the VT8500 LCD controller
Set correct unit address of d800e400 for the via,vt8500-fb node in vt8500.dtsi. Note that the reg property contained a correct address, so it must have been a copy and paste error earlier. While here, also update its node name to a generic one. Signed-off-by: Alexey Charkov <alchark@gmail.com> Link: https://lore.kernel.org/r/20250515-wmt-dts-updates-v2-4-246937484cc8@gmail.com Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
This commit is contained in:
parent
8b37e3c425
commit
1918e51321
|
|
@ -122,7 +122,7 @@ usb@d8007b00 {
|
|||
interrupts = <43>;
|
||||
};
|
||||
|
||||
fb: fb@d8050800 {
|
||||
fb: lcd-controller@d800e400 {
|
||||
compatible = "via,vt8500-fb";
|
||||
reg = <0xd800e400 0x400>;
|
||||
interrupts = <12>;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user