Author: pgf Date: Wed Aug 15 00:11:59 2012 New Revision: 3174 URL: http://tracker.coreboot.org/trac/openfirmware/changeset/3174
Log: twsi: pluralize the neonode touchscreen gpio properties
Modified: cpu/arm/mmp2/twsi.fth
Modified: cpu/arm/mmp2/twsi.fth ============================================================================== --- cpu/arm/mmp2/twsi.fth Wed Aug 15 00:11:57 2012 (r3173) +++ cpu/arm/mmp2/twsi.fth Wed Aug 15 00:11:59 2012 (r3174) @@ -213,10 +213,10 @@ " touchscreen" name " zforce" +compatible my-address my-space 1 reg - touch-rst-gpio# 1 " reset-gpio" gpio-property - touch-tck-gpio# 1 " test-gpio" gpio-property - touch-hd-gpio# 1 " hd-gpio" gpio-property - touch-int-gpio# 1 " dr-gpio" gpio-property + touch-rst-gpio# 1 " reset-gpios" gpio-property + touch-tck-gpio# 1 " test-gpios" gpio-property + touch-hd-gpio# 1 " hd-gpios" gpio-property + touch-int-gpio# 1 " dr-gpios" gpio-property end-package [then]