Skip to content

Commit 4e537d2

Browse files
committed
Merge pull request #118 from hkallweit/odroidxu4-v4.2-rc1
ODROID-XU3/XU4: Enable PWM output for status LEDs in dts under 4.2rc1
2 parents 62076f1 + 9fb3ad7 commit 4e537d2

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

arch/arm/boot/dts/exynos5422-odroidxu3-common.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -471,7 +471,7 @@
471471
*/
472472
pinctrl-0 = <&pwm0_out &pwm1_out &pwm2_out &pwm3_out>;
473473
pinctrl-names = "default";
474-
samsung,pwm-outputs = <0>;
474+
samsung,pwm-outputs = <0>, <1>, <2>, <3>;
475475
status = "okay";
476476
};
477477

arch/arm/boot/dts/exynos5422-odroidxu4.dts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,14 @@
1717
/ {
1818
model = "Hardkernel Odroid XU4";
1919
compatible = "hardkernel,odroid-xu4", "samsung,exynos5800", "samsung,exynos5";
20+
21+
pwmleds {
22+
/delete-node/ greenled;
23+
};
24+
25+
gpioleds {
26+
/delete-node/ redled;
27+
};
2028
};
2129

2230
&usbdrd_dwc3_1 {

0 commit comments

Comments
 (0)