diff options
author | Shiji Yang <yangshiji66@qq.com> | 2024-03-16 08:39:16 +0800 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2024-05-09 23:51:14 +0200 |
commit | e155e3bd093109744f77f884fa731e51fb2edb42 (patch) | |
tree | f8bfb7fab89fabc9d1c91a77914e3a26f8be4975 /target/linux/ath79/dts | |
parent | 24693ac7e54d913153ec6e89a13903937e33ff4d (diff) | |
download | openwrt-e155e3bd093109744f77f884fa731e51fb2edb42.tar.gz openwrt-e155e3bd093109744f77f884fa731e51fb2edb42.tar.bz2 openwrt-e155e3bd093109744f77f884fa731e51fb2edb42.zip |
ath79: add MikroTik suffix to the local GPIO latch driver
The upcoming 6.6 kernel will introduce a new upstream generic
"gpio-latch" driver. It will conflict with the downstream MikroTik
GPIO latch driver. Let's rename it to avoid any potential issues.
Signed-off-by: Shiji Yang <yangshiji66@qq.com>
Diffstat (limited to 'target/linux/ath79/dts')
-rw-r--r-- | target/linux/ath79/dts/ar9342_mikrotik_routerboard-911g.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ath79/dts/ar9342_mikrotik_routerboard-911g.dtsi b/target/linux/ath79/dts/ar9342_mikrotik_routerboard-911g.dtsi index 5f9d8e42fb..0c98a6634e 100644 --- a/target/linux/ath79/dts/ar9342_mikrotik_routerboard-911g.dtsi +++ b/target/linux/ath79/dts/ar9342_mikrotik_routerboard-911g.dtsi @@ -22,7 +22,7 @@ }; gpio_latch: gpio_latch { - compatible = "gpio-latch"; + compatible = "gpio-latch-mikrotik"; gpio-controller; #gpio-cells = <2>; gpios = <&gpio 0 GPIO_ACTIVE_HIGH>, |