meta-hpe: update device tree to match new driver for gxp thumbnail video
Change-Id: Ifa9b38e824619fff9f7c6c228252c56714871d1d
Signed-off-by: charles kearney <charles.kearney@hpe.com>
diff --git a/meta-hpe/meta-dl360poc/recipes-kernel/linux/linux-obmc/gxp.dts b/meta-hpe/meta-dl360poc/recipes-kernel/linux/linux-obmc/gxp.dts
index 92f933b..086b35b 100644
--- a/meta-hpe/meta-dl360poc/recipes-kernel/linux/linux-obmc/gxp.dts
+++ b/meta-hpe/meta-dl360poc/recipes-kernel/linux/linux-obmc/gxp.dts
@@ -10,6 +10,8 @@
};
aliases {
+ ethernet0 = &umac0;
+ ethernet1 = &umac1;
};
memory@40000000 {
@@ -459,11 +461,11 @@
};
thumbnail: thumbnail@c0000500 {
- compatible = "hpe,gxp-thumbnail";
+ compatible = "hpe,gxp-video-thumbnail";
reg = <0xc0000500 0x20>;
bits-per-pixel = <32>;
- width = <800>;
- height = <600>;
+ width = <1024>;
+ height = <768>;
};
xreg: xreg@d1000300 {