pietrushnic / rpi-dt-linux

This repository aims to handle all patches required for Raspberry Pi support in upstream Linux kernel.
Other
2 stars 0 forks source link

pinctrl: bcm2835: Start GPIO numeration at zero #8

Closed matthiasklein closed 9 years ago

matthiasklein commented 9 years ago

Numerate the GPIOs from 0..53 instead of 202..255.

Signed-off-by: Matthias Klein matthias.klein@linux.com

pietrushnic commented 9 years ago

@matthiasklein as I saw discussion on ML and would say that the correct way is ot move this to DT, but moving this stuff to DT requires change in driver - namely funciton calls that will retreive proprty from DT file. Are you willing to write this code ?

matthiasklein commented 9 years ago

Yes, i am willing to write that code, but that property is deprecated: https://github.com/pietrushnic/rpi-dt-linux/issues/7