Message ID | 1412175188-28278-12-git-send-email-boris.brezillon@free-electrons.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
On Wed, Oct 01, 2014 at 04:53:08PM +0200, Boris Brezillon wrote: > From: Boris BREZILLON <boris.brezillon@free-electrons.com> > > Enable LCD related nodes. > > Signed-off-by: Boris Brezillon <boris.brezillon@free-electrons.com> > --- > arch/arm/boot/dts/sama5d31ek.dts | 20 ++++++++++++++++++++ > arch/arm/boot/dts/sama5d33ek.dts | 20 ++++++++++++++++++++ > arch/arm/boot/dts/sama5d34ek.dts | 20 ++++++++++++++++++++ > arch/arm/boot/dts/sama5d36ek.dts | 20 ++++++++++++++++++++ > 4 files changed, 80 insertions(+) > > diff --git a/arch/arm/boot/dts/sama5d31ek.dts b/arch/arm/boot/dts/sama5d31ek.dts > index 04eec0d..6e605fe 100644 > --- a/arch/arm/boot/dts/sama5d31ek.dts > +++ b/arch/arm/boot/dts/sama5d31ek.dts > @@ -33,6 +33,10 @@ > status = "okay"; > }; > > + hlcdc: hlcdc@f0030000 { > + status = "okay"; > + }; > + > macb1: ethernet@f802c000 { > status = "okay"; > }; > @@ -46,6 +50,22 @@ > }; > }; > > + bl_reg: backlight_regulator { No need to repeat the labels if they're already in the .dtsi file. Thierry
diff --git a/arch/arm/boot/dts/sama5d31ek.dts b/arch/arm/boot/dts/sama5d31ek.dts index 04eec0d..6e605fe 100644 --- a/arch/arm/boot/dts/sama5d31ek.dts +++ b/arch/arm/boot/dts/sama5d31ek.dts @@ -33,6 +33,10 @@ status = "okay"; }; + hlcdc: hlcdc@f0030000 { + status = "okay"; + }; + macb1: ethernet@f802c000 { status = "okay"; }; @@ -46,6 +50,22 @@ }; }; + bl_reg: backlight_regulator { + status = "okay"; + }; + + panel_reg: panel_regulator { + status = "okay"; + }; + + backlight: backlight { + status = "okay"; + }; + + panel: panel { + status = "okay"; + }; + sound { status = "okay"; }; diff --git a/arch/arm/boot/dts/sama5d33ek.dts b/arch/arm/boot/dts/sama5d33ek.dts index cbd6a3f..0400641 100644 --- a/arch/arm/boot/dts/sama5d33ek.dts +++ b/arch/arm/boot/dts/sama5d33ek.dts @@ -36,9 +36,29 @@ macb0: ethernet@f0028000 { status = "okay"; }; + + hlcdc: hlcdc@f0030000 { + status = "okay"; + }; }; }; + bl_reg: backlight_regulator { + status = "okay"; + }; + + panel_reg: panel_regulator { + status = "okay"; + }; + + backlight: backlight { + status = "okay"; + }; + + panel: panel { + status = "okay"; + }; + sound { status = "okay"; }; diff --git a/arch/arm/boot/dts/sama5d34ek.dts b/arch/arm/boot/dts/sama5d34ek.dts index 878aa16..9cf473e 100644 --- a/arch/arm/boot/dts/sama5d34ek.dts +++ b/arch/arm/boot/dts/sama5d34ek.dts @@ -46,6 +46,10 @@ macb0: ethernet@f0028000 { status = "okay"; }; + + hlcdc: hlcdc@f0030000 { + status = "okay"; + }; }; }; @@ -56,6 +60,22 @@ }; }; + bl_reg: backlight_regulator { + status = "okay"; + }; + + panel_reg: panel_regulator { + status = "okay"; + }; + + backlight: backlight { + status = "okay"; + }; + + panel: panel { + status = "okay"; + }; + sound { status = "okay"; }; diff --git a/arch/arm/boot/dts/sama5d36ek.dts b/arch/arm/boot/dts/sama5d36ek.dts index 59576c6..1c65741 100644 --- a/arch/arm/boot/dts/sama5d36ek.dts +++ b/arch/arm/boot/dts/sama5d36ek.dts @@ -41,12 +41,32 @@ status = "okay"; }; + hlcdc: hlcdc@f0030000 { + status = "okay"; + }; + macb1: ethernet@f802c000 { status = "okay"; }; }; }; + bl_reg: backlight_regulator { + status = "okay"; + }; + + panel_reg: panel_regulator { + status = "okay"; + }; + + backlight: backlight { + status = "okay"; + }; + + panel: panel { + status = "okay"; + }; + sound { status = "okay"; };