[PATCH 08/14] ARM: dts: imx6ul: add kpp support
From: l.stach@pengutronix.de (Lucas Stach)
Date: 2016-01-13 09:40:55
Also in:
linux-devicetree, lkml
Am Dienstag, den 12.01.2016, 18:21 +0100 schrieb Lothar Wa?mann:
quoted hunk ↗ jump to hunk
Signed-off-by: Lothar Wa?mann <redacted> --- arch/arm/boot/dts/imx6ul.dtsi | 8 ++++++++ 1 file changed, 8 insertions(+)diff --git a/arch/arm/boot/dts/imx6ul.dtsi b/arch/arm/boot/dts/imx6ul.dtsi index 40ea5f0..a578b23 100644 --- a/arch/arm/boot/dts/imx6ul.dtsi +++ b/arch/arm/boot/dts/imx6ul.dtsi@@ -373,6 +373,14 @@ status = "disabled"; }; + kpp: kpp at 020b8000 { + compatible = "fsl,imx6q-kpp", "fsl,imx21-kpp";
Please always add a new chip specific compatible here, even if the units are fully working with the compatible of an older chip. This allows to implement chip specific workarounds in the respective drivers without changing the DT again if any bugs are found in the integration later on. So the above should be: compatible = "fsl,imx6ul-kpp", "fsl,imx6q-kpp", "fsl,imx21-kpp"; This comment applies to most of the patches in this series following this one. Regards, Lucas
+ reg = <0x020b8000 0x4000>;
+ interrupts = <GIC_SPI 82 IRQ_TYPE_LEVEL_HIGH>;
+ clocks = <&clks IMX6UL_CLK_KPP>;
+ status = "disabled";
+ };
+
wdog1: wdog at 020bc000 {
compatible = "fsl,imx6ul-wdt", "fsl,imx21-wdt";
reg = <0x020bc000 0x4000>;-- Pengutronix e.K. | Lucas Stach | Industrial Linux Solutions | http://www.pengutronix.de/ |