forked from mirrors/linux
		
	gpiolib: of: add a quirk for legacy names in MOXA ART RTC
The driver is using non-standard "gpio-rtc-data", "gpio-rtc-sclk", and
"gpio-rtc-reset" names for properties describing its gpios. In
preparation to converting to the standard naming ("rtc-*-gpios") and
switching the driver to gpiod API add a quirk to gpiolib to keep
compatibility with existing DTSes.
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
			
			
This commit is contained in:
		
							parent
							
								
									944004eb56
								
							
						
					
					
						commit
						eaf1a29665
					
				
					 1 changed files with 5 additions and 0 deletions
				
			
		| 
						 | 
					@ -390,6 +390,11 @@ static struct gpio_desc *of_find_gpio_rename(struct device_node *np,
 | 
				
			||||||
#if IS_ENABLED(CONFIG_MFD_ARIZONA)
 | 
					#if IS_ENABLED(CONFIG_MFD_ARIZONA)
 | 
				
			||||||
		{ "wlf,reset",	NULL,		NULL },
 | 
							{ "wlf,reset",	NULL,		NULL },
 | 
				
			||||||
#endif
 | 
					#endif
 | 
				
			||||||
 | 
					#if IS_ENABLED(CONFIG_RTC_DRV_MOXART)
 | 
				
			||||||
 | 
							{ "rtc-data",	"gpio-rtc-data",	"moxa,moxart-rtc" },
 | 
				
			||||||
 | 
							{ "rtc-sclk",	"gpio-rtc-sclk",	"moxa,moxart-rtc" },
 | 
				
			||||||
 | 
							{ "rtc-reset",	"gpio-rtc-reset",	"moxa,moxart-rtc" },
 | 
				
			||||||
 | 
					#endif
 | 
				
			||||||
#if IS_ENABLED(CONFIG_NFC_MRVL_I2C)
 | 
					#if IS_ENABLED(CONFIG_NFC_MRVL_I2C)
 | 
				
			||||||
		{ "reset",	"reset-n-io",	"marvell,nfc-i2c" },
 | 
							{ "reset",	"reset-n-io",	"marvell,nfc-i2c" },
 | 
				
			||||||
#endif
 | 
					#endif
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in a new issue