]> git.itanic.dy.fi Git - linux-stable/commitdiff
ARM: dts: rockchip: fix a typo error for rk3288 spdif node
authorJianqun Xu <jay.xu@rock-chips.com>
Wed, 8 Feb 2023 09:14:11 +0000 (17:14 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 26 Apr 2023 09:24:01 +0000 (11:24 +0200)
[ Upstream commit 02c84f91adb9a64b75ec97d772675c02a3e65ed7 ]

Fix the address in the spdif node name.

Fixes: 874e568e500a ("ARM: dts: rockchip: Add SPDIF transceiver for RK3288")
Signed-off-by: Jianqun Xu <jay.xu@rock-chips.com>
Reviewed-by: Sjoerd Simons <sjoerd@collabora.com>
Link: https://lore.kernel.org/r/20230208091411.1603142-1-jay.xu@rock-chips.com
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Signed-off-by: Sasha Levin <sashal@kernel.org>
arch/arm/boot/dts/rk3288.dtsi

index 3a7d375389d0e17148e64cc8036fd6b24388cdc8..36f943a3f3ad2fa51cdac3964142ab5a596a6a85 100644 (file)
@@ -942,7 +942,7 @@ wdt: watchdog@ff800000 {
                status = "disabled";
        };
 
-       spdif: sound@ff88b0000 {
+       spdif: sound@ff8b0000 {
                compatible = "rockchip,rk3288-spdif", "rockchip,rk3066-spdif";
                reg = <0x0 0xff8b0000 0x0 0x10000>;
                #sound-dai-cells = <0>;