Commit e627d384 authored by Joel Stanley's avatar Joel Stanley
Browse files

ARM: dts: aspeed: rainier: Add front panel LEDs



These were meant to be part of commit 4fb27b3f ("ARM: dts: aspeed:
rainier: Add system LEDs") but went missing.

Signed-off-by: default avatarJoel Stanley <joel@jms.id.au>
parent 5698a9d9
Loading
Loading
Loading
Loading
+42 −0
Original line number Diff line number Diff line
@@ -1761,6 +1761,48 @@ fan5: fan@5 {
		};
	};

	pca9551@60 {
		compatible = "nxp,pca9551";
		reg = <0x60>;
		#address-cells = <1>;
		#size-cells = <0>;

		gpio-controller;
		#gpio-cells = <2>;

		led@0 {
			label = "front-sys-id0";
			reg = <0>;
			retain-state-shutdown;
			default-state = "keep";
			type = <PCA955X_TYPE_LED>;
		};

		led@1 {
			label = "front-check-log0";
			reg = <1>;
			retain-state-shutdown;
			default-state = "keep";
			type = <PCA955X_TYPE_LED>;
		};

		led@2 {
			label = "front-enc-fault1";
			reg = <2>;
			retain-state-shutdown;
			default-state = "keep";
			type = <PCA955X_TYPE_LED>;
		};

		led@3 {
			label = "front-sys-pwron0";
			reg = <3>;
			retain-state-shutdown;
			default-state = "keep";
			type = <PCA955X_TYPE_LED>;
		};
	};

	pca0: pca9552@61 {
		compatible = "nxp,pca9552";
		reg = <0x61>;