android_kernel_xiaomi_sdm845/drivers/of
David Gibson 04b954a673 of/flattree: Make the kernel accept ePAPR style phandle information
Currently when processing flattened device trees, the kernel expects
the phandle in a property called "linux,phandle".  The ePAPR spec -
not being Linux specific - instead requires phandles to be encoded in
a property named simply "phandle".  This patch makes the kernel accept
either form when unflattening the device tree.

Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
2010-02-09 08:34:10 -07:00
..
base.c of: assume big-endian properties, adding conversions where necessary 2010-02-09 08:34:10 -07:00
device.c OF-device: Don't overwrite numa_node in device registration 2008-10-31 16:12:01 +11:00
fdt.c of/flattree: Make the kernel accept ePAPR style phandle information 2010-02-09 08:34:10 -07:00
gpio.c of: assume big-endian properties, adding conversions where necessary 2010-02-09 08:34:10 -07:00
Kconfig of: merge of_attach_node() & of_detach_node() 2010-02-09 08:32:42 -07:00
Makefile of/flattree: merge find_flat_dt_string and initial_boot_params 2009-11-23 14:53:09 -07:00
of_i2c.c of: assume big-endian properties, adding conversions where necessary 2010-02-09 08:34:10 -07:00
of_mdio.c of: assume big-endian properties, adding conversions where necessary 2010-02-09 08:34:10 -07:00
of_spi.c of: assume big-endian properties, adding conversions where necessary 2010-02-09 08:34:10 -07:00
platform.c of/platform: Implement support for dev_pm_ops 2009-10-30 17:20:53 +11:00