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

Commit db7a8946 authored by Maxime Ripard's avatar Maxime Ripard Committed by Shawn Guo
Browse files

ARM: dts: cfa10049: Add the DH2228FV DAC to the DTS



There is no driver for it yet, so it will use spidev.

Signed-off-by: default avatarMaxime Ripard <maxime.ripard@free-electrons.com>
Signed-off-by: default avatarShawn Guo <shawn.guo@linaro.org>
parent 414b4153
Loading
Loading
Loading
Loading
+6 −0
Original line number Original line Diff line number Diff line
@@ -29,6 +29,7 @@
						0x01c1 /* MX28_PAD_GPMI_RESETN__SSP3_CMD */
						0x01c1 /* MX28_PAD_GPMI_RESETN__SSP3_CMD */
						0x0111 /* MX28_PAD_GPMI_CE1N__SSP3_D3 */
						0x0111 /* MX28_PAD_GPMI_CE1N__SSP3_D3 */
						0x01a2 /* MX28_PAD_GPMI_ALE__SSP3_D4 */
						0x01a2 /* MX28_PAD_GPMI_ALE__SSP3_D4 */
						0x01b2 /* MX28_PAD_GPMI_CLE__SSP3_D5 */
					>;
					>;
					fsl,drive-strength = <1>;
					fsl,drive-strength = <1>;
					fsl,voltage = <1>;
					fsl,voltage = <1>;
@@ -60,6 +61,11 @@
					spi-max-frequency = <100000>;
					spi-max-frequency = <100000>;
				};
				};


				dac0: dh2228@2 {
					compatible = "rohm,dh2228fv";
					reg = <2>;
					spi-max-frequency = <100000>;
				};
			};
			};
		};
		};