]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit - drivers/gpio/gpio-xilinx.c
of: GPIO: Fix OF probing on little-endian systems
authorMichal Simek <monstr@monstr.eu>
Wed, 29 Sep 2010 05:52:12 +0000 (15:52 +1000)
committerGrant Likely <grant.likely@secretlab.ca>
Wed, 29 Sep 2010 06:28:08 +0000 (15:28 +0900)
commita04e78b8579272c37c42a9badb6dae71f38fe4a9
tree9d68419ada3b3d457237f9ad67e82e3d9340fd97
parent899611ee7d373e5eeda08e9a8632684e1ebbbf00
of: GPIO: Fix OF probing on little-endian systems

DTB is always big-endian that's why is necessary
to convert it.

Signed-off-by: Michal Simek <monstr@monstr.eu>
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
drivers/gpio/xilinx_gpio.c