Skip to content

Commit d28d40f

Browse files
jayxurockchipUlrich Hecht
authored andcommitted
ARM: dts: rockchip: fix a typo error for rk3288 spdif node
[ 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 <[email protected]> Reviewed-by: Sjoerd Simons <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Heiko Stuebner <[email protected]> Signed-off-by: Sasha Levin <[email protected]> Signed-off-by: Ulrich Hecht <[email protected]>
1 parent 0c345ea commit d28d40f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/arm/boot/dts/rk3288.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -751,7 +751,7 @@
751751
status = "disabled";
752752
};
753753

754-
spdif: sound@ff88b0000 {
754+
spdif: sound@ff8b0000 {
755755
compatible = "rockchip,rk3288-spdif", "rockchip,rk3066-spdif";
756756
reg = <0xff8b0000 0x10000>;
757757
#sound-dai-cells = <0>;

0 commit comments

Comments
 (0)