From mboxrd@z Thu Jan 1 00:00:00 1970 From: Philipp Tomsich Date: Wed, 25 Apr 2018 12:04:41 +0200 Subject: [U-Boot] [U-Boot, 1/3] rockchip: rk3188: add -u-boot.dtsi for rock-rk3188 In-Reply-To: <1524021226-18474-1-git-send-email-kever.yang@rock-chips.com> References: <1524021226-18474-1-git-send-email-kever.yang@rock-chips.com> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de > We should a -u-boot.dtsi for those config need by U-Boot only, > and other part sync with kernel. > > Signed-off-by: Kever Yang > --- > > arch/arm/dts/rk3188-radxarock-u-boot.dtsi | 18 ++++++++++++++++++ > arch/arm/dts/rk3188-radxarock.dts | 6 +----- > arch/arm/dts/rk3188.dtsi | 2 -- > 3 files changed, 19 insertions(+), 7 deletions(-) > create mode 100644 arch/arm/dts/rk3188-radxarock-u-boot.dtsi > Reviewed-by: Philipp Tomsich