* [PATCH 1/2] ARM: dts: imx6-phytec: Use the standard 'stdout-path' property
@ 2018-03-15 18:29 Fabio Estevam
2018-03-15 18:29 ` [PATCH 2/2] ARM: dts: imx6ul-isiot: Pass the required '#sound-dai-cells' Fabio Estevam
0 siblings, 1 reply; 2+ messages in thread
From: Fabio Estevam @ 2018-03-15 18:29 UTC (permalink / raw)
To: linux-arm-kernel
From: Fabio Estevam <fabio.estevam@nxp.com>
Use the standard 'stdout-path' property to fix the following DTC warnings:
arch/arm/boot/dts/imx6dl-phytec-mira-rdk-nand.dtb: Warning
(chosen_node_stdout_path): /chosen:linux,stdout-path: Use
'stdout-path' instead
Reported-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com>
---
arch/arm/boot/dts/imx6dl-phytec-mira-rdk-nand.dts | 2 +-
arch/arm/boot/dts/imx6q-phytec-mira-rdk-emmc.dts | 2 +-
arch/arm/boot/dts/imx6q-phytec-mira-rdk-nand.dts | 2 +-
arch/arm/boot/dts/imx6qp-phytec-mira-rdk-nand.dts | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/arch/arm/boot/dts/imx6dl-phytec-mira-rdk-nand.dts b/arch/arm/boot/dts/imx6dl-phytec-mira-rdk-nand.dts
index a8adcb2..9f7f9f9 100644
--- a/arch/arm/boot/dts/imx6dl-phytec-mira-rdk-nand.dts
+++ b/arch/arm/boot/dts/imx6dl-phytec-mira-rdk-nand.dts
@@ -15,7 +15,7 @@
"phytec,imx6qdl-pcm058", "fsl,imx6dl";
chosen {
- linux,stdout-path = &uart2;
+ stdout-path = &uart2;
};
};
diff --git a/arch/arm/boot/dts/imx6q-phytec-mira-rdk-emmc.dts b/arch/arm/boot/dts/imx6q-phytec-mira-rdk-emmc.dts
index 8fdce3c..2e70ea5 100644
--- a/arch/arm/boot/dts/imx6q-phytec-mira-rdk-emmc.dts
+++ b/arch/arm/boot/dts/imx6q-phytec-mira-rdk-emmc.dts
@@ -15,7 +15,7 @@
"phytec,imx6qdl-pcm058", "fsl,imx6q";
chosen {
- linux,stdout-path = &uart2;
+ stdout-path = &uart2;
};
};
diff --git a/arch/arm/boot/dts/imx6q-phytec-mira-rdk-nand.dts b/arch/arm/boot/dts/imx6q-phytec-mira-rdk-nand.dts
index 8afa5ce..65d2e48 100644
--- a/arch/arm/boot/dts/imx6q-phytec-mira-rdk-nand.dts
+++ b/arch/arm/boot/dts/imx6q-phytec-mira-rdk-nand.dts
@@ -15,7 +15,7 @@
"phytec,imx6qdl-pcm058", "fsl,imx6q";
chosen {
- linux,stdout-path = &uart2;
+ stdout-path = &uart2;
};
};
diff --git a/arch/arm/boot/dts/imx6qp-phytec-mira-rdk-nand.dts b/arch/arm/boot/dts/imx6qp-phytec-mira-rdk-nand.dts
index 3618e53..f27d7ab 100644
--- a/arch/arm/boot/dts/imx6qp-phytec-mira-rdk-nand.dts
+++ b/arch/arm/boot/dts/imx6qp-phytec-mira-rdk-nand.dts
@@ -15,7 +15,7 @@
"phytec,imx6qdl-pcm058", "fsl,imx6qp";
chosen {
- linux,stdout-path = &uart2;
+ stdout-path = &uart2;
};
};
--
2.7.4
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [PATCH 2/2] ARM: dts: imx6ul-isiot: Pass the required '#sound-dai-cells'
2018-03-15 18:29 [PATCH 1/2] ARM: dts: imx6-phytec: Use the standard 'stdout-path' property Fabio Estevam
@ 2018-03-15 18:29 ` Fabio Estevam
0 siblings, 0 replies; 2+ messages in thread
From: Fabio Estevam @ 2018-03-15 18:29 UTC (permalink / raw)
To: linux-arm-kernel
From: Fabio Estevam <fabio.estevam@nxp.com>
DTC now warns about missing #sound-dai-cells:
/sound/simple-audio-card,codec: Missing property '#sound-dai-cells' in
node /soc/aips-bus at 2100000/i2c at 21a0000/codec at a or bad phandle
(referred from sound-dai[0])
Pass the required '#sound-dai-cells' property to fix it.
Reported-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com>
---
arch/arm/boot/dts/imx6ul-isiot.dtsi | 1 +
1 file changed, 1 insertion(+)
diff --git a/arch/arm/boot/dts/imx6ul-isiot.dtsi b/arch/arm/boot/dts/imx6ul-isiot.dtsi
index b0ecebb..921e12c 100644
--- a/arch/arm/boot/dts/imx6ul-isiot.dtsi
+++ b/arch/arm/boot/dts/imx6ul-isiot.dtsi
@@ -142,6 +142,7 @@
sgtl5000: codec at a {
compatible = "fsl,sgtl5000";
reg = <0x0a>;
+ #sound-dai-cells = <0>;
clocks = <&clks IMX6UL_CLK_OSC>;
clock-names = "mclk";
VDDA-supply = <®_3p3v>;
--
2.7.4
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2018-03-15 18:29 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-03-15 18:29 [PATCH 1/2] ARM: dts: imx6-phytec: Use the standard 'stdout-path' property Fabio Estevam
2018-03-15 18:29 ` [PATCH 2/2] ARM: dts: imx6ul-isiot: Pass the required '#sound-dai-cells' Fabio Estevam
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).