Merge tag 'devicetree-for-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux

Pull DeviceTree updates from Rob Herring:

 - remove most of_platform_populate() calls in arch code.  Now the DT
   core code calls it in the default case and platforms only need to
   call it if they have special needs

 - use pr_fmt on all the DT core print statements

 - CoreSight binding doc improvements to block name descriptions

 - add dt_to_config script which can parse dts files and list
   corresponding kernel config options

 - fix memory leak hit with a PowerMac DT

 - correct a bunch of STMicro compatible strings to use the correct
   vendor prefix

 - fix DA9052 PMIC binding doc to match what is actually used in dts
   files

* tag 'devicetree-for-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux: (35 commits)
  documentation: da9052: Update regulator bindings names to match DA9052/53 DTS expectations
  xtensa: Partially Revert "xtensa: Remove unnecessary of_platform_populate with default match table"
  xtensa: Fix build error due to missing include file
  MIPS: ath79: Add missing include file
  Fix spelling errors in Documentation/devicetree
  ARM: dts: fix STMicroelectronics compatible strings
  powerpc/dts: fix STMicroelectronics compatible strings
  Documentation: dt: i2c: use correct STMicroelectronics vendor prefix
  scripts/dtc: dt_to_config - kernel config options for a devicetree
  of: fdt: mark unflattened tree as detached
  of: overlay: add resolver error prints
  coresight: document binding acronyms
  Documentation/devicetree: document cavium-pip rx-delay/tx-delay properties
  of: use pr_fmt prefix for all console printing
  of/irq: Mark initialised interrupt controllers as populated
  of: fix memory leak related to safe_name()
  Revert "of/platform: export of_default_bus_match_table"
  of: unittest: use of_platform_default_populate() to populate default bus
  memory: omap-gpmc: use of_platform_default_populate() to populate default bus
  bus: uniphier-system-bus: use of_platform_default_populate() to populate default bus
  ...
This commit is contained in:
Linus Torvalds
2016-07-30 11:32:01 -07:00
116 changed files with 1524 additions and 426 deletions

View File

@@ -231,7 +231,7 @@
};
rtc@68 {
compatible = "stm,m41t00";
compatible = "st,m41t00";
reg = <0x68>;
};
};

View File

@@ -224,7 +224,7 @@
#address-cells = <1>;
#size-cells = <0>;
rtc@68 {
compatible = "stm,m41t80", "m41st85";
compatible = "st,m41t80", "m41st85";
reg = <0x68>;
};
};

View File

@@ -279,7 +279,7 @@
#address-cells = <1>;
#size-cells = <0>;
rtc@68 {
compatible = "stm,m41t80";
compatible = "st,m41t80";
reg = <0x68>;
interrupt-parent = <&UIC0>;
interrupts = <0x9 0x8>;

View File

@@ -319,7 +319,7 @@
#address-cells = <1>;
#size-cells = <0>;
rtc@68 {
compatible = "stm,m41t80";
compatible = "st,m41t80";
reg = <0x68>;
interrupt-parent = <&UIC2>;
interrupts = <0x19 0x8>;

View File

@@ -116,7 +116,7 @@
#address-cells = <1>;
#size-cells = <0>;
rtc@68 {
compatible = "stm,m41t80", "m41st85";
compatible = "st,m41t80", "m41st85";
reg = <0x68>;
};
};

View File

@@ -232,7 +232,7 @@
mode = "cpu-qe";
serial-flash@0 {
compatible = "stm,m25p40";
compatible = "st,m25p40";
reg = <0>;
spi-max-frequency = <25000000>;
};

View File

@@ -57,7 +57,7 @@
clock-frequency = <12288000>;
};
rtc@68 {
compatible = "stm,m41t62";
compatible = "st,m41t62";
reg = <0x68>;
};
adt7461@4c{

View File

@@ -287,7 +287,7 @@
#address-cells = <1>;
#size-cells = <0>;
rtc@68 {
compatible = "stm,m41t80";
compatible = "st,m41t80";
reg = <0x68>;
interrupt-parent = <&UIC2>;
interrupts = <0x19 0x8>;

View File

@@ -256,7 +256,7 @@
#size-cells = <0>;
rtc@68 {
compatible = "stm,m41t00";
compatible = "st,m41t00";
reg = <0x68>;
};
};

View File

@@ -99,7 +99,7 @@
};
rtc@68 {
compatible = "stm,m41t62";
compatible = "st,m41t62";
reg = <0x68>;
};
};

View File

@@ -92,7 +92,7 @@
dfsrr;
eeprom: at24@50 {
compatible = "st-micro,24c256";
compatible = "st,24c256";
reg = <0x50>;
};

View File

@@ -416,7 +416,7 @@
gpios = <&qe_pio_e 18 0>;
flash {
compatible = "stm,nand512-a";
compatible = "st,nand512-a";
};
};

View File

@@ -103,7 +103,7 @@
};
rtc@68 {
compatible = "stm,m41t00";
compatible = "st,m41t00";
reg = <0x68>;
};
};

View File

@@ -196,7 +196,7 @@
interrupt-parent = <&UIC0>;
interrupts = <2 4>;
rtc@68 {
compatible = "stm,m41t80";
compatible = "st,m41t80";
reg = <0x68>;
};
};

View File

@@ -238,7 +238,7 @@
};
rtc@68 {
compatible = "stm,m41t00",
compatible = "st,m41t00",
"dallas,ds1338";
reg = <0x68>;
};

View File

@@ -130,7 +130,7 @@
};
rtc@68 {
compatible = "stm,m41t00",
compatible = "st,m41t00",
"dallas,ds1338";
reg = <0x68>;
};

View File

@@ -134,7 +134,7 @@
};
rtc@68 {
compatible = "stm,m41t00",
compatible = "st,m41t00",
"dallas,ds1338";
reg = <0x68>;
};

View File

@@ -231,7 +231,7 @@
};
rtc@68 {
compatible = "stm,m41t00",
compatible = "st,m41t00",
"dallas,ds1338";
reg = <0x68>;
};

View File

@@ -267,7 +267,7 @@
};
rtc@68 {
compatible = "stm,m41t00",
compatible = "st,m41t00",
"dallas,ds1338";
reg = <0x68>;
};

View File

@@ -229,7 +229,7 @@
};
rtc@68 {
compatible = "stm,m41t00",
compatible = "st,m41t00",
"dallas,ds1338";
reg = <0x68>;
};