summaryrefslogtreecommitdiffstats
path: root/arch/arm/dts/imx51-genesi-efika-sb.dts
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/dts/imx51-genesi-efika-sb.dts')
-rw-r--r--arch/arm/dts/imx51-genesi-efika-sb.dts28
1 files changed, 15 insertions, 13 deletions
diff --git a/arch/arm/dts/imx51-genesi-efika-sb.dts b/arch/arm/dts/imx51-genesi-efika-sb.dts
index da6b6f9722..1d8183fff1 100644
--- a/arch/arm/dts/imx51-genesi-efika-sb.dts
+++ b/arch/arm/dts/imx51-genesi-efika-sb.dts
@@ -11,7 +11,7 @@
/dts-v1/;
#include "imx51.dtsi"
-#include <arm/imx51.dtsi>
+#include <arm/nxp/imx/imx51.dtsi>
#include <dt-bindings/gpio/gpio.h>
#include <dt-bindings/interrupt-controller/irq.h>
@@ -24,18 +24,19 @@
environment-sd {
compatible = "barebox,environment";
- device-path = &esdhc2, "partname:barebox-environment";
+ device-path = &env_sd2;
status = "disabled";
};
environment-spi {
compatible = "barebox,environment";
- device-path = &flash, "partname:barebox-environment";
+ device-path = &env_nor;
status = "disabled";
};
};
- memory {
+ memory@90000000 {
+ device_type = "memory";
reg = <0x90000000 0x20000000>;
};
@@ -93,7 +94,7 @@
backlight: backlight {
compatible = "pwm-backlight";
enable-gpios = <&gpio4 12 GPIO_ACTIVE_LOW>;
- pwms = <&pwm1 0 78770>;
+ pwms = <&pwm1 0 78770 0>;
brightness-levels = <0 1 2 4 8 16 32 64 128 255>;
default-brightness-level = <9>;
pinctrl-names = "default";
@@ -345,7 +346,7 @@
clock-frequency = <100000>;
status = "okay";
- sgtl5000: codec@0a {
+ sgtl5000: codec@a {
compatible = "fsl,sgtl5000";
reg = <0x0a>;
clock-frequency = <12288000>;
@@ -354,7 +355,7 @@
VDDIO-supply = <&vvideo_reg>;
};
- battery: battery@0b {
+ battery: battery@b {
compatible = "sbs,sbs-battery";
pinctrl-names = "default";
pinctrl-0 = <&pinctrl_battery>;
@@ -393,9 +394,10 @@
&ipu_di1 {
interface-pix-fmt = "rgb565";
- endpoint {
- remote-endpoint = <&mtl017_in>;
- };
+};
+
+&ipu_di1_disp2 {
+ remote-endpoint = <&mtl017_in>;
};
&esdhc1 {
@@ -415,7 +417,7 @@
#address-cells = <1>;
#size-cells = <1>;
- partition@e0000 {
+ env_sd2: partition@e0000 {
label = "barebox-environment";
reg = <0xe0000 0x20000>;
};
@@ -526,14 +528,14 @@
};
};
- flash: m25p80 {
+ flash: m25p80@1 {
compatible = "sst,sst25vf032b", "m25p80";
spi-max-frequency = <15000000>;
reg = <1>;
#address-cells = <1>;
#size-cells = <1>;
- partition@e0000 {
+ env_nor: partition@e0000 {
label = "barebox-environment";
reg = <0xe0000 0x20000>;
};