]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
ARM: dts: vt8500: Fix the unit address of the VT8500 LCD controller
authorAlexey Charkov <alchark@gmail.com>
Thu, 15 May 2025 19:38:43 +0000 (22:38 +0300)
committerKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Thu, 12 Jun 2025 15:25:17 +0000 (17:25 +0200)
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>
arch/arm/boot/dts/vt8500/vt8500.dtsi

index 30ebaaa1e5a4b53094b295570ab6e831acfb1c93..9b87b12897922b20be83d7df686dda713bb4f098 100644 (file)
                        interrupts = <43>;
                };
 
-               fb: fb@d8050800 {
+               fb: lcd-controller@d800e400 {
                        compatible = "via,vt8500-fb";
                        reg = <0xd800e400 0x400>;
                        interrupts = <12>;