Skip to content

Commit f458925

Browse files
committed
BCM270X_DT: switch to bcm2835-i2s
I2S soundcard drivers with proper devicetree support (i.e. not linking to the cpu_dai/platform via name but to cpu/platform via of_node) will work out of the box without any modifications. When the kernel is compiled without devicetree support the platform code will instantiate the bcm2708-i2s driver and I2S soundcard drivers will link to it via name, as before. Signed-off-by: Matthias Reichl <[email protected]>
1 parent ba54fa9 commit f458925

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/arm/boot/dts/bcm2708_common.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@
127127
};
128128

129129
i2s: i2s@7e203000 {
130-
compatible = "brcm,bcm2708-i2s";
130+
compatible = "brcm,bcm2835-i2s";
131131
reg = <0x7e203000 0x24>,
132132
<0x7e101098 0x08>;
133133

0 commit comments

Comments
 (0)