Fabio Estevam
6a9681168b
ARM: dts: imx51: Fix memory node duplication
...
Boards based on imx51 have duplicate memory nodes:
- One coming from the board dts file: memory@
- One coming from the imx51.dtsi file.
Fix the duplication by removing the memory node from the dtsi file
and by adding 'device_type = "memory";' in the board dts.
Reported-by: Rob Herring <robh@kernel.org >
Signed-off-by: Fabio Estevam <festevam@gmail.com >
Signed-off-by: Shawn Guo <shawnguo@kernel.org >
2018-12-10 10:01:57 +08:00
Fabio Estevam
b3dd407880
ARM: dts: imx51-zii-scu3-esb: Disable VPU
...
imx51-zii-scu3-esb does not have any video encoding/decoding needs,
so disable the VPU.
Signed-off-by: Fabio Estevam <festevam@gmail.com >
Acked-by: Andrey Smirnov <andrew.smirnov@gmail.com >
Signed-off-by: Shawn Guo <shawnguo@kernel.org >
2018-09-26 10:19:16 +08:00
Andrey Smirnov
129e96672f
ARM: dts: imx51-zii-scu3-esb: Fix RAVE SP watchdog compatible string
...
It looks like I made a nasty typo in the original patch which resulted
in missing watchdog device. Fix it.
Cc: Nikita Yushchenko <nikita.yoush@cogentembedded.com >
Cc: Lucas Stach <l.stach@pengutronix.de >
Cc: cphealy@gmail.com
Cc: Rob Herring <robh+dt@kernel.org >
Cc: Mark Rutland <mark.rutland@arm.com >
Cc: linux-arm-kernel@lists.infradead.org
Cc: devicetree@vger.kernel.org
Cc: linux-kernel@vger.kernel.org
Cc: Andrew Lunn <andrew@lunn.ch >
Signed-off-by: Andrey Smirnov <andrew.smirnov@gmail.com >
Reviewed-by: Fabio Estevam <fabio.estevam@nxp.com >
Signed-off-by: Shawn Guo <shawnguo@kernel.org >
2018-07-17 14:46:05 +08:00
Andrey Smirnov
a1a30f8928
ARM: dts: imx51-zii-scu3-esb: Add switch IRQ line pinumx config
...
Instead of relying on default values, configure PAD_AUD3_BB_CK to be a
GPIO explicitly. While at, it change the pad configuration to enable
a 100K pull-down (the pin is used as IRQ_TYPE_LEVEL_HIGH).
Cc: Nikita Yushchenko <nikita.yoush@cogentembedded.com >
Cc: Lucas Stach <l.stach@pengutronix.de >
Cc: cphealy@gmail.com
Cc: Rob Herring <robh+dt@kernel.org >
Cc: Mark Rutland <mark.rutland@arm.com >
Cc: linux-arm-kernel@lists.infradead.org
Cc: devicetree@vger.kernel.org
Cc: linux-kernel@vger.kernel.org
Cc: Andrew Lunn <andrew@lunn.ch >
Reviewed-by: Andrew Lunn <andrew@lunn.ch >
Signed-off-by: Andrey Smirnov <andrew.smirnov@gmail.com >
Reviewed-by: Fabio Estevam <fabio.estevam@nxp.com >
Signed-off-by: Shawn Guo <shawnguo@kernel.org >
2018-07-17 14:45:39 +08:00
Andrey Smirnov
996b1b611e
ARM: dts: imx: Add ZII SCU3 ESB
...
Add support for the Zodiac Inflight Innovations i.MX51-base SCU3 Ethernet
Switch Board (ESB)
Cc: Fabio Estevam <fabio.estevam@nxp.com >
Cc: Nikita Yushchenko <nikita.yoush@cogentembedded.com >
Cc: Lucas Stach <l.stach@pengutronix.de >
Cc: cphealy@gmail.com
Cc: Rob Herring <robh+dt@kernel.org >
Cc: Mark Rutland <mark.rutland@arm.com >
Cc: linux-arm-kernel@lists.infradead.org
Cc: devicetree@vger.kernel.org
Cc: linux-kernel@vger.kernel.org
Reviewed-by: Fabio Estevam <fabio.estevam@nxp.com >
Signed-off-by: Andrey Gusakov <andrey.gusakov@cogentembedded.com >
Signed-off-by: Andrey Smirnov <andrew.smirnov@gmail.com >
Signed-off-by: Shawn Guo <shawnguo@kernel.org >
2018-07-11 21:26:09 +08:00