Skip to content

Commit

Permalink
Merge pull request #118 from hkallweit/odroidxu4-v4.2-rc1
Browse files Browse the repository at this point in the history
ODROID-XU3/XU4: Enable PWM output for status LEDs in dts under 4.2rc1
  • Loading branch information
tobetter committed Aug 11, 2015
2 parents 62076f1 + 9fb3ad7 commit 4e537d2
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/exynos5422-odroidxu3-common.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -471,7 +471,7 @@
*/
pinctrl-0 = <&pwm0_out &pwm1_out &pwm2_out &pwm3_out>;
pinctrl-names = "default";
samsung,pwm-outputs = <0>;
samsung,pwm-outputs = <0>, <1>, <2>, <3>;
status = "okay";
};

Expand Down
8 changes: 8 additions & 0 deletions arch/arm/boot/dts/exynos5422-odroidxu4.dts
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,14 @@
/ {
model = "Hardkernel Odroid XU4";
compatible = "hardkernel,odroid-xu4", "samsung,exynos5800", "samsung,exynos5";

pwmleds {
/delete-node/ greenled;
};

gpioleds {
/delete-node/ redled;
};
};

&usbdrd_dwc3_1 {
Expand Down

0 comments on commit 4e537d2

Please sign in to comment.