提交 4cec057f 编写于 作者: M Michal Simek

arm64: zynqmp: Fix node name for ds35/36 leds

By dt-binding specs led nodes should have -led suffix that's why add it.
Signed-off-by: NMichal Simek <michal.simek@xilinx.com>
上级 18bfe9cf
......@@ -60,13 +60,13 @@
leds {
compatible = "gpio-leds";
ds35 {
ds35-led {
label = "heartbeat";
gpios = <&gpio 7 GPIO_ACTIVE_HIGH>;
linux,default-trigger = "heartbeat";
};
ds36 {
ds36-led {
label = "vbus_det";
gpios = <&gpio 8 GPIO_ACTIVE_HIGH>;
default-state = "on";
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册