arm64: dts: freescale: Enable PCI-E controller for Oxalis board
authorManivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
Sat, 9 Mar 2019 02:32:09 +0000 (08:02 +0530)
committerShawn Guo <shawnguo@kernel.org>
Wed, 20 Mar 2019 12:58:26 +0000 (20:58 +0800)
Enable PCI-E controller for Oxalis board based on NXP/Freescale LS1012a
SoC available as the Mini PCI-E connector on the bottom side.

Signed-off-by: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm64/boot/dts/freescale/fsl-ls1012a-oxalis.dts
arch/arm64/boot/dts/freescale/fsl-ls1012a.dtsi

index 7c726267ec8f6aec8adc408976d9e4e95b2e5422..9927b096d343be178d575e4eb4d36c3a82a145f8 100644 (file)
        status = "okay";
 };
 
+&pcie {
+       status = "okay";
+};
+
 &sai2 {
        status = "okay";
 };
index 1ce0042b2a14f1a3471bc1c83968547cd8a8fd43..ec6257a5b251504f23dcd752a6fa61757a57d92e 100644 (file)
                        interrupts = <0 126 IRQ_TYPE_LEVEL_HIGH>;
                };
 
-               pcie@3400000 {
+               pcie: pcie@3400000 {
                        compatible = "fsl,ls1012a-pcie";
                        reg = <0x00 0x03400000 0x0 0x00100000   /* controller registers */
                               0x40 0x00000000 0x0 0x00002000>; /* configuration space */