Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c4fb6893 authored by Dinh Nguyen's avatar Dinh Nguyen
Browse files

ARM: dts: socfpga: Add Rohm DH2228FV DAC



Enable the SPI node and add the Rohm DH2228FV DAC.

Signed-off-by: default avatarDinh Nguyen <dinguyen@kernel.org>
parent 4d3e72b1
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -159,6 +159,16 @@
	};
};

&spi0 {
	status = "okay";

	spidev@0 {
		compatible = "rohm,dh2228fv";
		reg = <0>;
		spi-max-frequency = <1000000>;
	};
};

&usb1 {
	status = "okay";
};