Skip to content

Commit

Permalink
ARM: dts: rockchip: fix a typo error for rk3288 spdif node
Browse files Browse the repository at this point in the history
[ Upstream commit 02c84f9 ]

Fix the address in the spdif node name.

Fixes: 874e568 ("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>
  • Loading branch information
jayxurockchip authored and gregkh committed Apr 26, 2023
1 parent f17b0ab commit 8f33e7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/rk3288.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -942,7 +942,7 @@
status = "disabled";
};

spdif: sound@ff88b0000 {
spdif: sound@ff8b0000 {
compatible = "rockchip,rk3288-spdif", "rockchip,rk3066-spdif";
reg = <0x0 0xff8b0000 0x0 0x10000>;
#sound-dai-cells = <0>;
Expand Down

0 comments on commit 8f33e7c

Please sign in to comment.