mirror of https://gitee.com/openkylin/linux.git
ARM: dts: imx53: Add GPIO beeper on M53Menlo
Add GPIO beeper, to let the board produce beeps. Signed-off-by: Marek Vasut <marex@denx.de> Cc: Shawn Guo <shawnguo@kernel.org> Cc: Fabio Estevam <festevam@gmail.com> Cc: NXP Linux Team <linux-imx@nxp.com> To: linux-arm-kernel@lists.infradead.org Reviewed-by: Fabio Estevam <festevam@gmail.com> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
This commit is contained in:
parent
50d29fdb76
commit
6c5741c22a
|
@ -64,6 +64,12 @@ panel_in: endpoint {
|
|||
};
|
||||
};
|
||||
|
||||
beeper {
|
||||
compatible = "gpio-beeper";
|
||||
pinctrl-0 = <&pinctrl_beeper>;
|
||||
gpios = <&gpio6 3 GPIO_ACTIVE_HIGH>;
|
||||
};
|
||||
|
||||
reg_usbh1_vbus: regulator-usbh1-vbus {
|
||||
compatible = "regulator-fixed";
|
||||
regulator-name = "vbus";
|
||||
|
@ -181,6 +187,12 @@ MX53_PAD_CSI0_DAT16__GPIO6_2 0x1d5
|
|||
>;
|
||||
};
|
||||
|
||||
pinctrl_beeper: beepergrp {
|
||||
fsl,pins = <
|
||||
MX53_PAD_CSI0_DAT17__GPIO6_3 0x1c4
|
||||
>;
|
||||
};
|
||||
|
||||
pinctrl_can1: can1grp {
|
||||
fsl,pins = <
|
||||
MX53_PAD_GPIO_7__CAN1_TXCAN 0x1c4
|
||||
|
|
Loading…
Reference in New Issue