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

Commit 78a2569f authored by Rick Altherr's avatar Rick Altherr Committed by Joel Stanley
Browse files

arm: dts: aspeed: Describe ADCs for AST2400/AST2500



Signed-off-by: default avatarRick Altherr <raltherr@google.com>
Signed-off-by: default avatarJoel Stanley <joel@jms.id.au>
parent 71b8b86c
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -971,6 +971,14 @@
				no-loopback-test;
				status = "disabled";
			};

			adc: adc@1e6e9000 {
				compatible = "aspeed,ast2400-adc";
				reg = <0x1e6e9000 0xb0>;
				clocks = <&clk_apb>;
				#io-channel-cells = <1>;
				status = "disabled";
			};
		};
	};
};
+8 −1
Original line number Diff line number Diff line
@@ -384,7 +384,6 @@
						function = "LAD0";
						groups = "LAD0";
					};

					pinctrl_lad1_default: lad1_default {
						function = "LAD1";
						groups = "LAD1";
@@ -1115,6 +1114,14 @@
				no-loopback-test;
				status = "disabled";
			};

			adc: adc@1e6e9000 {
				compatible = "aspeed,ast2500-adc";
				reg = <0x1e6e9000 0xb0>;
				clocks = <&clk_apb>;
				#io-channel-cells = <1>;
				status = "disabled";
			};
		};
	};
};